Books and stuff

This commit is contained in:
Heidesommer 2026-05-20 22:50:40 -04:00
parent 6db8d2439a
commit 10f153058e
23 changed files with 17462 additions and 408 deletions

View file

@ -3255,7 +3255,7 @@ undirected_great_holy_war = {
#Tell non diverting-players about the crazy 4th crusade plan #Tell non diverting-players about the crazy 4th crusade plan
if = { if = {
limit = { limit = {
scope:attacker.faith = { this = faith:catholic } scope:attacker.faith = { this = faith:roman_catholic }
exists = global_var:byz_claimant_champion exists = global_var:byz_claimant_champion
global_var:byz_claimant_champion = { global_var:byz_claimant_champion = {
is_alive = yes is_alive = yes

View file

@ -1171,8 +1171,8 @@ offer_vassalization_interaction = {
modifier = { # AI-only weights, keep the pope from vassalizing too fast modifier = { # AI-only weights, keep the pope from vassalizing too fast
trigger = { trigger = {
exists = faith:catholic.religious_head exists = faith:roman_catholic.religious_head
faith:catholic.religious_head = scope:actor faith:roman_catholic.religious_head = scope:actor
scope:actor = { is_ai = yes } scope:actor = { is_ai = yes }
} }
add = -50 add = -50

View file

@ -9447,8 +9447,8 @@ mpo_offer_submission_or_ruin = {
modifier = { # AI-only weights, keep the pope from vassalizing too fast modifier = { # AI-only weights, keep the pope from vassalizing too fast
trigger = { trigger = {
exists = faith:catholic.religious_head exists = faith:roman_catholic.religious_head
faith:catholic.religious_head = scope:actor faith:roman_catholic.religious_head = scope:actor
scope:actor = { is_ai = yes } scope:actor = { is_ai = yes }
} }
add = -50 add = -50

View file

@ -175,7 +175,7 @@
} }
AND = { AND = {
OR = { OR = {
scope:faith = faith:nestorian # scope:faith = faith:nestorian
scope:religion = religion:tengrism_religion scope:religion = religion:tengrism_religion
scope:religion = religion:zoroastrianism_religion scope:religion = religion:zoroastrianism_religion
scope:religion = religion:magyar_religion scope:religion = religion:magyar_religion
@ -208,7 +208,7 @@
} }
AND = { AND = {
OR = { OR = {
scope:faith = faith:nestorian # scope:faith = faith:nestorian
scope:religion = religion:tengrism_religion scope:religion = religion:tengrism_religion
scope:religion = religion:zoroastrianism_religion scope:religion = religion:zoroastrianism_religion
scope:religion = religion:magyar_religion scope:religion = religion:magyar_religion
@ -231,7 +231,7 @@
} }
AND = { AND = {
OR = { OR = {
scope:faith = faith:nestorian # scope:faith = faith:nestorian
scope:religion = religion:tengrism_religion scope:religion = religion:tengrism_religion
scope:religion = religion:zoroastrianism_religion scope:religion = religion:zoroastrianism_religion
scope:religion = religion:magyar_religion scope:religion = religion:magyar_religion

View file

@ -1167,95 +1167,95 @@ task_promote_culture = {
count < 35 count < 35
} }
} }
AND = { # AND = {
# Scottish rulers should convert counties of 'old' cultures to the new one. # # Scottish rulers should convert counties of 'old' cultures to the new one.
culture = culture:scottish # culture = culture:scottish
OR = { # OR = {
scope:county.culture = culture:anglo_saxon # scope:county.culture = culture:anglo_saxon
scope:county.culture = culture:gaelic # scope:county.culture = culture:gaelic
scope:county.culture = culture:cumbrian # scope:county.culture = culture:cumbrian
scope:county.culture = culture:pictish # scope:county.culture = culture:pictish
} # }
} # }
AND = { # AND = {
# English rulers should convert counties of 'old' cultures to the new one. # # English rulers should convert counties of 'old' cultures to the new one.
culture = culture:english # culture = culture:english
OR = { # OR = {
scope:county.culture = culture:anglo_saxon # scope:county.culture = culture:anglo_saxon
scope:county.culture = culture:norman # scope:county.culture = culture:norman
} # }
} # }
AND = { # AND = {
# German rulers want to convert the sorbians # # German rulers want to convert the sorbians
culture = { has_cultural_pillar = heritage_central_germanic } # culture = { has_cultural_pillar = heritage_central_germanic }
scope:county.culture = culture:sorbian # scope:county.culture = culture:sorbian
NOT = { scope:councillor_liege.primary_title = title:e_hre } # NOT = { scope:councillor_liege.primary_title = title:e_hre }
} # }
AND = { # AND = {
# Japanese rulers should convert Emishi counties # # Japanese rulers should convert Emishi counties
culture = culture:japanese # culture = culture:japanese
scope:county.culture = culture:emishi # scope:county.culture = culture:emishi
} # }
}
}
OR = {
scope:county = {
any_neighboring_county = {
culture = scope:councillor_liege.culture # The AI only wants to convert counties bordering their own culture
}
}
AND = { # The English want to convert the Anglo Saxons and Cumbrians
scope:councillor_liege.culture = culture:english
OR = {
scope:county.culture = culture:anglo_saxon
scope:county.culture = culture:cumbrian
}
}
AND = { # The Scots want to convert the Anglo Saxons, Cumbrians and Gaelic
scope:councillor_liege.culture = culture:scottish
OR = {
scope:county.culture = culture:anglo_saxon
scope:county.culture = culture:gaelic
scope:county.culture = culture:cumbrian
scope:county.culture = culture:pictish
}
}
AND = { # The Gaels want to convert the Picts and Cumbrians
scope:councillor_liege.culture = culture:gaelic
OR = {
scope:county.culture = culture:cumbrian
scope:county.culture = culture:pictish
}
}
AND = { # The modern scandinavians want to convert the Norse
OR = {
scope:councillor_liege.culture = culture:swedish
scope:councillor_liege.culture = culture:danish
scope:councillor_liege.culture = culture:norwegian
}
scope:county.culture = culture:norse
}
AND = { # The Portuguese should want to convert Suebi
scope:councillor_liege.culture = culture:portuguese
scope:county.culture = culture:suebi
}
AND = { # The Iberians want to convert Visigothic
scope:councillor_liege.culture = { has_cultural_pillar = heritage_iberian }
NOT = { scope:councillor_liege.culture = culture:portuguese }
scope:county.culture = culture:visigothic
}
AND = {
# German rulers want to convert the sorbians
scope:councillor_liege.culture = { has_cultural_pillar = heritage_central_germanic }
scope:county.culture = culture:sorbian
NOT = { scope:councillor_liege.primary_title = title:e_hre }
}
AND = {
# Japanese rulers should convert Emishi counties
scope:councillor_liege.culture = culture:japanese
scope:county.culture = culture:emishi
} }
} }
# OR = {
# scope:county = {
# any_neighboring_county = {
# culture = scope:councillor_liege.culture # The AI only wants to convert counties bordering their own culture
# }
# }
# AND = { # The English want to convert the Anglo Saxons and Cumbrians
# scope:councillor_liege.culture = culture:english
# OR = {
# scope:county.culture = culture:anglo_saxon
# scope:county.culture = culture:cumbrian
# }
# }
# AND = { # The Scots want to convert the Anglo Saxons, Cumbrians and Gaelic
# scope:councillor_liege.culture = culture:scottish
# OR = {
# scope:county.culture = culture:anglo_saxon
# scope:county.culture = culture:gaelic
# scope:county.culture = culture:cumbrian
# scope:county.culture = culture:pictish
# }
# }
# AND = { # The Gaels want to convert the Picts and Cumbrians
# scope:councillor_liege.culture = culture:gaelic
# OR = {
# scope:county.culture = culture:cumbrian
# scope:county.culture = culture:pictish
# }
# }
# AND = { # The modern scandinavians want to convert the Norse
# OR = {
# scope:councillor_liege.culture = culture:swedish
# scope:councillor_liege.culture = culture:danish
# scope:councillor_liege.culture = culture:norwegian
# }
# scope:county.culture = culture:norse
# }
# AND = { # The Portuguese should want to convert Suebi
# scope:councillor_liege.culture = culture:portuguese
# scope:county.culture = culture:suebi
# }
# AND = { # The Iberians want to convert Visigothic
# scope:councillor_liege.culture = { has_cultural_pillar = heritage_iberian }
# NOT = { scope:councillor_liege.culture = culture:portuguese }
# scope:county.culture = culture:visigothic
# }
# AND = {
# # German rulers want to convert the sorbians
# scope:councillor_liege.culture = { has_cultural_pillar = heritage_central_germanic }
# scope:county.culture = culture:sorbian
# NOT = { scope:councillor_liege.primary_title = title:e_hre }
# }
# AND = {
# # Japanese rulers should convert Emishi counties
# scope:councillor_liege.culture = culture:japanese
# scope:county.culture = culture:emishi
# }
# }
} }
trigger_else_if = { # But AI Directives should still try to look pretty trigger_else_if = { # But AI Directives should still try to look pretty
limit = { limit = {
@ -1815,35 +1815,35 @@ task_accept_culture = {
limit = { limit = {
scope:councillor_liege = { is_ai = yes } scope:councillor_liege = { is_ai = yes }
} }
NAND = { # NAND = {
# Scottish rulers should convert counties of 'old' cultures to the new one. # # Scottish rulers should convert counties of 'old' cultures to the new one.
scope:councillor_liege.culture = culture:scottish # scope:councillor_liege.culture = culture:scottish
OR = { # OR = {
scope:county.culture = culture:anglo_saxon # scope:county.culture = culture:anglo_saxon
scope:county.culture = culture:gaelic # scope:county.culture = culture:gaelic
scope:county.culture = culture:cumbrian # scope:county.culture = culture:cumbrian
scope:county.culture = culture:pictish # scope:county.culture = culture:pictish
} # }
} # }
NAND = { # NAND = {
# English rulers should convert counties of 'old' cultures to the new one. # # English rulers should convert counties of 'old' cultures to the new one.
scope:councillor_liege.culture = culture:english # scope:councillor_liege.culture = culture:english
OR = { # OR = {
scope:county.culture = culture:anglo_saxon # scope:county.culture = culture:anglo_saxon
scope:county.culture = culture:norman # scope:county.culture = culture:norman
} # }
} # }
NAND = { # NAND = {
# German rulers want to convert the sorbians # # German rulers want to convert the sorbians
scope:councillor_liege.culture = { has_cultural_pillar = heritage_central_germanic } # scope:councillor_liege.culture = { has_cultural_pillar = heritage_central_germanic }
scope:county.culture = culture:sorbian # scope:county.culture = culture:sorbian
NOT = { scope:councillor_liege.primary_title = title:e_hre } # NOT = { scope:councillor_liege.primary_title = title:e_hre }
} # }
NAND = { # NAND = {
# Japanese rulers should convert Emishi counties # # Japanese rulers should convert Emishi counties
scope:councillor_liege.culture = culture:japanese # scope:councillor_liege.culture = culture:japanese
scope:county.culture = culture:emishi # scope:county.culture = culture:emishi
} # }
OR = { OR = {
scope:councillor_liege = { scope:councillor_liege = {
has_character_flag = vassal_directive_improve_cultural_acceptance has_character_flag = vassal_directive_improve_cultural_acceptance

View file

@ -102,12 +102,13 @@ innovation_legionnaires = {
icon = @special_maa_02 icon = @special_maa_02
potential = { potential = {
OR = { always = no
this = culture:roman # OR = {
culture_head ?= { # this = culture:roman
is_roman_emperor_primary_title_excluding_byzantium_trigger = yes # culture_head ?= {
} # is_roman_emperor_primary_title_excluding_byzantium_trigger = yes
} # }
# }
} }
unlock_maa = praetorian unlock_maa = praetorian

View file

@ -48,11 +48,11 @@ innovation_varangian_adventurers = {
has_innovation = innovation_varangian_adventurers has_innovation = innovation_varangian_adventurers
has_cultural_pillar = heritage_north_germanic has_cultural_pillar = heritage_north_germanic
# Frankish # # Frankish
this = culture:norman # this = culture:norman
any_parent_culture_or_above = { # any_parent_culture_or_above = {
this = culture:norse #Norman # this = culture:norse #Norman
} # }
this = culture:estonian this = culture:estonian
any_parent_culture_or_above = { any_parent_culture_or_above = {
this = culture:estonian #Estonian this = culture:estonian #Estonian

View file

@ -225,12 +225,12 @@ tradition_republican_legacy = {
NOT = { has_cultural_tradition = tradition_parochialism } NOT = { has_cultural_tradition = tradition_parochialism }
} }
can_pick = { can_pick = {
OR ={ # OR ={
this = culture:roman # this = culture:roman
any_parent_culture_or_above = { # any_parent_culture_or_above = {
this = culture:roman # this = culture:roman
} # }
} # }
NOT = { has_cultural_tradition = tradition_parochialism } NOT = { has_cultural_tradition = tradition_parochialism }
custom_tooltip = { custom_tooltip = {
text = cultrad_not_nomadic_government_type text = cultrad_not_nomadic_government_type
@ -2161,20 +2161,20 @@ tradition_parochialism = {
is_shown = { #Replaced by tradition_republican_legacy is_shown = { #Replaced by tradition_republican_legacy
NOT = { has_cultural_tradition = tradition_republican_legacy } NOT = { has_cultural_tradition = tradition_republican_legacy }
NOR ={ # NOR ={
this = culture:roman # this = culture:roman
any_parent_culture_or_above = { # any_parent_culture_or_above = {
this = culture:roman # this = culture:roman
} # }
} # }
} # }
can_pick = { can_pick = {
NOR ={ # NOR ={
this = culture:roman # this = culture:roman
any_parent_culture_or_above = { # any_parent_culture_or_above = {
this = culture:roman # this = culture:roman
} # }
} # }
NOT = { has_cultural_tradition = tradition_republican_legacy } NOT = { has_cultural_tradition = tradition_republican_legacy }
custom_tooltip = { custom_tooltip = {
text = cultrad_not_nomadic_government_type text = cultrad_not_nomadic_government_type

View file

@ -561,6 +561,11 @@ TerrainTypeCountyScope = {
trigger = { title_province = { terrain = drylands } } trigger = { title_province = { terrain = drylands } }
localization_key = terrain_drylands localization_key = terrain_drylands
} }
text = {
trigger = { title_province = { terrain = tells } }
localization_key = terrain_drylands
}
} }
TerrainTypeCountyScopePlural = { TerrainTypeCountyScopePlural = {
@ -637,6 +642,11 @@ TerrainTypeCountyScopePlural = {
trigger = { title_province = { terrain = drylands } } trigger = { title_province = { terrain = drylands } }
localization_key = terrain_drylands localization_key = terrain_drylands
} }
text = {
trigger = { title_province = { terrain = tells } }
localization_key = terrain_tells
}
} }
TerrainType = { TerrainType = {
@ -713,6 +723,11 @@ TerrainType = {
trigger = { location = { terrain = drylands } } trigger = { location = { terrain = drylands } }
localization_key = terrain_drylands localization_key = terrain_drylands
} }
text = {
trigger = { location = { terrain = tells} }
localization_key = terrain_tells
}
} }
TerrainTypeProvince = { TerrainTypeProvince = {
@ -792,6 +807,10 @@ TerrainTypeProvince = {
trigger = { terrain = terraced_hills } trigger = { terrain = terraced_hills }
localization_key = terrain_terraced_hills localization_key = terrain_terraced_hills
} }
text = {
trigger = { terrain = tells }
localization_key = terrain_tells
}
} }
TerrainTypeProvincePrefix = { TerrainTypeProvincePrefix = {
@ -809,7 +828,12 @@ TerrainTypeProvincePrefix = {
} }
text = { text = {
trigger = { terrain = hills } trigger = {
OR = {
terrain = hills
terrain = tells
}
}
localization_key = prefix_rolling localization_key = prefix_rolling
} }
@ -1523,9 +1547,9 @@ RandomReligiousTextName = {
#The book is of my religion #The book is of my religion
trigger_else = { trigger_else = {
OR = { OR = {
location.faith.religion = religion:eastern_orthodox_religion faith.religion = religion:eastern_orthodox_religion
location.faith.religion = religion:catholic_religion faith.religion = religion:catholic_religion
location.faith.religion = religion:protestant_religion faith.religion = religion:protestant_religion
} }
} }
} }
@ -1575,16 +1599,13 @@ RandomReligiousTextName = {
location.faith.religion = religion:catholic_religion location.faith.religion = religion:catholic_religion
location.faith.religion = religion:protestant_religion location.faith.religion = religion:protestant_religion
} }
NOT = { location.faith = faith:orthodox }
} }
#The book is of my religion #The book is of my religion
trigger_else = { trigger_else = {
OR = { OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion faith.religion = religion:protestant_religion
} }
NOT = { faith = faith:orthodox }
} }
} }
localization_key = random_religious_text_summa_theologica localization_key = random_religious_text_summa_theologica
@ -1601,7 +1622,6 @@ RandomReligiousTextName = {
trigger_else_if = { trigger_else_if = {
limit = { exists = scope:visiting_location } limit = { exists = scope:visiting_location }
OR = { OR = {
location.faith.religion = religion:eastern_orthodox_religion
location.faith.religion = religion:catholic_religion location.faith.religion = religion:catholic_religion
location.faith.religion = religion:protestant_religion location.faith.religion = religion:protestant_religion
} }
@ -1610,7 +1630,6 @@ RandomReligiousTextName = {
#The book is of my religion #The book is of my religion
trigger_else = { trigger_else = {
OR = { OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion faith.religion = religion:protestant_religion
} }
@ -1630,10 +1649,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 }
location.faith = faith:orthodox location.faith..religion = religion:eastern_orthodox_religion
} }
#The book is of my religion #The book is of my religion
trigger_else = { faith = faith:orthodox } trigger_else = { faith..religion = religion:eastern_orthodox_religion }
} }
localization_key = random_religious_text_chrysostomos localization_key = random_religious_text_chrysostomos
} }
@ -1648,10 +1667,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 }
location.faith = faith:orthodox location.faith.religion = religion:eastern_orthodox_religion
} }
#The book is of my religion #The book is of my religion
trigger_else = { faith = faith:orthodox } trigger_else = { faith.religion = religion:eastern_orthodox_religion }
} }
localization_key = random_religious_text_symeon_menologion localization_key = random_religious_text_symeon_menologion
} }
@ -1666,10 +1685,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 }
location.faith = faith:orthodox location.faith.religion = religion:eastern_orthodox_religion
} }
#The book is of my religion #The book is of my religion
trigger_else = { faith = faith:orthodox } trigger_else = { faith.religion = religion:eastern_orthodox_religion }
} }
localization_key = random_religious_text_god_and_christ localization_key = random_religious_text_god_and_christ
} }
@ -1732,75 +1751,167 @@ RandomEntertainmentTextName = {
} }
localization_key = random_entertainment_text_beowulf localization_key = random_entertainment_text_beowulf
} }
text = { text = {
trigger = { trigger = {
scope:entertainment_book_title = flag:niebelungenlied scope:entertainment_book_title = flag:niebelungenlied
} }
localization_key = random_entertainment_text_niebelungenlied localization_key = random_entertainment_text_niebelungenlied
} }
text = { text = {
trigger = { trigger = {
scope:entertainment_book_title = flag:song_of_roland scope:entertainment_book_title = flag:song_of_roland
} }
localization_key = random_entertainment_text_song_of_roland localization_key = random_entertainment_text_song_of_roland
} }
text = { text = {
trigger = { trigger = {
scope:entertainment_book_title = flag:mabinogi scope:entertainment_book_title = flag:mabinogi
} }
localization_key = random_entertainment_text_mabinogi localization_key = random_entertainment_text_mabinogi
} }
text = {
trigger = {
scope:entertainment_book_title = flag:travels_to_jerusalem
}
localization_key = random_entertainment_text_travels_to_jerusalem
}
text = {
trigger = {
scope:entertainment_book_title = flag:east_of_indus
}
localization_key = random_entertainment_text_east_of_indus
}
text = {
trigger = {
scope:entertainment_book_title = flag:travels_to_byzantium
}
localization_key = random_entertainment_text_travels_to_byzantium
}
text = { text = {
trigger = { trigger = {
scope:entertainment_book_title = flag:digenes_akrites scope:entertainment_book_title = flag:digenes_akrites
} }
localization_key = random_entertainment_text_digenes_akrites localization_key = random_entertainment_text_digenes_akrites
} }
text = { text = {
trigger = { trigger = {
scope:entertainment_book_title = flag:epigrams scope:entertainment_book_title = flag:hitchhikers
} }
localization_key = random_entertainment_text_epigrams localization_key = random_entertainment_text_hitchhikers
} }
text = { text = {
trigger = { trigger = {
scope:entertainment_book_title = flag:philogelos scope:entertainment_book_title = flag:dune
} }
localization_key = random_entertainment_text_philogelos localization_key = random_entertainment_text_dune
} }
text = { text = {
trigger = { trigger = {
scope:entertainment_book_title = flag:riddle_poems scope:entertainment_book_title = flag:hobbit
} }
localization_key = random_entertainment_text_riddle_poems localization_key = random_entertainment_text_hobbit
}
text = {
trigger = {
scope:entertainment_book_title = flag:lotr
}
localization_key = random_entertainment_text_lotr
}
text = {
trigger = {
scope:entertainment_book_title = flag:narnia
}
localization_key = random_entertainment_text_narnia
}
text = {
trigger = {
scope:entertainment_book_title = flag:foundation
}
localization_key = random_entertainment_text_foundation
}
text = {
trigger = {
scope:entertainment_book_title = flag:nineteen_eighty_four
}
localization_key = random_entertainment_text_nineteen_eighty_four
}
text = {
trigger = {
scope:entertainment_book_title = flag:one_hundred_years
}
localization_key = random_entertainment_text_one_hundred_years
}
text = {
trigger = {
scope:entertainment_book_title = flag:les_drames
}
localization_key = random_entertainment_text_les_drames
}
text = {
trigger = {
scope:entertainment_book_title = flag:le_club
}
localization_key = random_entertainment_text_le_club
}
text = {
trigger = {
scope:entertainment_book_title = flag:les_chevaliers
}
localization_key = random_entertainment_text_les_chevaliers
}
text = {
trigger = {
scope:entertainment_book_title = flag:the_shell_seekers
}
localization_key = random_entertainment_text_the_shell_seekers
}
text = {
trigger = {
scope:entertainment_book_title = flag:pillars
}
localization_key = random_entertainment_text_pillars
}
text = {
trigger = {
scope:entertainment_book_title = flag:perfume
}
localization_key = random_entertainment_text_perfume
}
text = {
trigger = {
scope:entertainment_book_title = flag:faceless
}
localization_key = random_entertainment_text_faceless
}
text = {
trigger = {
scope:entertainment_book_title = flag:the_alchemist
}
localization_key = random_entertainment_text_the_alchemist
}
text = {
trigger = {
scope:entertainment_book_title = flag:the_brothers
}
localization_key = random_entertainment_text_the_brothers
}
text = {
trigger = {
scope:entertainment_book_title = flag:one_thousand
}
localization_key = random_entertainment_text_one_thousand
}
text = {
trigger = {
scope:entertainment_book_title = flag:nineteen_eighty_four
}
localization_key = random_entertainment_text_nineteen_eighty_four
}
text = {
trigger = {
scope:entertainment_book_title = flag:the_divine_comedy
}
localization_key = random_entertainment_text_the_divine_comedy
}
text = {
trigger = {
scope:entertainment_book_title = flag:the_odyssey
}
localization_key = random_entertainment_text_the_odyssey
}
text = {
trigger = {
scope:entertainment_book_title = flag:war_and_peace
}
localization_key = random_entertainment_text_war_and_peace
}
text = {
trigger = {
scope:entertainment_book_title = flag:the_pyramid
}
localization_key = random_entertainment_text_the_pyramid
} }
} }

