This commit is contained in:
Heidesommer 2026-05-18 13:34:56 -04:00
parent 143330e057
commit 7fca9aa1d4
46 changed files with 1529 additions and 149 deletions

View file

@ -38,29 +38,13 @@ apa_leveraging_language_skills = {
knows_language = language_arabic knows_language = language_arabic
} }
AND = { AND = {
scope:province = { scope:province.religion = religion:catholic_religion
OR = {
faith = faith:catholic
faith = faith:conversos
faith = faith:lollard
faith = faith:insular_celtic
faith = faith:mozarabic_church
}
}
knows_language = language_latin knows_language = language_latin
} }
AND = {
scope:province.faith = faith:cathar
knows_language = language_occitano_romance
}
AND = { AND = {
scope:province.faith = faith:armenian_apostolic scope:province.faith = faith:armenian_apostolic
knows_language = language_armenian knows_language = language_armenian
} }
AND = {
scope:province.faith = faith:nestorian
knows_language = language_aramaic
}
AND = { AND = {
scope:province.faith = faith:lamaism scope:province.faith = faith:lamaism
knows_language = language_tibetan knows_language = language_tibetan
@ -81,7 +65,7 @@ apa_leveraging_language_skills = {
religion = religion:protestant_religion religion = religion:protestant_religion
} }
NOR = { #Non-Greek NOR = { #Non-Greek
faith = faith:catholic religion = religion:catholic_religion
faith = faith:conversos faith = faith:conversos
faith = faith:lollard faith = faith:lollard
faith = faith:insular_celtic faith = faith:insular_celtic

View file

@ -3302,7 +3302,7 @@ undirected_great_holy_war = {
# First of the Crusader Kings achievement tracking. # First of the Crusader Kings achievement tracking.
if = { if = {
limit = { limit = {
scope:attacker.faith = faith:catholic scope:attacker.religion = religion:catholic_religion
NOT = { exists = global_var:had_first_catholic_crusade } NOT = { exists = global_var:had_first_catholic_crusade }
} }
# Credit where chredit is due. # Credit where chredit is due.

View file

@ -5308,7 +5308,7 @@ greek_anarchy_cb = {
#Venetians... #Venetians...
AND = { AND = {
government_has_flag = government_is_republic government_has_flag = government_is_republic
faith = faith:catholic religion = religion:catholic_religion
} }
has_trait = despoiler_of_byzantium has_trait = despoiler_of_byzantium
} }
@ -5504,7 +5504,7 @@ greek_anarchy_cb = {
} }
ep3_orthodox_faith_trigger = yes ep3_orthodox_faith_trigger = yes
faith = faith:hellenic_pagan faith = faith:hellenic_pagan
faith = faith:catholic religion = religion:catholic_religion
has_trait = despoiler_of_byzantium has_trait = despoiler_of_byzantium
} }
} }

View file

