Salzburg dynasty bug resolved

This commit is contained in:
Damimani 2025-12-06 22:29:43 +01:00
parent d8bbe6d0c0
commit 96149e8567
21 changed files with 2721 additions and 1549 deletions

View file

@ -10,13 +10,13 @@ fortress_andorra_01 = {
can_construct_potential = { can_construct_potential = {
scope:holder = { scope:holder = {
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:christianity_religion
} }
} }
is_enabled = { is_enabled = {
scope:holder = { scope:holder = {
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:christianity_religion
} }
} }

View file

@ -324,11 +324,7 @@ task_conversion = {
limit = { limit = {
scope:councillor_liege.faith = { has_doctrine_parameter = adoptionists_attractively_intuitive_theology } scope:councillor_liege.faith = { has_doctrine_parameter = adoptionists_attractively_intuitive_theology }
exists = scope:county exists = scope:county
OR = { scope:county.faith.religion = religion:christianity_religion
scope:county.faith.religion = religion:eastern_orthodox_religion
scope:county.faith.religion = religion:catholic_religion
scope:county.faith.religion = religion:protestant_religion
}
} }
add = { add = {
value = fp2_lyonese_monk_conversion_bonus_actual_value value = fp2_lyonese_monk_conversion_bonus_actual_value

View file

@ -1045,11 +1045,7 @@ Abortifacient = {
#Christian only #Christian only
#Balkans, Anatolia, Mediterranean #Balkans, Anatolia, Mediterranean
trigger = { trigger = {
OR = { faith.religion = religion:christianity_religion
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
location = { location = {
OR = { OR = {
geographical_region = world_europe_south geographical_region = world_europe_south
@ -1515,20 +1511,10 @@ RandomReligiousTextName = {
#We're a LAAMP visiting somewhere #We're a LAAMP visiting somewhere
trigger_else_if = { trigger_else_if = {
limit = { exists = scope:visiting_location } limit = { exists = scope:visiting_location }
OR = { faith.religion = religion:christianity_religion
location.faith.religion = religion:eastern_orthodox_religion
location.faith.religion = religion:catholic_religion
location.faith.religion = religion:protestant_religion
}
} }
#The book is of my religion #The book is of my religion
trigger_else = { trigger_else = { faith.religion = religion:christianity_religion }
OR = {
location.faith.religion = religion:eastern_orthodox_religion
location.faith.religion = religion:catholic_religion
location.faith.religion = religion:protestant_religion
}
}
} }
} }
localization_key = random_religious_text_golden_legend localization_key = random_religious_text_golden_legend
@ -1544,19 +1530,11 @@ RandomReligiousTextName = {
#We're a LAAMP visiting somewhere #We're a LAAMP visiting somewhere
trigger_else_if = { trigger_else_if = {
limit = { exists = scope:visiting_location } limit = { exists = scope:visiting_location }
OR = { location.faith.religion = religion:christianity_religion
location.faith.religion = religion:eastern_orthodox_religion
location.faith.religion = religion:catholic_religion
location.faith.religion = religion:protestant_religion
}
} }
#The book is of my religion #The book is of my religion
trigger_else = { trigger_else = {
OR = { location.faith.religion = religion:christianity_religion
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
localization_key = random_religious_text_city_of_god localization_key = random_religious_text_city_of_god
@ -1581,11 +1559,7 @@ RandomReligiousTextName = {
} }
#The book is of my religion #The book is of my religion
trigger_else = { trigger_else = {
OR = { location.faith.religion = religion:christianity_religion
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
NOT = { faith = faith:orthodox } NOT = { faith = faith:orthodox }
} }
} }
@ -1611,11 +1585,7 @@ RandomReligiousTextName = {
} }
#The book is of my religion #The book is of my religion
trigger_else = { trigger_else = {
OR = { location.faith.religion = religion:christianity_religion
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
NOT = { faith = faith:orthodox } NOT = { faith = faith:orthodox }
} }
} }

View file

@ -580,7 +580,7 @@ NCombat = {
MANEUVER_PHASE_DAYS = 3 # How many days should the maneuver phase last MANEUVER_PHASE_DAYS = 3 # How many days should the maneuver phase last
LEVY_TOUGHNESS = 15 # How much toughness does each levy soldier have LEVY_TOUGHNESS = 15 # How much toughness does each levy soldier have
LEVY_ATTACK = 15 # How much attack does each levy soldier have LEVY_ATTACK = 15 # How much attack does each levy soldier have
LEVY_SIEGE = 0 # How much siege bonus does each levy soldier have LEVY_SIEGE = 1 # How much siege bonus does each levy soldier have
LEVY_PURSUIT = 1 # How much pursuit does each levy soldier have LEVY_PURSUIT = 1 # How much pursuit does each levy soldier have
LEVY_SCREEN = 0 # How much screen does each levy soldier have LEVY_SCREEN = 0 # How much screen does each levy soldier have
DAMAGE_SCALING_FACTOR = 0.03 # Scaling factor for dealing damage in combat DAMAGE_SCALING_FACTOR = 0.03 # Scaling factor for dealing damage in combat

View file

@ -2867,12 +2867,7 @@ temple_small_01 = {
has_graphical_norse_culture_group_trigger = yes has_graphical_norse_culture_group_trigger = yes
} }
} }
owner = { owner = {faith.religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds" icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
@ -2896,12 +2891,7 @@ temple_small_01 = {
} }
asset = { asset = {
trigger = { trigger = {
owner = { owner = {faith.religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds" icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
@ -3002,12 +2992,7 @@ temple_small_02 = {
has_graphical_norse_culture_group_trigger = yes has_graphical_norse_culture_group_trigger = yes
} }
} }
owner = { owner = {faith.religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds" icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
@ -3031,12 +3016,7 @@ temple_small_02 = {
} }
asset = { asset = {
trigger = { trigger = {
owner = { owner = {faith.religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds" icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
@ -3141,12 +3121,7 @@ temple_small_03 = {
has_graphical_norse_culture_group_trigger = yes has_graphical_norse_culture_group_trigger = yes
} }
} }
owner = { owner = {faith.religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds" icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
@ -3170,12 +3145,7 @@ temple_small_03 = {
} }
asset = { asset = {
trigger = { trigger = {
owner = { owner = {faith.religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds" icon = "gfx/interface/icons/domicile_building/domicile_building_shrine.dds"
@ -3297,12 +3267,7 @@ temple_crypt_04 = {
has_graphical_norse_culture_group_trigger = yes has_graphical_norse_culture_group_trigger = yes
} }
} }
owner = { owner = {faith.religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds" icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
@ -3326,12 +3291,7 @@ temple_crypt_04 = {
} }
asset = { asset = {
trigger = { trigger = {
owner = { owner = {faith.religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds" icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
@ -3451,12 +3411,7 @@ temple_crypt_05 = {
has_graphical_norse_culture_group_trigger = yes has_graphical_norse_culture_group_trigger = yes
} }
} }
owner = { owner = {faith.religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds" icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
@ -3480,12 +3435,7 @@ temple_crypt_05 = {
} }
asset = { asset = {
trigger = { trigger = {
owner = { owner = {faith.religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds" icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
@ -3606,12 +3556,7 @@ temple_crypt_06 = {
has_graphical_norse_culture_group_trigger = yes has_graphical_norse_culture_group_trigger = yes
} }
} }
owner = { owner = {faith.religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds" icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
@ -3635,12 +3580,7 @@ temple_crypt_06 = {
} }
asset = { asset = {
trigger = { trigger = {
owner = { owner = {faith.religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds" icon = "gfx/interface/icons/domicile_building/domicile_building_crypt.dds"
@ -3750,12 +3690,7 @@ temple_large_04 = {
has_graphical_norse_culture_group_trigger = yes has_graphical_norse_culture_group_trigger = yes
} }
} }
owner = { owner = {faith.religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds" icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
@ -3779,12 +3714,7 @@ temple_large_04 = {
} }
asset = { asset = {
trigger = { trigger = {
owner = { owner = {faith.religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds" icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
@ -3892,12 +3822,7 @@ temple_large_05 = {
has_graphical_norse_culture_group_trigger = yes has_graphical_norse_culture_group_trigger = yes
} }
} }
owner = { owner = {faith.religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds" icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
@ -3921,12 +3846,7 @@ temple_large_05 = {
} }
asset = { asset = {
trigger = { trigger = {
owner = { owner = {faith.religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds" icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
@ -4036,12 +3956,7 @@ temple_large_06 = {
has_graphical_norse_culture_group_trigger = yes has_graphical_norse_culture_group_trigger = yes
} }
} }
owner = { owner = {faith.religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds" icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
@ -4065,12 +3980,7 @@ temple_large_06 = {
} }
asset = { asset = {
trigger = { trigger = {
owner = { owner = {faith.religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds" icon = "gfx/interface/icons/domicile_building/domicile_building_church.dds"
@ -4183,12 +4093,7 @@ temple_monastery_04 = {
has_graphical_norse_culture_group_trigger = yes has_graphical_norse_culture_group_trigger = yes
} }
} }
owner = { owner = {faith.religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds" icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
@ -4212,12 +4117,7 @@ temple_monastery_04 = {
} }
asset = { asset = {
trigger = { trigger = {
owner = { owner = {faith.religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds" icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
@ -4328,12 +4228,7 @@ temple_monastery_05 = {
has_graphical_norse_culture_group_trigger = yes has_graphical_norse_culture_group_trigger = yes
} }
} }
owner = { owner = {faith.religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds" icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
@ -4357,12 +4252,7 @@ temple_monastery_05 = {
} }
asset = { asset = {
trigger = { trigger = {
owner = { owner = {faith.religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds" icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
@ -4473,12 +4363,7 @@ temple_monastery_06 = {
has_graphical_norse_culture_group_trigger = yes has_graphical_norse_culture_group_trigger = yes
} }
} }
owner = { owner = {faith.religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds" icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"
@ -4502,12 +4387,7 @@ temple_monastery_06 = {
} }
asset = { asset = {
trigger = { trigger = {
owner = { owner = {faith.religion = religion:christianity_religion
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds" icon = "gfx/interface/icons/domicile_building/domicile_building_monastery.dds"

View file

@ -1176,6 +1176,125 @@ chitteaux_dynasty = {
name = dynn_Chitteaux name = dynn_Chitteaux
culture = bourguignon culture = bourguignon
} }
ney_dynasty = {
name = dynn_Ney
culture = rottisch
}
kreile_dynasty={
name="dynn_Kreile"
culture="bavarian"
}
leeb_dynasty={
name="dynn_Leeb"
culture="bavarian"
}
vohburg_dynasty={
prefix="dynnp_von"
name="dynn_Vohburg"
culture="bavarian"
}
burkhardinger_dynasty={
name="dynn_Burkhardinger"
culture="franconian"
}
hartmann_dynasty={
name="dynn_Hartmann"
culture="bavarian"
}
vigauner_dynasty={
name="dynn_Vigauner"
culture="austrian"
}
bludenzer_dynasty={
name="dynn_Bludenzer"
culture="aleman"
}
stromer_dynasty={
name="dynn_Stromer"
culture="bavarian"
}
sonntag_dynasty={
name="dynn_Sonntag"
culture="bavarian"
}
seydlitz_dynasty = {
name = dynn_seydlitz
}
lochner_dynasty={
name="dynn_Lochner"
culture="franconian"
}
fugger_dynasty={
name="dynn_Fugger"
culture="swabian"
}
reger_dynasty={
name="dynn_Reger"
culture="bavarian"
}
bagen_dynasty={
name="dynn_Bagen"
culture="bavarian"
}
lahm_dynasty={
name="dynn_Lahm"
culture="bavarian"
}
mann_dynasty={
name="dynn_Mann"
culture="bavarian"
}
dworschak_dynasty={
name="dynn_Dworschak"
culture="austrian"
}
jager_dynasty={
name="dynn_J_a_uml_ger"
culture="austrian"
}
werndl_dynasty={
name="dynn_Werndl"
culture="austrian"
}
lechge_dynasty={
prefix="dynnp_von"
name="dynn_Lechge"
culture="swabian"
}
wendlenger_dynasty={
name="dynn_Wendlenger"
culture="swabian"
}
bruderle_dynasty={
name="dynn_Br_u_uml_derle"
culture="palatinate"
}
pfeiffer_dynasty={
name="dynn_Pfeiffer"
culture="swabian"
}
weissbronner_dynasty={
name="dynn_Weissbronner"
culture="swabian"
}
dornier_dynasty={
name="dynn_Dornier"
culture="swabian"
}
hohenheim_dynasty={
prefix="dynnp_von"
name="dynn_Hohenheim"
culture="swabian"
}
nguyen_bloch_dynasty={
name="dynn_Nguyen_dsh_Bloch"
culture="elsasse"
}
barthold_dynasty={
name="dynn_Barthold"
culture="elsasse"
}
sade_dynasty = { sade_dynasty = {
prefix = "dynnp_de" prefix = "dynnp_de"

View file

@ -27,6 +27,22 @@ house_spatstony = {
name = dynn_spatstony name = dynn_spatstony
dynasty = dynn_britannia_crowtemple dynasty = dynn_britannia_crowtemple
} }
house_eichstatter = {
name="dynn_Eichst_a_uml_tter"
dynasty=bludenzer_dynasty #Bludenzer
}
house_hofer = {
name="dynn_Hofer"
dynasty=stromer_dynasty #Stromer
}
house_waldman={
name="dynn_Waldman"
dynasty=bludenzer_dynasty #Bludenzer
}
house_hastenteufel={
name="dynn_Hastenteufel"
dynasty=pfeiffer_dynasty #Pfeiffer
}
#Bourbon #Bourbon
house_bourbon_naundorff = { house_bourbon_naundorff = {
prefix = "dynnp_de" prefix = "dynnp_de"

View file

@ -591,35 +591,7 @@ on_game_start = {
} }
} }
} }
religion:eastern_orthodox_religion = { religion:christianity_religion = {
every_faith = {
every_holy_site = {
limit = {
title_province = {
has_special_building_slot = no
}
}
title_province = {
add_special_building_slot = holy_site_cathedral_01
}
}
}
}
religion:catholic_religion = {
every_faith = {
every_holy_site = {
limit = {
title_province = {
has_special_building_slot = no
}
}
title_province = {
add_special_building_slot = holy_site_cathedral_01
}
}
}
}
religion:protestant_religion = {
every_faith = { every_faith = {
every_holy_site = { every_holy_site = {
limit = { limit = {
@ -4920,11 +4892,7 @@ on_game_start_after_lobby = {
culture = { has_cultural_pillar = heritage_iberian } culture = { has_cultural_pillar = heritage_iberian }
culture = culture:andalusian culture = culture:andalusian
} }
OR = { has_religion = religion:christianity_religion
has_religion = religion:eastern_orthodox_religion
has_religion = religion:catholic_religion
has_religion = religion:protestant_religion
}
} }
add_achievement_global_variable_effect = { add_achievement_global_variable_effect = {
VARIABLE = started_reconquista_achievement VARIABLE = started_reconquista_achievement

View file

@ -10,16 +10,6 @@
#Protestant #Protestant
religion_tag = protestant_religion religion_tag = protestant_religion
### Esoterics
#Wiccans
religion_tag = wicca_religion
### Pagans
#Druidics
religion_tag = druidic_religion
# Temp measure before religion doctrines set up for religions w/ PotB access
has_doctrine = special_doctrine_people_of_the_book
} }
} }

View file

@ -4200,7 +4200,7 @@
limit = { limit = {
has_doctrine = pagan_hostility_doctrine has_doctrine = pagan_hostility_doctrine
religion = religion:buddhism_religion religion = religion:buddhism_religion
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:christianity_religion
religion = religion:dualism_religion religion = religion:dualism_religion
} }
value = faith_tenet_cost_high value = faith_tenet_cost_high

File diff suppressed because it is too large Load diff

View file

@ -245,7 +245,6 @@
holy_site = luxembourg holy_site = luxembourg
#Special Tolerance | placeholder #Special Tolerance | placeholder
doctrine = special_doctrine_people_of_the_book
#Tenets | placeholder #Tenets | placeholder
doctrine = core_tenet_belle_epoque doctrine = core_tenet_belle_epoque
@ -391,7 +390,7 @@
#holy_site = segrada_familia #holy_site = segrada_familia
#Special Tolerance | placeholder #Special Tolerance | placeholder
doctrine = special_doctrine_people_of_the_book #doctrine = special_doctrine_people_of_the_book
#Tenets | placeholder #Tenets | placeholder
doctrine = tenet_adaptive doctrine = tenet_adaptive

View file

@ -845,7 +845,7 @@ great_holy_war_target_kingdom_weight = {
limit = { limit = {
AND = { AND = {
scope:the_faith = { scope:the_faith = {
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:christianity_religion
not_non_catholic_standard_christian_faith_trigger = yes not_non_catholic_standard_christian_faith_trigger = yes
} }
title_capital_county.title_province = { geographical_region = ghw_region_baltic } title_capital_county.title_province = { geographical_region = ghw_region_baltic }
@ -4559,7 +4559,7 @@ great_holy_war_target_kingdom_weight_simplified = {
limit = { limit = {
AND = { AND = {
scope:the_faith = { scope:the_faith = {
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:christianity_religion
not_non_catholic_standard_christian_faith_trigger = yes not_non_catholic_standard_christian_faith_trigger = yes
} }
title_capital_county.title_province = { geographical_region = ghw_region_baltic } title_capital_county.title_province = { geographical_region = ghw_region_baltic }

View file

@ -710,37 +710,7 @@ mend_great_schism_scripted_effect = {
} }
trigger_event = roman_restoration.0102 trigger_event = roman_restoration.0102
} }
religion:eastern_orthodox_religion = { religion:christianity_religion = {
every_faith = { #All main branches of Christianity that were considered Ecumenical are now heresies.
custom = every_ecumenical_christian_faith.tt
limit = {
this.religion = root.faith.religion
has_doctrine = special_doctrine_ecumenical_christian
this != root.faith
}
remove_doctrine = special_doctrine_ecumenical_christian
change_fervor = {
value = -25
desc = fervor_loss_mended_schism
}
}
}
religion:catholic_religion = {
every_faith = { #All main branches of Christianity that were considered Ecumenical are now heresies.
custom = every_ecumenical_christian_faith.tt
limit = {
this.religion = root.faith.religion
has_doctrine = special_doctrine_ecumenical_christian
this != root.faith
}
remove_doctrine = special_doctrine_ecumenical_christian
change_fervor = {
value = -25
desc = fervor_loss_mended_schism
}
}
}
religion:protestant_religion = {
every_faith = { #All main branches of Christianity that were considered Ecumenical are now heresies. every_faith = { #All main branches of Christianity that were considered Ecumenical are now heresies.
custom = every_ecumenical_christian_faith.tt custom = every_ecumenical_christian_faith.tt
limit = { limit = {

View file

@ -614,7 +614,7 @@ struggle_can_access_unlocks_bargain_fealty_interaction_trigger = {
# Multi-File Event Triggers # Multi-File Event Triggers
fp2_lyonese_monk_0002_papal_hof_trigger = { fp2_lyonese_monk_0002_papal_hof_trigger = {
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:christianity_religion
exists = faith.religious_head exists = faith.religious_head
faith.religious_head_title = title:k_papal_state faith.religious_head_title = title:k_papal_state
} }

View file

@ -9,7 +9,7 @@ ep3_frankokratia_ghw_trigger = {
#Byzantine emperor is Christian, but not Catholic #Byzantine emperor is Christian, but not Catholic
title:e_byzantium.holder.faith = { title:e_byzantium.holder.faith = {
NOT = { this = faith:catholic } NOT = { this = faith:catholic }
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:christianity_religion
} }
trigger_if = { trigger_if = {
limit = { limit = {
@ -21,7 +21,7 @@ ep3_frankokratia_ghw_trigger = {
title:e_byzantium.holder.primary_title = { title:e_byzantium.holder.primary_title = {
state_faith = { state_faith = {
NOT = { this = faith:catholic } NOT = { this = faith:catholic }
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:christianity_religion
} }
} }
} }

View file

@ -119,9 +119,7 @@ coronation_proper_artifact_crown_trigger = {
OR = { OR = {
this = religion:baltic_religion this = religion:baltic_religion
this = religion:bon_religion this = religion:bon_religion
this = religion:eastern_orthodox_religion this = religion:christianity_religion
this = religion:catholic_religion
this = religion:protestant_religion
this = religion:dualism_religion this = religion:dualism_religion
this = religion:hellenism_religion this = religion:hellenism_religion
this = religion:judaism_religion this = religion:judaism_religion

View file

@ -47,11 +47,7 @@ historical_artifacts.0023 = {
count = 6 count = 6
random_character_with_royal_court = { random_character_with_royal_court = {
limit = { limit = {
OR = { faith.religion = religion:christianity_religion
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
NOT = { has_character_flag = seeded_relic } NOT = { has_character_flag = seeded_relic }
} }
create_artifact_pedestal_christian_relic_effect_hist = { OWNER = this } create_artifact_pedestal_christian_relic_effect_hist = { OWNER = this }
@ -422,11 +418,7 @@ historical_artifacts.0023 = {
# We exclude kings'n'emperors so the Excaliburs scatter a little better. # We exclude kings'n'emperors so the Excaliburs scatter a little better.
if = { if = {
limit = { limit = {
OR = { faith.religion = religion:christianity_religion
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
highest_held_title_tier <= tier_duchy highest_held_title_tier <= tier_duchy
} }
add_to_list = potential_excalibur_holders_list add_to_list = potential_excalibur_holders_list
@ -439,11 +431,7 @@ historical_artifacts.0023 = {
# We exclude kings'n'emperors so the Excaliburs scatter a little better. # We exclude kings'n'emperors so the Excaliburs scatter a little better.
if = { if = {
limit = { limit = {
OR = { faith.religion = religion:christianity_religion
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
highest_held_title_tier <= tier_duchy highest_held_title_tier <= tier_duchy
} }
add_to_list = potential_excalibur_holders_list add_to_list = potential_excalibur_holders_list

View file

@ -36,7 +36,7 @@ character_view_bg = {
trigger = { trigger = {
is_alive = no is_alive = no
OR = { OR = {
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:christianity_religion
religion = religion:islam_religion religion = religion:islam_religion
} }
trigger_if = { trigger_if = {
@ -54,7 +54,7 @@ character_view_bg = {
trigger = { trigger = {
is_alive = no is_alive = no
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:christianity_religion
primary_title = title:e_byzantium primary_title = title:e_byzantium
} }
} }
@ -64,7 +64,7 @@ character_view_bg = {
trigger = { trigger = {
is_alive = no is_alive = no
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:christianity_religion
} }
} }
@ -8640,7 +8640,7 @@ character_view_bg = {
trigger = { trigger = {
should_use_temple_character_background_trigger = yes should_use_temple_character_background_trigger = yes
OR = { OR = {
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:christianity_religion
religion = religion:islam_religion religion = religion:islam_religion
} }
trigger_if = { trigger_if = {
@ -8659,7 +8659,7 @@ character_view_bg = {
trigger = { trigger = {
should_use_temple_character_background_trigger = yes should_use_temple_character_background_trigger = yes
OR = { OR = {
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:christianity_religion
religion = religion:islam_religion religion = religion:islam_religion
} }
trigger_if = { trigger_if = {
@ -8680,7 +8680,7 @@ character_view_bg = {
primary_spouse ?= { primary_spouse ?= {
should_use_temple_character_background_trigger = yes should_use_temple_character_background_trigger = yes
OR = { OR = {
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:christianity_religion
religion = religion:islam_religion religion = religion:islam_religion
} }
trigger_if = { trigger_if = {
@ -8694,7 +8694,7 @@ character_view_bg = {
betrothed ?= { betrothed ?= {
should_use_temple_character_background_trigger = yes should_use_temple_character_background_trigger = yes
OR = { OR = {
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:christianity_religion
religion = religion:islam_religion religion = religion:islam_religion
} }
trigger_if = { trigger_if = {
@ -8710,7 +8710,7 @@ character_view_bg = {
liege ?= { liege ?= {
should_use_temple_character_background_trigger = yes should_use_temple_character_background_trigger = yes
OR = { OR = {
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:christianity_religion
religion = religion:islam_religion religion = religion:islam_religion
} }
trigger_if = { trigger_if = {
@ -8735,7 +8735,7 @@ character_view_bg = {
trigger = { trigger = {
should_use_temple_character_background_trigger = yes should_use_temple_character_background_trigger = yes
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:christianity_religion
} }
} }
@ -8744,7 +8744,7 @@ character_view_bg = {
trigger = { trigger = {
should_use_temple_character_background_trigger = yes should_use_temple_character_background_trigger = yes
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:christianity_religion
is_character_window_main_character = yes is_character_window_main_character = yes
} }
} }
@ -8756,19 +8756,19 @@ character_view_bg = {
OR = { OR = {
primary_spouse ?= { primary_spouse ?= {
should_use_temple_character_background_trigger = yes should_use_temple_character_background_trigger = yes
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:christianity_religion
is_character_window_main_character = yes is_character_window_main_character = yes
} }
betrothed ?= { betrothed ?= {
should_use_temple_character_background_trigger = yes should_use_temple_character_background_trigger = yes
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:christianity_religion
is_character_window_main_character = yes is_character_window_main_character = yes
} }
AND = { AND = {
liege.diarch ?= this liege.diarch ?= this
liege ?= { liege ?= {
should_use_temple_character_background_trigger = yes should_use_temple_character_background_trigger = yes
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:christianity_religion
} }
} }
} }
@ -11528,12 +11528,12 @@ character_religion_interior = {
# Christianity # Christianity
texture = { texture = {
trigger = { OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } } trigger = { religion = religion:christianity_religion }
reference = "event_scenes/church.dds" reference = "event_scenes/church.dds"
} }
environment = { environment = {
trigger = { OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } } trigger = { religion = religion:christianity_religion }
reference = "environment_event_church" reference = "environment_event_church"
} }
@ -11805,12 +11805,12 @@ religion_interior = {
# Christianity # Christianity
texture = { texture = {
trigger = { OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } } trigger = { religion = religion:christianity_religion }
reference = "event_scenes/church.dds" reference = "event_scenes/church.dds"
} }
environment = { environment = {
trigger = { OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } } trigger = { religion = religion:christianity_religion }
reference = "environment_event_church" reference = "environment_event_church"
} }
@ -11876,7 +11876,7 @@ religion_interior = {
religion_holding = { religion_holding = {
texture = { texture = {
trigger = { trigger = {
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } religion = religion:christianity_religion
NOT = { NOT = {
faith = faith:nestorian faith = faith:nestorian
} }
@ -12147,7 +12147,7 @@ title_holding = {
has_holding_type = church_holding has_holding_type = church_holding
has_holding_type = temple_citadel_holding has_holding_type = temple_citadel_holding
} }
faith.OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } faith.religion = religion:christianity_religion
} }
} }
reference = "holding_types/temple_christian.dds" reference = "holding_types/temple_christian.dds"

File diff suppressed because it is too large Load diff

View file

@ -428,6 +428,38 @@
dynn_Bourbon_Parma:0 "Bourbon-Parma" dynn_Bourbon_Parma:0 "Bourbon-Parma"
dynn_bollani:0 "Bollani" dynn_bollani:0 "Bollani"
dynn_Chitteaux:0 "Chitteaux" dynn_Chitteaux:0 "Chitteaux"
dynn_Ney:0 "Ney"
dynn_Kreile:0 "Kreile"
dynn_Leeb:0 "Leeb"
dynn_Vohburg:0 "Vohburg"
dynn_Burkhardinger:0 "Burkhardinger"
dynn_Hartmann:0 "Hartmann"
dynn_Vigauner:0 "Vigauner"
dynn_Stromer:0 "Stromer"
dynn_Bludenzer:0 "Bludenzer"
dynn_Sonntag:0 "Sonntag"
dynn_Lochner:0 "Lochner"
dynn_Fugger:0 "Fugger"
dynn_Reger:0 "Reger"
dynn_Bagen:0 "Bagen"
dynn_Lahm:0 "Lahm"
dynn_Mann:0 "Mann"
dynn_Dworschak:0 "Dworschak"
dynn_J_a_uml_ger:0 "Jäger"
dynn_Werndl:0 "Werndl"
dynn_Lechge:0 "Lechge"
dynn_Wendlenger:0 "Wendlenger"
dynn_Br_u_uml_derle:0 "Brüderle"
dynn_Pfeiffer:0 "Pfeiffer"
dynn_Weissbronner:0 "Weissbronner"
dynn_Dornier:0 "Dornier"
dynn_Hohenheim:0 "Hohenheim"
dynn_Eichst_a_uml_tter:0 "Eichstätter"
dynn_Hofer:0 "Hofer"
dynn_Waldman:0 "Waldman"
dynn_Nguyen_dsh_Bloch:0 "Nguyen-Bloch"
dynn_Hastenteufel:0 "Hastenteufel"
dynn_Barthold:0 "Barthold"
dynn_Tr_e_act_lut:0 "Trélut" dynn_Tr_e_act_lut:0 "Trélut"
dynn_Sade:0 "Sade" dynn_Sade:0 "Sade"
dynn_Grimaldi:0 "Grimaldi" dynn_Grimaldi:0 "Grimaldi"