View file

@ -365,15 +365,15 @@ convert_to_local_culture_decision = {
capital_province.culture = culture:andalusian capital_province.culture = culture:andalusian
} }
# Don't overwrite historically scripted developments # # Don't overwrite historically scripted developments
modifier = { # modifier = {
factor = 0 # factor = 0
OR = { # OR = {
has_culture = culture:norman # has_culture = culture:norman
has_culture = culture:english # has_culture = culture:english
} # }
capital_province.culture = culture:anglo_saxon # capital_province.culture = culture:anglo_saxon
} # }
modifier = { modifier = {
factor = 0 factor = 0
has_culture = culture:turkish has_culture = culture:turkish
@ -401,48 +401,48 @@ convert_to_local_culture_decision = {
has_culture = culture:turkish has_culture = culture:turkish
primary_title.tier >= tier_empire primary_title.tier >= tier_empire
} }
modifier = { # modifier = {
factor = 0 # factor = 0
OR = { # OR = {
has_title = title:k_jerusalem # has_title = title:k_jerusalem
has_title = title:e_outremer # has_title = title:e_outremer
any_liege_or_above = { # any_liege_or_above = {
OR = { # OR = {
has_title = title:k_jerusalem # has_title = title:k_jerusalem
has_title = title:e_outremer # has_title = title:e_outremer
} # }
} # }
} # }
NOR = { # NOR = {
capital_province = { # Convert to Hybrids of your culture in the Holy Land # capital_province = { # Convert to Hybrids of your culture in the Holy Land
culture = { # culture = {
is_hybrid_culture = yes # is_hybrid_culture = yes
any_parent_culture_or_above = { # any_parent_culture_or_above = {
this = root.culture # this = root.culture
} # }
} # }
} # }
AND = { # AND = {
top_liege != this # top_liege != this
exists = liege # exists = liege
capital_province.culture = liege.culture # capital_province.culture = liege.culture
} # }
} # }
} # }
modifier = { # modifier = {
factor = 0 # factor = 0
has_title = title:e_latin_empire # has_title = title:e_latin_empire
NOT = { # NOT = {
capital_province = { # capital_province = {
culture = { # culture = {
is_hybrid_culture = yes # is_hybrid_culture = yes
any_parent_culture_or_above = { # any_parent_culture_or_above = {
this = root.culture # this = root.culture
} # }
} # }
} # }
} # }
} # }
# Scots needs a bit of help to dominate as it did historically # Scots needs a bit of help to dominate as it did historically
modifier = { modifier = {
@ -451,12 +451,12 @@ convert_to_local_culture_decision = {
capital_province.culture = culture:gaelic capital_province.culture = culture:gaelic
} }
# Pictish should usually disappear # # Pictish should usually disappear
modifier = { # modifier = {
factor = 0 # factor = 0
has_culture = culture:gaelic # has_culture = culture:gaelic
capital_province.culture = culture:pictish # capital_province.culture = culture:pictish
} # }
# Don't go back on a previous conversion # Don't go back on a previous conversion
modifier = { modifier = {

View file

@ -434,7 +434,7 @@ mend_the_great_schism_decision = {
is_shown = { is_shown = {
is_ruler = yes is_ruler = yes
is_playable_character = yes is_playable_character = yes
faith.religion = faith:catholic.religion #Christian Only faith.religion = faith:roman_catholic.religion #Christian Only
NOT = { #Can only do it once. NOT = { #Can only do it once.
is_target_in_global_variable_list = { is_target_in_global_variable_list = {
name = unavailable_unique_decisions name = unavailable_unique_decisions

View file

@ -3442,26 +3442,26 @@ expunge_latin_dominion_decision = {
#Must be a Greek or Greekoid #Must be a Greek or Greekoid
OR = { OR = {
culture = culture:greek culture = culture:greek
culture = culture:roman # culture = culture:roman
culture = { culture = {
any_parent_culture_or_above = { any_parent_culture_or_above = {
this = culture:greek this = culture:greek
} }
} }
ep3_orthodox_faith_trigger = yes ep3_orthodox_faith_trigger = yes
faith = faith:hellenic_pagan # faith = faith:hellenic_pagan
AND = { # AND = {
exists = title:e_byzantium.holder # exists = title:e_byzantium.holder
this = title:e_byzantium.holder # this = title:e_byzantium.holder
} # }
AND = { # AND = {
exists = title:h_roman_empire.holder # exists = title:h_roman_empire.holder
this = title:h_roman_empire.holder # this = title:h_roman_empire.holder
} # }
AND = { # AND = {
exists = title:h_eastern_roman_empire.holder # exists = title:h_eastern_roman_empire.holder
this = title:h_eastern_roman_empire.holder # this = title:h_eastern_roman_empire.holder
} # }
} }
OR = { OR = {
capital_province = { capital_province = {
@ -3473,18 +3473,18 @@ expunge_latin_dominion_decision = {
geographical_region = world_steppe_west geographical_region = world_steppe_west
} }
} }
AND = { # AND = {
exists = title:e_byzantium.holder # exists = title:e_byzantium.holder
this = title:e_byzantium.holder # this = title:e_byzantium.holder
} # }
AND = { # AND = {
exists = title:h_roman_empire.holder # exists = title:h_roman_empire.holder
this = title:h_roman_empire.holder # this = title:h_roman_empire.holder
} # }
AND = { # AND = {
exists = title:h_eastern_roman_empire.holder # exists = title:h_eastern_roman_empire.holder
this = title:h_eastern_roman_empire.holder # this = title:h_eastern_roman_empire.holder
} # }
} }
} }

View file

@ -1070,16 +1070,16 @@ e_europa = { # Benelux
} }
add = @better_than_the_alternatives_score add = @better_than_the_alternatives_score
} }
if = { # if = {
limit = { # limit = {
OR = { # OR = {
culture = culture:french # culture = culture:french
culture = culture:norman # culture = culture:norman
culture = culture:occitan # culture = culture:occitan
} # }
} # }
add = @better_than_the_alternatives_score # add = @better_than_the_alternatives_score
} # }
} }
d_luxembourg = { # Luxembourg d_luxembourg = { # Luxembourg

View file

@ -1617,17 +1617,17 @@ e_italy = {
name_list_albanian = cn_sicilise name_list_albanian = cn_sicilise
} }
ai_primary_priority = { # ai_primary_priority = {
if = { # if = {
limit = { # limit = {
OR = { # OR = {
culture = culture:italian # culture = culture:italian
culture = culture:norman # culture = culture:norman
} # }
} # }
add = @correct_culture_primary_score # add = @correct_culture_primary_score
} # }
} # }
d_napoli = { d_napoli = {
color = { 47 179 191 } color = { 47 179 191 }

View file

@ -807,8 +807,8 @@
# AI-only weights, keep the pope from vassalizing too fast # AI-only weights, keep the pope from vassalizing too fast
if = { if = {
limit = { limit = {
exists = faith:catholic.religious_head exists = faith:roman_catholic.religious_head
faith:catholic.religious_head = root faith:roman_catholic.religious_head = root
root = { is_ai = yes } root = { is_ai = yes }
} }
add = -50 add = -50

File diff suppressed because it is too large Load diff

View file

@ -987,7 +987,7 @@ tgp_has_cultural_naming_in_chinese = {
has_cultural_pillar = heritage_hmongic has_cultural_pillar = heritage_hmongic
culture_is_or_has_ancestor_trigger = { CULTURE = culture:cham } culture_is_or_has_ancestor_trigger = { CULTURE = culture:cham }
has_cultural_pillar = heritage_byzantine has_cultural_pillar = heritage_byzantine
culture_is_or_has_ancestor_trigger = { CULTURE = culture:roman } # culture_is_or_has_ancestor_trigger = { CULTURE = culture:roman }
culture_is_or_has_ancestor_trigger = { CULTURE = culture:avar } culture_is_or_has_ancestor_trigger = { CULTURE = culture:avar }
} }
} }

View file

@ -4788,8 +4788,12 @@ coronation_events.6100 = {
triggered_desc = { triggered_desc = {
trigger = { trigger = {
scope:activity.var:activity_special_type_progression >= 25 scope:activity.var:activity_special_type_progression >= 25
scope:host.faith.religion = { scope:host = {
this = religion:christianity_religion OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
scope:host = { scope:host = {
OR = { OR = {
@ -4810,8 +4814,12 @@ coronation_events.6100 = {
triggered_desc = { triggered_desc = {
trigger = { trigger = {
scope:activity.var:activity_special_type_progression >= 25 scope:activity.var:activity_special_type_progression >= 25
scope:host.faith.religion = { scope:host = {
this = religion:christianity_religion OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
scope:host = { scope:host = {
OR = { OR = {
@ -4866,8 +4874,12 @@ coronation_events.6100 = {
triggered_desc = { triggered_desc = {
trigger = { trigger = {
scope:activity.var:activity_special_type_progression >= 25 scope:activity.var:activity_special_type_progression >= 25
scope:host.faith.religion = { scope:host = {
this = religion:christianity_religion OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
scope:host = { scope:host = {
OR = { OR = {
@ -4888,8 +4900,12 @@ coronation_events.6100 = {
triggered_desc = { triggered_desc = {
trigger = { trigger = {
scope:activity.var:activity_special_type_progression >= 25 scope:activity.var:activity_special_type_progression >= 25
scope:host.faith.religion = { scope:host = {
this = religion:christianity_religion OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
scope:host = { scope:host = {
OR = { OR = {
@ -4920,8 +4936,12 @@ coronation_events.6100 = {
} }
triggered_desc = { triggered_desc = {
trigger = { trigger = {
scope:host.faith.religion = { scope:host = {
this = religion:christianity_religion OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
desc = coronation_events.6100.desc_christian_guest desc = coronation_events.6100.desc_christian_guest
@ -4933,8 +4953,12 @@ coronation_events.6100 = {
triggered_desc = { triggered_desc = {
trigger = { trigger = {
scope:activity.var:activity_special_type_progression >= 25 scope:activity.var:activity_special_type_progression >= 25
scope:host.faith.religion = { scope:host = {
this = religion:christianity_religion OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
scope:host = { scope:host = {
OR = { OR = {
@ -11654,8 +11678,12 @@ coronation_events.6130 = {
} }
} }
this = scope:host this = scope:host
scope:host.faith.religion = { scope:host = {
this = religion:christianity_religion OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
desc = coronation_events.6130.papal_intro_host desc = coronation_events.6130.papal_intro_host
@ -11668,8 +11696,12 @@ coronation_events.6130 = {
option = coronation_type_anointment option = coronation_type_anointment
} }
} }
scope:host.faith.religion = { scope:host = {
this = religion:christianity_religion OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
} }
} }
desc = coronation_events.6130.papal_intro_guest desc = coronation_events.6130.papal_intro_guest
@ -11679,7 +11711,9 @@ coronation_events.6130 = {
this = scope:host this = scope:host
scope:host.faith.religion = { scope:host.faith.religion = {
OR = { OR = {
this = religion:christianity_religion this = religion:eastern_orthodox_religion
this = religion:catholic_religion
this = religion:protestant_religion
this = religion:judaism_religion this = religion:judaism_religion
} }
} }
@ -11691,7 +11725,9 @@ coronation_events.6130 = {
this = scope:host this = scope:host
scope:host.faith.religion = { scope:host.faith.religion = {
OR = { OR = {
this = religion:christianity_religion this = religion:eastern_orthodox_religion
this = religion:catholic_religion
this = religion:protestant_religion
this = religion:judaism_religion this = religion:judaism_religion
} }
} }

View file

@ -11654,7 +11654,7 @@ pilgrimage.6760 = {
limit = { limit = {
NOR = { NOR = {
faith = faith:orthodox faith = faith:orthodox
religion = religion:catholic_religion faith.religion = religion:catholic_religion
} }
faith.religion ?= religion:christianity_religion faith.religion ?= religion:christianity_religion
} }

View file

@ -97,7 +97,7 @@ roman_restoration.0002 = {
triggered_desc = { triggered_desc = {
trigger = { trigger = {
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion } scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
faith.religion = faith:catholic.religion faith.religion = faith:roman_catholic.religion
} }
desc = roman_restoration.0002.desc.hellenics desc = roman_restoration.0002.desc.hellenics
} }
@ -126,7 +126,7 @@ roman_restoration.0002 = {
trigger = { trigger = {
NAND = { NAND = {
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion } scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
faith.religion = faith:catholic.religion faith.religion = faith:roman_catholic.religion
} }
NOT = { NOT = {
has_title = title:e_hre has_title = title:e_hre
@ -138,7 +138,7 @@ roman_restoration.0002 = {
trigger = { trigger = {
NAND = { NAND = {
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion } scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
faith.religion = faith:catholic.religion faith.religion = faith:roman_catholic.religion
} }
has_title = title:e_hre has_title = title:e_hre
} }
@ -147,7 +147,7 @@ roman_restoration.0002 = {
name = { # Crazy Hellenics name = { # Crazy Hellenics
trigger = { trigger = {
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion } scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
faith.religion = faith:catholic.religion faith.religion = faith:roman_catholic.religion
NOT = { NOT = {
has_title = title:e_hre has_title = title:e_hre
} }
@ -157,7 +157,7 @@ roman_restoration.0002 = {
name = { # Crazy Hellenics HRE name = { # Crazy Hellenics HRE
trigger = { trigger = {
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion } scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
faith.religion = faith:catholic.religion faith.religion = faith:roman_catholic.religion
has_title = title:e_hre has_title = title:e_hre
} }
text = roman_restoration.0002.d text = roman_restoration.0002.d
@ -402,7 +402,7 @@ scripted_trigger roman_restoration_0010_is_valid_roman_empire_trigger = {
is_ai = no is_ai = no
is_roman_emperor_trigger = yes is_roman_emperor_trigger = yes
OR = { OR = {
faith.religion = faith:catholic.religion # Either Christian faith.religion = faith:roman_catholic.religion # Either Christian
faith.religion = faith:hellenic_pagan.religion # Or Hellenic faith.religion = faith:hellenic_pagan.religion # Or Hellenic
} }
} }
@ -1012,7 +1012,7 @@ roman_restoration.0024 = {
# Christian Roman Empire # Christian Roman Empire
triggered_desc = { triggered_desc = {
trigger = { trigger = {
faith.religion = faith:catholic.religion faith.religion = faith:roman_catholic.religion
} }
desc = roman_restoration.0024.desc.christian desc = roman_restoration.0024.desc.christian
} }
@ -1027,7 +1027,7 @@ roman_restoration.0024 = {
triggered_desc = { triggered_desc = {
trigger = { trigger = {
NOR = { NOR = {
faith.religion = faith:catholic.religion faith.religion = faith:roman_catholic.religion
faith.religion = faith:hellenic_pagan.religion faith.religion = faith:hellenic_pagan.religion
} }
} }
@ -2052,7 +2052,7 @@ roman_restoration.0124 = {
every_player = { every_player = {
limit = { limit = {
this != root this != root
faith.religion = faith:catholic.religion faith.religion = faith:roman_catholic.religion
} }
trigger_event = roman_restoration.0125 # Notification. trigger_event = roman_restoration.0125 # Notification.
} }
@ -2228,7 +2228,7 @@ roman_restoration.0130 = {
limit = { exists = title:k_papal_state.holder } limit = { exists = title:k_papal_state.holder }
title:k_papal_state.holder = { save_scope_as = scoped_pope } title:k_papal_state.holder = { save_scope_as = scoped_pope }
} }
faith:catholic = { save_scope_as = catholic } faith:roman_catholic = { save_scope_as = catholic }
destroy_papacy_scripted_effect = yes destroy_papacy_scripted_effect = yes
} }
@ -2258,7 +2258,7 @@ roman_restoration.0130 = {
limit = { limit = {
this != root this != root
OR = { OR = {
faith.religion = faith:catholic.religion faith.religion = faith:roman_catholic.religion
faith.religion = root.faith.religion faith.religion = root.faith.religion
} }
} }
@ -2283,7 +2283,7 @@ roman_restoration.0131 = {
# Christian Reaction # Christian Reaction
triggered_desc = { triggered_desc = {
trigger = { trigger = {
root.faith.religion = faith:catholic.religion root.faith.religion = faith:roman_catholic.religion
} }
desc = roman_restoration.0131.desc.christians desc = roman_restoration.0131.desc.christians
} }
@ -2291,7 +2291,7 @@ roman_restoration.0131 = {
triggered_desc = { triggered_desc = {
trigger = { trigger = {
NOR = { NOR = {
root.faith.religion = faith:catholic.religion root.faith.religion = faith:roman_catholic.religion
root.faith.religion = scope:scoped_destroyer.faith.religion root.faith.religion = scope:scoped_destroyer.faith.religion
} }
} }
@ -2338,7 +2338,7 @@ roman_restoration.0131 = {
name = { name = {
trigger = { trigger = {
NOR = { NOR = {
faith.religion = faith:catholic.religion faith.religion = faith:roman_catholic.religion
faith.religion = scope:scoped_destroyer.faith.religion faith.religion = scope:scoped_destroyer.faith.religion
} }
} }
@ -2587,7 +2587,7 @@ roman_restoration.0151 = {
trigger = { trigger = {
NOT = { NOT = {
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion } scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
faith.religion = faith:catholic.religion faith.religion = faith:roman_catholic.religion
} }
} }
desc = roman_restoration.0002.desc.christians desc = roman_restoration.0002.desc.christians
@ -2596,7 +2596,7 @@ roman_restoration.0151 = {
triggered_desc = { triggered_desc = {
trigger = { trigger = {
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion } scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
faith.religion = faith:catholic.religion faith.religion = faith:roman_catholic.religion
} }
desc = roman_restoration.0002.desc.hellenics desc = roman_restoration.0002.desc.hellenics
} }
@ -2614,7 +2614,7 @@ roman_restoration.0151 = {
trigger = { trigger = {
NOT = { NOT = {
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion } scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
faith.religion = faith:catholic.religion faith.religion = faith:roman_catholic.religion
} }
NOR = { NOR = {
has_title = title:e_byzantium has_title = title:e_byzantium
@ -2627,7 +2627,7 @@ roman_restoration.0151 = {
trigger = { trigger = {
NOT = { NOT = {
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion } scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
faith.religion = faith:catholic.religion faith.religion = faith:roman_catholic.religion
} }
OR = { OR = {
has_title = title:e_byzantium has_title = title:e_byzantium
@ -2639,7 +2639,7 @@ roman_restoration.0151 = {
name = roman_restoration.0002.c name = roman_restoration.0002.c
trigger = { trigger = {
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion } scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
faith.religion = faith:catholic.religion faith.religion = faith:roman_catholic.religion
NOR = { NOR = {
has_title = title:e_byzantium has_title = title:e_byzantium
has_title = title:e_hre has_title = title:e_hre
@ -2650,7 +2650,7 @@ roman_restoration.0151 = {
name = roman_restoration.0002.d name = roman_restoration.0002.d
trigger = { trigger = {
scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion } scope:scoped_emperor = { faith.religion = faith:hellenic_pagan.religion }
faith.religion = faith:catholic.religion faith.religion = faith:roman_catholic.religion
OR = { OR = {
has_title = title:e_byzantium has_title = title:e_byzantium
has_title = title:e_hre has_title = title:e_hre

View file

@ -284,7 +284,7 @@ great_holy_war.0001 = {
if = { if = {
limit = { limit = {
has_ep3_dlc_trigger = yes has_ep3_dlc_trigger = yes
scope:the_faith = { this = faith:catholic } scope:the_faith = { this = faith:roman_catholic }
ep3_frankokratia_ghw_trigger = yes ep3_frankokratia_ghw_trigger = yes
ep3_frankokratia_financier_exists_trigger = yes ep3_frankokratia_financier_exists_trigger = yes
} }
@ -604,7 +604,7 @@ great_holy_war.0001 = {
NOT = { NOT = {
exists = global_var:cath_crusade_1 exists = global_var:cath_crusade_1
} }
scope:the_faith = { this = faith:catholic } scope:the_faith = { this = faith:roman_catholic }
} }
set_global_variable = { set_global_variable = {
name = cath_crusade_1 name = cath_crusade_1
@ -613,7 +613,7 @@ great_holy_war.0001 = {
} }
else_if = { else_if = {
limit = { limit = {
scope:the_faith = { this = faith:catholic } scope:the_faith = { this = faith:roman_catholic }
} }
change_global_variable = { change_global_variable = {
name = cath_crusade_1 name = cath_crusade_1
@ -882,29 +882,39 @@ scripted_trigger great_holy_war_0010_byzantion_reason_trigger = {
trigger_if = { # Byzantine Empire trigger_if = { # Byzantine Empire
limit = { exists = title:e_byzantium.holder } # Make sure a holder exists beforehand limit = { exists = title:e_byzantium.holder } # Make sure a holder exists beforehand
title:e_byzantium.holder.religion = { title:e_byzantium.holder.religion = {
NOT = { NOR = {
this = religion:christianity_religion this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
} }
} }
} }
title:c_byzantion.holder.top_liege.religion = { # Constantinople title:c_byzantion.holder.top_liege.religion = { # Constantinople
NOT = { NOR = {
this = religion:christianity_religion this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
} }
} }
title:c_paphlagonia.holder.top_liege.religion = { # Ankyra title:c_paphlagonia.holder.top_liege.religion = { # Ankyra
NOT = { NOR = {
this = religion:christianity_religion this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
} }
} }
title:c_attica.holder.top_liege.religion = { # Athens title:c_attica.holder.top_liege.religion = { # Athens
NOT = { NOR = {
this = religion:christianity_religion this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
} }
} }
title:c_korinthos.holder.top_liege.religion = { # Corinth title:c_korinthos.holder.top_liege.religion = { # Corinth
NOT = { NOR = {
this = religion:christianity_religion this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
} }
} }
} }
@ -913,28 +923,38 @@ scripted_trigger great_holy_war_0010_byzantion_reason_trigger = {
scripted_trigger great_holy_war_0010_europe_reason_trigger = { scripted_trigger great_holy_war_0010_europe_reason_trigger = {
OR = { OR = {
title:c_venaissin.holder.top_liege.religion = { # Provence title:c_venaissin.holder.top_liege.religion = { # Provence
NOT = { NOR = {
this = religion:christianity_religion this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
} }
} }
title:c_toulouse.holder.top_liege.religion = { # Toulouse title:c_toulouse.holder.top_liege.religion = { # Toulouse
NOT = { NOR = {
this = religion:christianity_religion this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
} }
} }
title:c_ile_de_france.holder.top_liege.religion = { # Paris title:c_ile_de_france.holder.top_liege.religion = { # Paris
NOT = { NOR = {
this = religion:christianity_religion this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
} }
} }
title:c_cologne.holder.top_liege.religion = { # Cologne title:c_cologne.holder.top_liege.religion = { # Cologne
NOT = { NOR = {
this = religion:christianity_religion this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
} }
} }
title:c_halberstadt.holder.top_liege.religion = { # Halberstadt title:c_halberstadt.holder.top_liege.religion = { # Halberstadt
NOT = { NOR = {
this = religion:christianity_religion this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
} }
} }
} }
@ -949,18 +969,24 @@ scripted_trigger great_holy_war_0010_mecca_reason_trigger = {
scripted_trigger great_holy_war_0010_centre_reason_trigger = { scripted_trigger great_holy_war_0010_centre_reason_trigger = {
OR = { OR = {
title:c_baghdad.holder.top_liege.religion = { # Baghdad title:c_baghdad.holder.top_liege.religion = { # Baghdad
NOT = { NOR = {
this = religion:christianity_religion this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
} }
} }
title:c_damascus.holder.top_liege.religion = { # Damascus title:c_damascus.holder.top_liege.religion = { # Damascus
NOT = { NOR = {
this = religion:christianity_religion this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
} }
} }
title:c_cairo.holder.top_liege.religion = { # Cairo title:c_cairo.holder.top_liege.religion = { # Cairo
NOT = { NOR = {
this = religion:christianity_religion this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
} }
} }
} }
@ -969,18 +995,24 @@ scripted_trigger great_holy_war_0010_centre_reason_trigger = {
scripted_trigger great_holy_war_0010_africa_reason_trigger = { scripted_trigger great_holy_war_0010_africa_reason_trigger = {
OR = { OR = {
title:c_marrakesh.holder.top_liege.religion = { # Marrakesh title:c_marrakesh.holder.top_liege.religion = { # Marrakesh
NOT = { NOR = {
this = religion:christianity_religion this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
} }
} }
title:c_tunis.holder.top_liege.religion = { # Tunis title:c_tunis.holder.top_liege.religion = { # Tunis
NOT = { NOR = {
this = religion:christianity_religion this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
} }
} }
title:c_algier.holder.top_liege.religion = { # Algier title:c_algier.holder.top_liege.religion = { # Algier
NOT = { NOR = {
this = religion:christianity_religion this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
} }
} }
} }

View file

@ -3649,7 +3649,7 @@ travel_events_bp3.75 = { # Dreams Brewing
root.culture = { has_cultural_parameter = allows_brewery } root.culture = { has_cultural_parameter = allows_brewery }
root.faith = { root.faith = {
OR = { OR = {
this = faith:catholic this = faith:roman_catholic
has_doctrine_parameter = allows_brewery has_doctrine_parameter = allows_brewery
} }
} }
@ -3672,7 +3672,7 @@ travel_events_bp3.75 = { # Dreams Brewing
root.faith = { root.faith = {
OR = { OR = {
has_doctrine_parameter = allows_brewery has_doctrine_parameter = allows_brewery
this = faith:catholic this = faith:roman_catholic
} }
} }
} }
@ -3702,7 +3702,7 @@ travel_events_bp3.75 = { # Dreams Brewing
faith = { faith = {
OR = { OR = {
has_doctrine_parameter = allows_brewery has_doctrine_parameter = allows_brewery
this = faith:catholic this = faith:roman_catholic
} }
} }
} }
@ -3722,7 +3722,7 @@ travel_events_bp3.75 = { # Dreams Brewing
OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion } OR = { religion = religion:eastern_orthodox_religion religion = religion:catholic_religion religion = religion:protestant_religion }
faith = { faith = {
OR = { OR = {
this = faith:catholic this = faith:roman_catholic
has_doctrine_parameter = allows_brewery has_doctrine_parameter = allows_brewery
} }
} }

View file

@ -0,0 +1,24 @@
l_english:
random_entertainment_text_hitchhikers:0 "The Hitchhiker's Guide to the Galaxy"
random_entertainment_text_dune:0 "Dune"
random_entertainment_text_hobbit:0 "The Hobbit"
random_entertainment_text_lotr:0 "The Lord of the Rings"
random_entertainment_text_narnia:0 "The Chronicles of Narnia"
random_entertainment_text_foundation:0 "Foundation" #English
random_entertainment_text_one_hundred_years:"One Hundred Years of Solitude" #Spanish
random_entertainment_text_les_drames:0 "Les Drames de Paris" #French
random_entertainment_text_le_club:0 "Le Club des Valets de Coeur" #French
random_entertainment_text_les_chevaliers:0 "Les Chevaliers du Clair de Lune" #French
random_entertainment_text_the_shell_seekers:0 "The Shell Seekers" #English/German
random_entertainment_text_pillars:0 "The Pillars of the Earth" #English/German
random_entertainment_text_perfume:0 "Perfume: The Story of a Murderer" #German
random_entertainment_text_faceless:0 "Faceless Killers" #Swedish
random_entertainment_text_the_alchemist:0 "The Alchemist" #Portuguese
random_entertainment_text_the_brothers:0 "The Brothers Karamazov" #Russian
random_entertainment_text_one_thousand:0 "One Thousand and One Nights" #Worldwide
random_entertainment_text_nineteen_eighty_four:0 "Nineteen Eighty-Four" #English
random_entertainment_text_the_divine_comedy:0 "The Divine Comedy" #Latin sprachbund
random_entertainment_text_the_odyssey:0 "The Odyssey" #Latin/Greek
random_entertainment_text_war_and_peace:0 "War and Peace" #Latin/Greek
random_entertainment_text_the_pyramid:0 "The Pyramid" #Albanian