@ -2658,7 +2658,7 @@ learn_language_interaction = {
modifier = { # Catholic clergy/pious people want to learn latin modifier = { # Catholic clergy/pious people want to learn latin
add = 50 add = 50
scope:actor = { scope:actor = {
faith = faith:catholic religion = religion:catholic_religion
OR = { OR = {
has_trait = zealous has_trait = zealous
has_trait = humble has_trait = humble
@ -2678,7 +2678,7 @@ learn_language_interaction = {
modifier = { # Catholic clergy/pious people want to learn Italian modifier = { # Catholic clergy/pious people want to learn Italian
add = 50 add = 50
scope:actor = { scope:actor = {
faith = faith:catholic religion = religion:catholic_religion
OR = { OR = {
has_trait = zealous has_trait = zealous
has_trait = humble has_trait = humble

View file

@ -3450,7 +3450,7 @@ GetAdventureNameBand = {
OR = { OR = {
NOT = { exists = scope:new_landless_adventurer } NOT = { exists = scope:new_landless_adventurer }
scope:new_landless_adventurer ?= { scope:new_landless_adventurer ?= {
faith = faith:catholic religion = religion:catholic_religion
culture = { culture = {
has_cultural_era_or_later = culture_era_high_medieval has_cultural_era_or_later = culture_era_high_medieval
} }
@ -3514,7 +3514,7 @@ GetAdventureNameBand = {
OR = { OR = {
NOT = { exists = scope:new_landless_adventurer } NOT = { exists = scope:new_landless_adventurer }
scope:new_landless_adventurer ?= { scope:new_landless_adventurer ?= {
faith = faith:catholic religion = religion:catholic_religion
} }
} }
} }
@ -3530,7 +3530,7 @@ GetAdventureNameBand = {
OR = { OR = {
NOT = { exists = scope:new_landless_adventurer } NOT = { exists = scope:new_landless_adventurer }
scope:new_landless_adventurer ?= { scope:new_landless_adventurer ?= {
faith = faith:catholic religion = religion:catholic_religion
ai_zeal >= low_positive_ai_value ai_zeal >= low_positive_ai_value
OR = { OR = {
exists = global_var:cath_crusade_1 exists = global_var:cath_crusade_1
@ -4193,7 +4193,7 @@ GetAdventureNameBand = {
has_trait = scholar has_trait = scholar
has_education_learning_trigger = yes has_education_learning_trigger = yes
} }
faith = faith:catholic religion = religion:catholic_religion
} }
} }
} }
@ -11539,7 +11539,7 @@ GetAdventureNameReverentBand = {
OR = { OR = {
NOT = { exists = scope:new_landless_adventurer } NOT = { exists = scope:new_landless_adventurer }
scope:new_landless_adventurer ?= { scope:new_landless_adventurer ?= {
faith = faith:catholic religion = religion:catholic_religion
culture = { culture = {
has_cultural_era_or_later = culture_era_high_medieval has_cultural_era_or_later = culture_era_high_medieval
} }
@ -11603,7 +11603,7 @@ GetAdventureNameReverentBand = {
OR = { OR = {
NOT = { exists = scope:new_landless_adventurer } NOT = { exists = scope:new_landless_adventurer }
scope:new_landless_adventurer ?= { scope:new_landless_adventurer ?= {
faith = faith:catholic religion = religion:catholic_religion
} }
} }
} }
@ -12041,7 +12041,7 @@ GetAdventureNameReverentBand = {
has_trait = scholar has_trait = scholar
has_education_learning_trigger = yes has_education_learning_trigger = yes
} }
faith = faith:catholic religion = religion:catholic_religion
} }
} }
} }

View file

@ -354,7 +354,7 @@ RandomSaint = { # Used for statue artifact
text = { text = {
trigger = { trigger = {
OR = { OR = {
faith = faith:catholic religion = religion:catholic_religion
faith = faith:orthodox faith = faith:orthodox
faith = faith:nestorian faith = faith:nestorian
} }
@ -365,7 +365,7 @@ RandomSaint = { # Used for statue artifact
text = { text = {
trigger = { trigger = {
OR = { OR = {
faith = faith:catholic religion = religion:catholic_religion
faith = faith:orthodox faith = faith:orthodox
faith = faith:nestorian faith = faith:nestorian
} }
@ -376,7 +376,7 @@ RandomSaint = { # Used for statue artifact
text = { text = {
trigger = { trigger = {
OR = { OR = {
faith = faith:catholic religion = religion:catholic_religion
faith = faith:orthodox faith = faith:orthodox
faith = faith:nestorian faith = faith:nestorian
} }
@ -387,7 +387,7 @@ RandomSaint = { # Used for statue artifact
text = { text = {
trigger = { trigger = {
OR = { OR = {
faith = faith:catholic religion = religion:catholic_religion
faith = faith:orthodox faith = faith:orthodox
faith = faith:nestorian faith = faith:nestorian
} }
@ -398,7 +398,7 @@ RandomSaint = { # Used for statue artifact
text = { text = {
trigger = { trigger = {
OR = { OR = {
faith = faith:catholic religion = religion:catholic_religion
faith = faith:orthodox faith = faith:orthodox
faith = faith:nestorian faith = faith:nestorian
} }
@ -409,7 +409,7 @@ RandomSaint = { # Used for statue artifact
text = { text = {
trigger = { trigger = {
OR = { OR = {
faith = faith:catholic religion = religion:catholic_religion
faith = faith:orthodox faith = faith:orthodox
faith = faith:nestorian faith = faith:nestorian
} }
@ -518,7 +518,7 @@ RandomSaintName = { # Used for other artifacts
text = { text = {
trigger = { trigger = {
OR = { OR = {
faith = faith:catholic religion = religion:catholic_religion
faith = faith:orthodox faith = faith:orthodox
faith = faith:nestorian faith = faith:nestorian
} }
@ -529,7 +529,7 @@ RandomSaintName = { # Used for other artifacts
text = { text = {
trigger = { trigger = {
OR = { OR = {
faith = faith:catholic religion = religion:catholic_religion
faith = faith:orthodox faith = faith:orthodox
faith = faith:nestorian faith = faith:nestorian
} }
@ -540,7 +540,7 @@ RandomSaintName = { # Used for other artifacts
text = { text = {
trigger = { trigger = {
OR = { OR = {
faith = faith:catholic religion = religion:catholic_religion
faith = faith:orthodox faith = faith:orthodox
faith = faith:nestorian faith = faith:nestorian
} }
@ -551,7 +551,7 @@ RandomSaintName = { # Used for other artifacts
text = { text = {
trigger = { trigger = {
OR = { OR = {
faith = faith:catholic religion = religion:catholic_religion
faith = faith:orthodox faith = faith:orthodox
faith = faith:nestorian faith = faith:nestorian
} }
@ -562,7 +562,7 @@ RandomSaintName = { # Used for other artifacts
text = { text = {
trigger = { trigger = {
OR = { OR = {
faith = faith:catholic religion = religion:catholic_religion
faith = faith:orthodox faith = faith:orthodox
faith = faith:nestorian faith = faith:nestorian
} }
@ -573,7 +573,7 @@ RandomSaintName = { # Used for other artifacts
text = { text = {
trigger = { trigger = {
OR = { OR = {
faith = faith:catholic religion = religion:catholic_religion
faith = faith:orthodox faith = faith:orthodox
faith = faith:nestorian faith = faith:nestorian
} }
@ -682,7 +682,7 @@ RandomSaintNamePossessive = {
text = { text = {
trigger = { trigger = {
OR = { OR = {
faith = faith:catholic religion = religion:catholic_religion
faith = faith:orthodox faith = faith:orthodox
faith = faith:nestorian faith = faith:nestorian
} }
@ -693,7 +693,7 @@ RandomSaintNamePossessive = {
text = { text = {
trigger = { trigger = {
OR = { OR = {
faith = faith:catholic religion = religion:catholic_religion
faith = faith:orthodox faith = faith:orthodox
faith = faith:nestorian faith = faith:nestorian
} }
@ -704,7 +704,7 @@ RandomSaintNamePossessive = {
text = { text = {
trigger = { trigger = {
OR = { OR = {
faith = faith:catholic religion = religion:catholic_religion
faith = faith:orthodox faith = faith:orthodox
faith = faith:nestorian faith = faith:nestorian
} }
@ -715,7 +715,7 @@ RandomSaintNamePossessive = {
text = { text = {
trigger = { trigger = {
OR = { OR = {
faith = faith:catholic religion = religion:catholic_religion
faith = faith:orthodox faith = faith:orthodox
faith = faith:nestorian faith = faith:nestorian
} }
@ -726,7 +726,7 @@ RandomSaintNamePossessive = {
text = { text = {
trigger = { trigger = {
OR = { OR = {
faith = faith:catholic religion = religion:catholic_religion
faith = faith:orthodox faith = faith:orthodox
faith = faith:nestorian faith = faith:nestorian
} }
@ -737,7 +737,7 @@ RandomSaintNamePossessive = {
text = { text = {
trigger = { trigger = {
OR = { OR = {
faith = faith:catholic religion = religion:catholic_religion
faith = faith:orthodox faith = faith:orthodox
faith = faith:nestorian faith = faith:nestorian
} }

View file

@ -58,7 +58,7 @@ GetFaithSacredLanguage = {
text = { text = {
trigger = { trigger = {
OR = { OR = {
faith = faith:catholic religion = religion:catholic_religion
faith = faith:conversos faith = faith:conversos
faith = faith:lollard faith = faith:lollard
faith = faith:insular_celtic faith = faith:insular_celtic
@ -173,7 +173,7 @@ GetFaithSacredLanguageCharacter = {
text = { text = {
trigger = { trigger = {
OR = { OR = {
faith = faith:catholic religion = religion:catholic_religion
faith = faith:conversos faith = faith:conversos
faith = faith:lollard faith = faith:lollard
faith = faith:insular_celtic faith = faith:insular_celtic

View file

@ -343,7 +343,7 @@ GetLearningBuilding = {
trigger = { trigger = {
OR = { OR = {
has_culture = culture:french has_culture = culture:french
has_faith = faith:catholic has_religion = religion:catholic_religion
} }
} }
localization_key = building_type_notre_dame_01 localization_key = building_type_notre_dame_01
@ -370,7 +370,7 @@ GetLearningBuilding = {
trigger = { trigger = {
OR = { OR = {
has_culture = culture:franconian has_culture = culture:franconian
has_faith = faith:catholic has_religion = religion:catholic_religion
} }
} }
localization_key = building_type_holy_site_cologne_cathedral_01 localization_key = building_type_holy_site_cologne_cathedral_01
@ -379,7 +379,7 @@ GetLearningBuilding = {
trigger = { trigger = {
OR = { OR = {
has_culture = culture:anglo_saxon has_culture = culture:anglo_saxon
has_faith = faith:catholic has_religion = religion:catholic_religion
} }
} }
localization_key = building_type_holy_site_canterbury_cathedral_01 localization_key = building_type_holy_site_canterbury_cathedral_01

View file

@ -1313,7 +1313,7 @@ return_rome_decision = {
is_shown = { is_shown = {
top_liege = this top_liege = this
faith = faith:catholic religion = religion:catholic_religion
exists = faith.religious_head exists = faith.religious_head
faith.religious_head = { faith.religious_head = {
OR = { OR = {
@ -1389,7 +1389,7 @@ return_rome_decision = {
ai_potential = { ai_potential = {
is_at_war = no is_at_war = no
top_liege = this top_liege = this
faith = faith:catholic religion = religion:catholic_religion
ai_zeal > very_high_negative_ai_value ai_zeal > very_high_negative_ai_value
title:c_roma = { title:c_roma = {
holder = { holder = {

File diff suppressed because it is too large Load diff

View file

@ -810,7 +810,7 @@ restore_papacy_decision = {
is_shown = { is_shown = {
is_ruler = yes is_ruler = yes
is_playable_character = yes is_playable_character = yes
faith = faith:catholic religion = religion:catholic_religion
NOT = { faith = { exists = religious_head } } NOT = { faith = { exists = religious_head } }
highest_held_title_tier > 3 #Only Kings and Emperors highest_held_title_tier > 3 #Only Kings and Emperors
} }
@ -842,7 +842,7 @@ restore_papacy_decision = {
} }
ai_potential = { ai_potential = {
faith = faith:catholic religion = religion:catholic_religion
highest_held_title_tier > 3 #Only Kings and Emperors highest_held_title_tier > 3 #Only Kings and Emperors
NOT = { faith = { exists = religious_head } } NOT = { faith = { exists = religious_head } }
} }
@ -880,7 +880,7 @@ restore_pope_in_rome_decision = {
is_shown = { is_shown = {
is_ruler = yes is_ruler = yes
is_playable_character = yes is_playable_character = yes
faith = faith:catholic religion = religion:catholic_religion
NOR = { NOR = {
has_title = title:k_papal_state has_title = title:k_papal_state
is_roman_emperor_excluding_byzantium_trigger = yes is_roman_emperor_excluding_byzantium_trigger = yes
@ -951,7 +951,7 @@ restore_pope_in_rome_decision = {
} }
ai_potential = { ai_potential = {
faith = faith:catholic religion = religion:catholic_religion
highest_held_title_tier > 3 #Only Kings and Emperors highest_held_title_tier > 3 #Only Kings and Emperors
} }

View file

@ -1204,7 +1204,7 @@ recreate_byzantine_empire_decision = {
} }
if = { if = {
limit = { limit = {
faith = faith:catholic religion = religion:catholic_religion
} }
add = 500 add = 500
} }

View file

@ -363,7 +363,7 @@ bubonic_plague = {
triggered_desc = { triggered_desc = {
trigger = { trigger = {
OR = { OR = {
outbreak_province.county.faith = faith:catholic outbreak_province.county.religion = religion:catholic_religion
outbreak_province.county.faith = faith:orthodox outbreak_province.county.faith = faith:orthodox
outbreak_province.county.faith = faith:nestorian outbreak_province.county.faith = faith:nestorian
outbreak_province.county.faith = faith:coptic outbreak_province.county.faith = faith:coptic
@ -2365,7 +2365,7 @@ ergotism = { #dancing plague - not contagious
outbreak_province = { outbreak_province = {
county = { county = {
OR = { OR = {
faith = faith:catholic religion = religion:catholic_religion
faith = faith:orthodox faith = faith:orthodox
faith = faith:nestorian faith = faith:nestorian
faith = faith:coptic faith = faith:coptic

View file

@ -1,13 +1,13 @@
k_gondor_cosmetic = { k_gondor_cosmetic = {
color = { 10 5 35 } color = { 10 5 35 }
capital = c_paris capital = c_ile_de_france
} }
e_numenor_cosmetic = { e_numenor_cosmetic = {
color = { 75 30 95 } color = { 75 30 95 }
capital = c_paris capital = c_ile_de_france
} }
d_novelist_high_king = { d_novelist_high_king = {
@ -15,5 +15,5 @@ d_novelist_high_king = {
definite_form = yes definite_form = yes
capital = c_paris capital = c_ile_de_france
} }

View file

@ -152,7 +152,7 @@ e_germany = {
color = { 165 185 122 } color = { 165 185 122 }
} }
} }
c_tangermunde # Tangermünde c_tangermunde = { # Tangermünde
color = { 115 135 115 } color = { 115 135 115 }
cultural_names = { cultural_names = {

View file

@ -2212,7 +2212,7 @@ e_nistrenia = {
d_turov = { d_turov = {
color = { 129 163 28 } color = { 129 163 28 }
capital = c_orsha capital = c_turov
c_turov = { c_turov = {

View file

@ -441,7 +441,7 @@ e_visegrad = {
} }
d_lubusz = { d_lubusz = {
color = { 151 41 46 } color = { 151 41 46 }
color2 = { 255 255 255 }
capital = c_grunberg # Zielona Góra capital = c_grunberg # Zielona Góra
c_grunberg = { # Zielona Góra c_grunberg = { # Zielona Góra
@ -2486,8 +2486,4 @@ e_visegrad = {
} }
} }
} }
d_danzig = {
color = { 144 12 12 }
capital = c_danzig
}
} }

View file

@ -2436,7 +2436,7 @@ ranaheim = {
} }
jorvik = { jorvik = {
county = c_north_riding county = c_richmond
barony = b_yarlestre barony = b_yarlestre
character_modifier = { character_modifier = {

View file

@ -1229,7 +1229,7 @@ pool_repopulate_local_flavor = {
if = { if = {
limit = { limit = {
culture = atlantannach culture = culture:atlantannach
} }
add_character_flag = ai_will_not_convert add_character_flag = ai_will_not_convert
set_character_faith = faith:iberian set_character_faith = faith:iberian
@ -1245,7 +1245,7 @@ pool_repopulate_local_flavor = {
if = { if = {
limit = { limit = {
culture = traveller culture = culture:traveller
} }
add_character_flag = ai_will_not_convert add_character_flag = ai_will_not_convert
set_character_faith = faith:celtic set_character_faith = faith:celtic
@ -1260,7 +1260,7 @@ pool_repopulate_local_flavor = {
} }
if = { if = {
limit = { limit = {
culture = beur culture = culture:beur
} }
add_character_flag = ai_will_not_convert add_character_flag = ai_will_not_convert
set_character_faith = faith:simurghi set_character_faith = faith:simurghi
@ -1275,7 +1275,7 @@ pool_repopulate_local_flavor = {
} }
if = { if = {
limit = { limit = {
culture = turkisch culture = culture:turkisch
} }
add_character_flag = ai_will_not_convert add_character_flag = ai_will_not_convert
set_character_faith = faith:quranist set_character_faith = faith:quranist

View file

@ -3,7 +3,7 @@
dynasty = none dynasty = none
random_traits = yes random_traits = yes
culture = culture:frankish culture = culture:frankish
faith = faith:catholic religion = religion:catholic_religion
martial = { martial = {
min_template_high_skill min_template_high_skill
max_template_high_skill max_template_high_skill

View file

@ -764,7 +764,7 @@ restore_papacy_scripted_effect = {
if = { #Pick your chaplain first. if = { #Pick your chaplain first.
limit = { limit = {
exists = cp:councillor_court_chaplain exists = cp:councillor_court_chaplain
cp:councillor_court_chaplain = { faith = faith:catholic } cp:councillor_court_chaplain = { religion = religion:catholic_religion }
} }
cp:councillor_court_chaplain = { save_scope_as = new_pope } cp:councillor_court_chaplain = { save_scope_as = new_pope }
} }

View file

@ -968,7 +968,7 @@ building_breweries_requirement = {
has_building_or_higher = temple_$NUMBER$ has_building_or_higher = temple_$NUMBER$
} }
OR = { OR = {
faith = faith:catholic religion = religion:catholic_religion
faith = { has_doctrine_parameter = allows_brewery } faith = { has_doctrine_parameter = allows_brewery }
} }
} }

View file

@ -140,7 +140,7 @@ ep3_frankokratia_transiting_relative_trigger = {
} }
highest_held_title_tier < tier_county highest_held_title_tier < tier_county
NOT = { NOT = {
faith = faith:catholic religion = religion:catholic_religion
} }
is_imprisoned = yes is_imprisoned = yes
is_incapable = yes is_incapable = yes
@ -164,7 +164,7 @@ ep3_frankokratia_transiting_relative_trigger = {
ep3_frankokratia_story_owner_trigger = { ep3_frankokratia_story_owner_trigger = {
save_temporary_scope_as = char_temp save_temporary_scope_as = char_temp
faith = faith:catholic religion = religion:catholic_religion
is_playable_character = yes is_playable_character = yes
highest_held_title_tier >= tier_county highest_held_title_tier >= tier_county
highest_held_title_tier <= tier_kingdom highest_held_title_tier <= tier_kingdom
@ -382,7 +382,7 @@ ep3_frankokratia_will_start_trigger = {
} }
ep3_frankokratia_financier_trigger = { ep3_frankokratia_financier_trigger = {
faith = faith:catholic religion = religion:catholic_religion
is_ai = yes is_ai = yes
#Not pals with byz emperor #Not pals with byz emperor
NOR = { NOR = {
@ -675,7 +675,7 @@ ep3_frankokratia_notification_recipient_trigger = {
} }
} }
#Most affected Christians #Most affected Christians
faith = faith:catholic religion = religion:catholic_religion
faith = faith:orthodox faith = faith:orthodox
faith = faith:armenian_apostolic faith = faith:armenian_apostolic
#Target faith of crusade #Target faith of crusade

View file

@ -1868,8 +1868,8 @@ coronation_events.0205 = {
triggered_desc = { triggered_desc = {
trigger = { trigger = {
location.barony = title:b_vaticano location.barony = title:b_vaticano
faith = faith:catholic religion = religion:catholic_religion
scope:host.faith = faith:catholic scope:host.religion = religion:catholic_religion
} }
desc = coronation_events.0205.st_peters desc = coronation_events.0205.st_peters
} }

View file

@ -7828,8 +7828,8 @@ coronation_events.6120 = {
location.barony = title:b_constantinople location.barony = title:b_constantinople
AND = { AND = {
location.barony = title:b_vaticano location.barony = title:b_vaticano
faith = faith:catholic religion = religion:catholic_religion
scope:host.faith = faith:catholic scope:host.religion = religion:catholic_religion
} }
AND = { AND = {
current_year >= 950 current_year >= 950

View file

@ -11608,7 +11608,7 @@ pilgrimage.6760 = {
OR = { OR = {
NOR = { NOR = {
faith = faith:orthodox faith = faith:orthodox
faith = faith:catholic religion = religion:catholic_religion
} }
any_secret = { type = secret_non_believer } any_secret = { type = secret_non_believer }
} }
@ -11617,7 +11617,7 @@ pilgrimage.6760 = {
OR = { OR = {
NOR = { NOR = {
faith = faith:orthodox faith = faith:orthodox
faith = faith:catholic religion = religion:catholic_religion
} }
any_secret = { type = secret_non_believer } any_secret = { type = secret_non_believer }
} }
@ -11650,7 +11650,7 @@ pilgrimage.6760 = {
limit = { limit = {
NOR = { NOR = {
faith = faith:orthodox faith = faith:orthodox
faith = faith:catholic religion = religion:catholic_religion
} }
faith.religion ?= religion:christianity_religion faith.religion ?= religion:christianity_religion
} }

View file

@ -3129,7 +3129,7 @@ court.3060 = {
################################################## ##################################################
scripted_trigger pope_joan_trigger = { scripted_trigger pope_joan_trigger = {
faith = faith:catholic religion = religion:catholic_religion
is_female = yes is_female = yes
any_held_title = { is_head_of_faith = no } any_held_title = { is_head_of_faith = no }
} }

View file

@ -1100,7 +1100,7 @@ roman_restoration.0100 = {
# As a Catholic # As a Catholic
triggered_desc = { triggered_desc = {
trigger = { trigger = {
faith = faith:catholic religion = religion:catholic_religion
} }
desc = roman_restoration.0100.desc.catholic desc = roman_restoration.0100.desc.catholic
} }
@ -1108,7 +1108,7 @@ roman_restoration.0100 = {
triggered_desc = { triggered_desc = {
trigger = { trigger = {
NOR = { NOR = {
faith = faith:catholic religion = religion:catholic_religion
faith = faith:orthodox faith = faith:orthodox
} }
} }
@ -1137,7 +1137,7 @@ roman_restoration.0100 = {
} }
else_if = { else_if = {
limit = { limit = {
scope:mending_faith = faith:catholic scope:mending_religion = religion:catholic_religion
} }
faith:orthodox = { faith:orthodox = {
save_scope_as = loser_faith save_scope_as = loser_faith
@ -1182,7 +1182,7 @@ roman_restoration.0101 = {
# As a Catholic # As a Catholic
triggered_desc = { triggered_desc = {
trigger = { trigger = {
scope:mending_faith = faith:catholic scope:mending_religion = religion:catholic_religion
} }
desc = roman_restoration.0101.desc.catholic desc = roman_restoration.0101.desc.catholic
} }
@ -1190,7 +1190,7 @@ roman_restoration.0101 = {
triggered_desc = { triggered_desc = {
trigger = { trigger = {
NOR = { NOR = {
scope:mending_faith = faith:catholic scope:mending_religion = religion:catholic_religion
scope:mending_faith = faith:orthodox scope:mending_faith = faith:orthodox
} }
} }
@ -1275,7 +1275,7 @@ roman_restoration.0102 = {
# As a Catholic # As a Catholic
triggered_desc = { triggered_desc = {
trigger = { trigger = {
scope:mending_faith = faith:catholic scope:mending_religion = religion:catholic_religion
} }
desc = roman_restoration.0101.desc.catholic desc = roman_restoration.0101.desc.catholic
} }
@ -1283,7 +1283,7 @@ roman_restoration.0102 = {
triggered_desc = { triggered_desc = {
trigger = { trigger = {
NOR = { NOR = {
scope:mending_faith = faith:catholic scope:mending_religion = religion:catholic_religion
scope:mending_faith = faith:orthodox scope:mending_faith = faith:orthodox
} }
} }
@ -1324,7 +1324,7 @@ roman_restoration.0103 = {
# As a Catholic # As a Catholic
triggered_desc = { triggered_desc = {
trigger = { trigger = {
scope:mending_faith = faith:catholic scope:mending_religion = religion:catholic_religion
} }
desc = roman_restoration.0100.desc.catholic desc = roman_restoration.0100.desc.catholic
} }
@ -1332,7 +1332,7 @@ roman_restoration.0103 = {
triggered_desc = { triggered_desc = {
trigger = { trigger = {
NOR = { NOR = {
scope:mending_faith = faith:catholic scope:mending_religion = religion:catholic_religion
scope:mending_faith = faith:orthodox scope:mending_faith = faith:orthodox
} }
} }
@ -2086,7 +2086,7 @@ roman_restoration.0125 = {
# Catholic Reaction # Catholic Reaction
triggered_desc = { triggered_desc = {
trigger = { trigger = {
root.faith = faith:catholic root.religion = religion:catholic_religion
} }
desc = roman_restoration.0125.desc.catholic desc = roman_restoration.0125.desc.catholic
} }
@ -2094,7 +2094,7 @@ roman_restoration.0125 = {
triggered_desc = { triggered_desc = {
trigger = { trigger = {
NOT = { NOT = {
root.faith = faith:catholic root.religion = religion:catholic_religion
} }
} }
@ -2115,7 +2115,7 @@ roman_restoration.0125 = {
immediate = { immediate = {
#Catholics are happy! #Catholics are happy!
if = { if = {
limit = { faith = faith:catholic } limit = { religion = religion:catholic_religion }
play_music_cue = "mx_cue_sacredrite" play_music_cue = "mx_cue_sacredrite"
} }
} }
@ -2123,14 +2123,14 @@ roman_restoration.0125 = {
option = { option = {
name = roman_restoration.0125.a name = roman_restoration.0125.a
trigger = { trigger = {
root.faith = faith:catholic root.religion = religion:catholic_religion
} }
} }
option = { option = {
name = roman_restoration.0125.b name = roman_restoration.0125.b
trigger = { trigger = {
NOT = { NOT = {
root.faith = faith:catholic root.religion = religion:catholic_religion
} }
} }
} }
@ -2346,7 +2346,7 @@ roman_restoration.0131 = {
} }
if = { if = {
limit = { limit = {
root.faith = faith:catholic root.religion = religion:catholic_religion
NOT = { has_trait = cynical } NOT = { has_trait = cynical }
} }
add_opinion = { add_opinion = {

View file

@ -2947,7 +2947,7 @@ fp2_struggle.1010 = { # Soul of Iron, by Ola Jentzsch
scarred = {} scarred = {}
} }
culture = scope:toledo_county.culture culture = scope:toledo_county.culture
faith = faith:catholic religion = religion:catholic_religion
dynasty = none dynasty = none
save_scope_as = great_swordsmith #this saves him as a scope so we can get nice effects to bounce off him! save_scope_as = great_swordsmith #this saves him as a scope so we can get nice effects to bounce off him!
} }
@ -4342,9 +4342,9 @@ fp2_struggle.1050 = {
} }
triggered_desc = { triggered_desc = {
trigger = { trigger = {
has_faith = faith:catholic has_religion = religion:catholic_religion
scope:visionary_spouse= { scope:visionary_spouse= {
has_faith = faith:catholic has_religion = religion:catholic_religion
} }
} }
desc = fp2_struggle.1050.desc_christian_bling_reference_drop desc = fp2_struggle.1050.desc_christian_bling_reference_drop
@ -9046,7 +9046,7 @@ fp2_struggle.2009 = {
stewardship = { 4 7 } stewardship = { 4 7 }
intrigue = { 8 22 } intrigue = { 8 22 }
culture = culture:basque culture = culture:basque
faith = faith:catholic religion = religion:catholic_religion
dynasty = none dynasty = none
after_creation = { add_gold = minor_gold_value } after_creation = { add_gold = minor_gold_value }
@ -9086,7 +9086,7 @@ fp2_struggle.2009 = {
stewardship = { 10 17 } stewardship = { 10 17 }
intrigue = { 8 16 } intrigue = { 8 16 }
culture = culture:basque culture = culture:basque
faith = faith:catholic religion = religion:catholic_religion
dynasty = none dynasty = none
after_creation = { after_creation = {
add_gold = major_gold_value add_gold = major_gold_value

View file

@ -5214,7 +5214,7 @@ fp2_yearly.8004 = {
} }
culture = culture:italian culture = culture:italian
dynasty = none dynasty = none
faith = faith:catholic religion = religion:catholic_religion
save_scope_as = translation_enthusiast #this is needed to get the loc right save_scope_as = translation_enthusiast #this is needed to get the loc right
} }
set_global_variable = gerard_of_cremona_created set_global_variable = gerard_of_cremona_created

View file

@ -100,7 +100,7 @@ warhorse.0002 = {
trigger = { trigger = {
OR = { faith.religion = religion:eastern_orthodox_religion faith.religion = religion:catholic_religion faith.religion = religion:protestant_religion } OR = { faith.religion = religion:eastern_orthodox_religion faith.religion = religion:catholic_religion faith.religion = religion:protestant_religion }
OR = { OR = {
faith = faith:catholic religion = religion:catholic_religion
trigger_if = { trigger_if = {
limit = { is_landed = yes } limit = { is_landed = yes }
capital_province = { geographical_region = world_europe } capital_province = { geographical_region = world_europe }

View file

@ -631,7 +631,7 @@ great_holy_war.0003 = {
#Catholic flavour #Catholic flavour
triggered_desc = { triggered_desc = {
desc = great_holy_war.0003.catholic.desc desc = great_holy_war.0003.catholic.desc
trigger = { scope:the_faith = faith:catholic } trigger = { scope:the_religion = religion:catholic_religion }
} }
#Everyone else #Everyone else
desc = great_holy_war.0003.fallback.desc desc = great_holy_war.0003.fallback.desc
@ -813,7 +813,7 @@ great_holy_war.0005 = {
limit = { limit = {
any_pledged_attacker = { any_pledged_attacker = {
primary_title = { is_head_of_faith = yes } primary_title = { is_head_of_faith = yes }
faith = faith:catholic religion = religion:catholic_religion
} }
exists = global_var:byz_claimant_champion exists = global_var:byz_claimant_champion
global_var:byz_claimant_champion = { global_var:byz_claimant_champion = {
@ -1144,7 +1144,7 @@ great_holy_war.0011 = {
#Christian Flavor #Christian Flavor
triggered_desc = { #Catholic Crusades, because of Rome. triggered_desc = { #Catholic Crusades, because of Rome.
trigger = { trigger = {
scope:awakening_faith = faith:catholic scope:awakening_religion = religion:catholic_religion
exists = scope:ghw_first_sponsor exists = scope:ghw_first_sponsor
great_holy_war_0010_rome_reason_trigger = yes great_holy_war_0010_rome_reason_trigger = yes
} }
@ -1168,7 +1168,7 @@ great_holy_war.0011 = {
} }
triggered_desc = { #Catholic Crusades, because of Jerusalem. triggered_desc = { #Catholic Crusades, because of Jerusalem.
trigger = { trigger = {
scope:awakening_faith = faith:catholic scope:awakening_religion = religion:catholic_religion
exists = scope:ghw_first_sponsor exists = scope:ghw_first_sponsor
great_holy_war_0010_jerusalem_reason_trigger = yes great_holy_war_0010_jerusalem_reason_trigger = yes
} }
@ -1620,14 +1620,14 @@ great_holy_war.0017 = {
first_valid = { first_valid = {
triggered_desc = { triggered_desc = {
trigger = { trigger = {
scope:scoped_pope = { faith = faith:catholic } scope:scoped_pope = { religion = religion:catholic_religion }
} }
desc = great_holy_war.0017.desc.a desc = great_holy_war.0017.desc.a
} }
triggered_desc = { triggered_desc = {
trigger = { trigger = {
NOT = { NOT = {
scope:scoped_pope = { faith = faith:catholic } scope:scoped_pope = { religion = religion:catholic_religion }
} }
} }
desc = great_holy_war.0017.desc.b desc = great_holy_war.0017.desc.b
@ -2287,7 +2287,6 @@ great_holy_war.0021 = {
} }
scope:the_faith.great_holy_war = { pledge_defender = root } scope:the_faith.great_holy_war = { pledge_defender = root }
} }
45
45 = { #Do not pledge. 45 = { #Do not pledge.
modifier = { #More pledging happening at start of preparation phase. modifier = { #More pledging happening at start of preparation phase.
factor = 0.75 factor = 0.75
@ -3650,7 +3649,7 @@ great_holy_war.0051 = {
scope:attacker.faith.great_holy_war = { scope:attacker.faith.great_holy_war = {
has_pledged_attacker = root has_pledged_attacker = root
} }
scope:the_faith = faith:catholic scope:the_religion = religion:catholic_religion
} }
desc = great_holy_war.0051.catholic.attackers.desc desc = great_holy_war.0051.catholic.attackers.desc
} }
@ -3660,7 +3659,7 @@ great_holy_war.0051 = {
scope:attacker.faith.great_holy_war = { scope:attacker.faith.great_holy_war = {
has_pledged_attacker = root has_pledged_attacker = root
} }
NOT = { scope:the_faith = faith:catholic } NOT = { scope:the_religion = religion:catholic_religion }
} }
desc = great_holy_war.0051.generic.attackers.desc desc = great_holy_war.0051.generic.attackers.desc
} }

View file

@ -1862,7 +1862,6 @@ dorothea_burkhardinger={
johann_baptist_i_of_muhldorf={ johann_baptist_i_of_muhldorf={
name="Johann_spc_Baptist" name="Johann_spc_Baptist"
dynasty=hartmann_dynasty #Hartmann dynasty=hartmann_dynasty #Hartmann
father=johann_baptist_i_of_muhldorf
culture=bavarian culture=bavarian
religion=roman_catholic religion=roman_catholic
2084.1.23={birth=yes} 2084.1.23={birth=yes}

View file

@ -85,7 +85,7 @@
religion = roman_catholic religion = roman_catholic
} }
3140 = { 3140 = {
culture = polabian culture = sorbian
religion = chernobozhye religion = chernobozhye
holding = tribal_holding holding = tribal_holding
929.1.1 = { 929.1.1 = {
@ -219,7 +219,7 @@
} }
###c_spreewald ###c_spreewald
3180 = { 3180 = {
culture = polabian culture = sorbian
religion = chernobozhye religion = chernobozhye
holding = tribal_holding holding = tribal_holding
1000.1.1 = { 1000.1.1 = {
@ -234,7 +234,7 @@
holding = none holding = none
} }
3175 = { 3175 = {
culture = polabian culture = sorbian
religion = chernobozhye religion = chernobozhye
holding = none holding = none
1000.1.1 = { 1000.1.1 = {
@ -394,7 +394,7 @@
} }
###c_wendland ###c_wendland
2895 = { 2895 = {
culture = polabian culture = sorbian
religion = volksmarchen religion = volksmarchen
holding = castle_holding holding = castle_holding
1120.1.1 = { 1120.1.1 = {
@ -478,7 +478,7 @@
} }
###c_stendal ###c_stendal
2900 = { 2900 = {
culture = polabian culture = sorbian
religion = volksmarchen religion = volksmarchen
holding = castle_holding holding = castle_holding
1120.1.1 = { 1120.1.1 = {
@ -876,7 +876,7 @@
} }
###c_erzgebirg ###c_erzgebirg
3012 = { 3012 = {
culture = polabian culture = sorbian
religion = chernobozhye religion = chernobozhye
holding = tribal_holding holding = tribal_holding
1170.1.1 = { 1170.1.1 = {
@ -909,7 +909,7 @@
holding = tribal_holding holding = tribal_holding
} }
3025 = { 3025 = {
culture = polabian culture = sorbian
religion = chernobozhye religion = chernobozhye
holding = tribal_holding holding = tribal_holding
1150.1.1 = { 1150.1.1 = {
@ -939,7 +939,7 @@
holding = none holding = none
} }
2980 = { 2980 = {
culture = polabian culture = sorbian
religion = chernobozhye religion = chernobozhye
holding = tribal_holding holding = tribal_holding
990.1.1 = { 990.1.1 = {
@ -980,7 +980,7 @@
holding = none holding = none
} }
3024 = { 3024 = {
culture = polabian culture = sorbian
religion = chernobozhye religion = chernobozhye
holding = none holding = none
} }
@ -1011,7 +1011,7 @@
} }
###c_merseburg ###c_merseburg
2935 = { 2935 = {
culture = polabian culture = sorbian
religion = volksmarchen religion = volksmarchen
holding = none holding = none
1120.1.1 = { 1120.1.1 = {
@ -1027,7 +1027,7 @@
holding = none holding = none
} }
3020 = { 3020 = {
culture = polabian culture = sorbian
religion = chernobozhye religion = chernobozhye
holding = none holding = none
1150.1.1 = { 1150.1.1 = {
@ -1844,7 +1844,7 @@
} }
###c_weimar ###c_weimar
3005 = { 3005 = {
culture = polabian culture = sorbian
religion = volksmarchen religion = volksmarchen
holding = tribal_holding holding = tribal_holding
1120.1.1 = { 1120.1.1 = {
@ -1865,7 +1865,7 @@
religion = einblicker religion = einblicker
} }
3003 = { 3003 = {
culture = polabian culture = sorbian
religion = volksmarchen religion = volksmarchen
holding = none holding = none
1120.1.1 = { 1120.1.1 = {

View file

@ -457,7 +457,7 @@
holding = castle_holding holding = castle_holding
} }
3787 = { #Servia 3787 = { #Servia
holding = churhc_holding holding = church_holding
culture = NEOW_pindusian culture = NEOW_pindusian
religion = megalocratic religion = megalocratic
} }

View file

@ -1046,7 +1046,7 @@
##d_holstein ##d_holstein
###c_kiel ###c_kiel
2801 = { 2801 = {
culture = polabian culture = sorbian
religion = chernobozhye religion = chernobozhye
holding = tribal_holding holding = tribal_holding
950.1.1 = { 950.1.1 = {
@ -1071,7 +1071,7 @@
} }
###c_lubeck ###c_lubeck
2804 = { 2804 = {
culture = polabian culture = sorbian
religion = chernobozhye religion = chernobozhye
holding = tribal_holding holding = tribal_holding
950.1.1 = { 950.1.1 = {

View file

@ -613,7 +613,6 @@
holding = none holding = none
} }
<<<<<<< Updated upstream
###c_tuluchezeva ###c_tuluchezeva
5374 = { #Tuluchezeva 5374 = { #Tuluchezeva
culture = NEOW_cossack culture = NEOW_cossack
@ -1321,9 +1320,7 @@
#Small settlement , mostly placeholder #Small settlement , mostly placeholder
holding = none holding = none
} }
=======
>>>>>>> Stashed changes

View file

@ -930,7 +930,7 @@
} }
4155 = { # Třebíč 4155 = { # Třebíč
holding = none holding = none
} holding = castle_holding }
###c_prerov/Zlín ###c_prerov/Zlín
4159 = { # Zlín 4159 = { # Zlín
@ -1163,7 +1163,7 @@
#Presence of settlements dating to the Arpad era #Presence of settlements dating to the Arpad era
} }
3804 = { #Kecskemet 3804 = { #Kecskemet
holding = castle holding = castle_holding
culture = hungarian culture = hungarian
religion = nepmese religion = nepmese
#Small villages in XIIIth #Small villages in XIIIth

View file

@ -0,0 +1,30 @@
date = {
effect = {
...
}
}
# Examples:
# Start iberian_struggle struggle in 714.1.1
# 714.1.1 = {
# effect = {
# if = {
# limit = { has_dlc_feature = the_fate_of_iberia }
# start_struggle = {
# struggle_type = iberian_struggle
# start_phase = struggle_iberia_phase_opportunity
# }
# }
# }
# }
# End iberian_struggle struggle in 716.1.1. If the struggle didn't start before then there is going to be an error (be sure to run an existence check)
# 716.1.1 = {
# effect = {
# if = {
# limit = { has_dlc_feature = the_fate_of_iberia }
# end_struggle = secure_iberian_foothold_decision_title
# }
# }
# }

View file

@ -0,0 +1 @@


View file

@ -0,0 +1 @@


View file

@ -0,0 +1 @@


View file

@ -0,0 +1 @@


View file

@ -1871,7 +1871,7 @@ e_arabia = {
ai_primary_priority = { ai_primary_priority = {
if = { if = {
limit = { limit = {
faith = faith:catholic religion = religion:catholic_religion
} }
add = @always_primary_score add = @always_primary_score
} }

View file

@ -26469,8 +26469,8 @@
b_tzoumerka:0 "Tzoumerka" b_tzoumerka:0 "Tzoumerka"
c_trikala:0 "Trikala" c_trikala:0 "Trikala"
c_trikala_adj:0 "Trikalan" c_trikala_adj:0 "Trikalan"
d_peloponese:0 "Peloponese" d_peloponnese:0 "Peloponese"
d_peloponese_adj:0 "Peloponessian" d_peloponnese_adj:0 "Peloponessian"
c_elis:0 "Elis" c_elis:0 "Elis"
c_elisa_adj:0 "Elisian" c_elisa_adj:0 "Elisian"
b_kyparissia:0 "Kyparissia" b_kyparissia:0 "Kyparissia"

View file

@ -204,9 +204,11 @@ world_europe_east = {
empires = { empires = {
e_visegrad e_visegrad
e_baltic e_baltic
e_zapadnorussia
e_volga-ural
} }
kingdoms = { kingdoms = {
k_transylvania k_dacia k_moldavia k_ruthenia k_belarus k_galicia-volhynia k_white_rus k_moskva k_novgorod k_bjarmaland k_crimea k_chernozem k_transylvania k_dacia k_moldavia k_ruthenia k_belarus k_galicia-volhynia k_white_rus k_crimea k_volgograd k_kuban k_caucasus
} }
duchies = { duchies = {
} }