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
if = {
limit = {
scope:attacker.faith = { this = faith:catholic }
scope:attacker.faith = { this = faith:roman_catholic }
exists = global_var:byz_claimant_champion
global_var:byz_claimant_champion = {
is_alive = yes

View file

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

View file

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

View file

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

View file

@ -1167,95 +1167,95 @@ task_promote_culture = {
count < 35
}
}
AND = {
# Scottish rulers should convert counties of 'old' cultures to the new one.
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 = {
# English rulers should convert counties of 'old' cultures to the new one.
culture = culture:english
OR = {
scope:county.culture = culture:anglo_saxon
scope:county.culture = culture:norman
}
}
AND = {
# German rulers want to convert the sorbians
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
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
# AND = {
# # Scottish rulers should convert counties of 'old' cultures to the new one.
# 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 = {
# # English rulers should convert counties of 'old' cultures to the new one.
# culture = culture:english
# OR = {
# scope:county.culture = culture:anglo_saxon
# scope:county.culture = culture:norman
# }
# }
# AND = {
# # German rulers want to convert the sorbians
# 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
# 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
limit = {
@ -1815,35 +1815,35 @@ task_accept_culture = {
limit = {
scope:councillor_liege = { is_ai = yes }
}
NAND = {
# Scottish rulers should convert counties of 'old' cultures to the new one.
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
}
}
NAND = {
# English rulers should convert counties of 'old' cultures to the new one.
scope:councillor_liege.culture = culture:english
OR = {
scope:county.culture = culture:anglo_saxon
scope:county.culture = culture:norman
}
}
NAND = {
# 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 }
}
NAND = {
# Japanese rulers should convert Emishi counties
scope:councillor_liege.culture = culture:japanese
scope:county.culture = culture:emishi
}
# NAND = {
# # Scottish rulers should convert counties of 'old' cultures to the new one.
# 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
# }
# }
# NAND = {
# # English rulers should convert counties of 'old' cultures to the new one.
# scope:councillor_liege.culture = culture:english
# OR = {
# scope:county.culture = culture:anglo_saxon
# scope:county.culture = culture:norman
# }
# }
# NAND = {
# # 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 }
# }
# NAND = {
# # Japanese rulers should convert Emishi counties
# scope:councillor_liege.culture = culture:japanese
# scope:county.culture = culture:emishi
# }
OR = {
scope:councillor_liege = {
has_character_flag = vassal_directive_improve_cultural_acceptance

View file

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

View file

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

View file

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

View file

@ -561,6 +561,11 @@ TerrainTypeCountyScope = {
trigger = { title_province = { terrain = drylands } }
localization_key = terrain_drylands
}
text = {
trigger = { title_province = { terrain = tells } }
localization_key = terrain_drylands
}
}
TerrainTypeCountyScopePlural = {
@ -637,6 +642,11 @@ TerrainTypeCountyScopePlural = {
trigger = { title_province = { terrain = drylands } }
localization_key = terrain_drylands
}
text = {
trigger = { title_province = { terrain = tells } }
localization_key = terrain_tells
}
}
TerrainType = {
@ -713,6 +723,11 @@ TerrainType = {
trigger = { location = { terrain = drylands } }
localization_key = terrain_drylands
}
text = {
trigger = { location = { terrain = tells} }
localization_key = terrain_tells
}
}
TerrainTypeProvince = {
@ -792,6 +807,10 @@ TerrainTypeProvince = {
trigger = { terrain = terraced_hills }
localization_key = terrain_terraced_hills
}
text = {
trigger = { terrain = tells }
localization_key = terrain_tells
}
}
TerrainTypeProvincePrefix = {
@ -809,7 +828,12 @@ TerrainTypeProvincePrefix = {
}
text = {
trigger = { terrain = hills }
trigger = {
OR = {
terrain = hills
terrain = tells
}
}
localization_key = prefix_rolling
}
@ -1523,9 +1547,9 @@ RandomReligiousTextName = {
#The book is of my religion
trigger_else = {
OR = {
location.faith.religion = religion:eastern_orthodox_religion
location.faith.religion = religion:catholic_religion
location.faith.religion = religion:protestant_religion
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
}
}
@ -1575,16 +1599,13 @@ RandomReligiousTextName = {
location.faith.religion = religion:catholic_religion
location.faith.religion = religion:protestant_religion
}
NOT = { location.faith = faith:orthodox }
}
#The book is of my religion
trigger_else = {
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
NOT = { faith = faith:orthodox }
}
}
localization_key = random_religious_text_summa_theologica
@ -1601,7 +1622,6 @@ RandomReligiousTextName = {
trigger_else_if = {
limit = { exists = scope:visiting_location }
OR = {
location.faith.religion = religion:eastern_orthodox_religion
location.faith.religion = religion:catholic_religion
location.faith.religion = religion:protestant_religion
}
@ -1610,7 +1630,6 @@ RandomReligiousTextName = {
#The book is of my religion
trigger_else = {
OR = {
faith.religion = religion:eastern_orthodox_religion
faith.religion = religion:catholic_religion
faith.religion = religion:protestant_religion
}
@ -1630,10 +1649,10 @@ RandomReligiousTextName = {
#We're a LAAMP visiting somewhere
trigger_else_if = {
limit = { exists = scope:visiting_location }
location.faith = faith:orthodox
location.faith..religion = religion:eastern_orthodox_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
}
@ -1648,10 +1667,10 @@ RandomReligiousTextName = {
#We're a LAAMP visiting somewhere
trigger_else_if = {
limit = { exists = scope:visiting_location }
location.faith = faith:orthodox
location.faith.religion = religion:eastern_orthodox_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
}
@ -1666,10 +1685,10 @@ RandomReligiousTextName = {
#We're a LAAMP visiting somewhere
trigger_else_if = {
limit = { exists = scope:visiting_location }
location.faith = faith:orthodox
location.faith.religion = religion:eastern_orthodox_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
}
@ -1732,75 +1751,167 @@ RandomEntertainmentTextName = {
}
localization_key = random_entertainment_text_beowulf
}
text = {
trigger = {
scope:entertainment_book_title = flag:niebelungenlied
}
localization_key = random_entertainment_text_niebelungenlied
}
text = {
trigger = {
scope:entertainment_book_title = flag:song_of_roland
}
localization_key = random_entertainment_text_song_of_roland
}
text = {
trigger = {
scope:entertainment_book_title = flag: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 = {
trigger = {
scope:entertainment_book_title = flag:digenes_akrites
}
localization_key = random_entertainment_text_digenes_akrites
}
text = {
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 = {
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 = {
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
}
# Don't overwrite historically scripted developments
modifier = {
factor = 0
OR = {
has_culture = culture:norman
has_culture = culture:english
}
capital_province.culture = culture:anglo_saxon
}
# # Don't overwrite historically scripted developments
# modifier = {
# factor = 0
# OR = {
# has_culture = culture:norman
# has_culture = culture:english
# }
# capital_province.culture = culture:anglo_saxon
# }
modifier = {
factor = 0
has_culture = culture:turkish
@ -401,48 +401,48 @@ convert_to_local_culture_decision = {
has_culture = culture:turkish
primary_title.tier >= tier_empire
}
modifier = {
factor = 0
OR = {
has_title = title:k_jerusalem
has_title = title:e_outremer
any_liege_or_above = {
OR = {
has_title = title:k_jerusalem
has_title = title:e_outremer
}
}
}
NOR = {
capital_province = { # Convert to Hybrids of your culture in the Holy Land
culture = {
is_hybrid_culture = yes
any_parent_culture_or_above = {
this = root.culture
}
}
}
AND = {
top_liege != this
exists = liege
capital_province.culture = liege.culture
}
}
}
modifier = {
factor = 0
has_title = title:e_latin_empire
NOT = {
capital_province = {
culture = {
is_hybrid_culture = yes
any_parent_culture_or_above = {
this = root.culture
}
}
}
}
}
# modifier = {
# factor = 0
# OR = {
# has_title = title:k_jerusalem
# has_title = title:e_outremer
# any_liege_or_above = {
# OR = {
# has_title = title:k_jerusalem
# has_title = title:e_outremer
# }
# }
# }
# NOR = {
# capital_province = { # Convert to Hybrids of your culture in the Holy Land
# culture = {
# is_hybrid_culture = yes
# any_parent_culture_or_above = {
# this = root.culture
# }
# }
# }
# AND = {
# top_liege != this
# exists = liege
# capital_province.culture = liege.culture
# }
# }
# }
# modifier = {
# factor = 0
# has_title = title:e_latin_empire
# NOT = {
# capital_province = {
# culture = {
# is_hybrid_culture = yes
# any_parent_culture_or_above = {
# this = root.culture
# }
# }
# }
# }
# }
# Scots needs a bit of help to dominate as it did historically
modifier = {
@ -451,12 +451,12 @@ convert_to_local_culture_decision = {
capital_province.culture = culture:gaelic
}
# Pictish should usually disappear
modifier = {
factor = 0
has_culture = culture:gaelic
capital_province.culture = culture:pictish
}
# # Pictish should usually disappear
# modifier = {
# factor = 0
# has_culture = culture:gaelic
# capital_province.culture = culture:pictish
# }
# Don't go back on a previous conversion
modifier = {

View file

@ -434,7 +434,7 @@ mend_the_great_schism_decision = {
is_shown = {
is_ruler = 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.
is_target_in_global_variable_list = {
name = unavailable_unique_decisions

View file

@ -3442,26 +3442,26 @@ expunge_latin_dominion_decision = {
#Must be a Greek or Greekoid
OR = {
culture = culture:greek
culture = culture:roman
# culture = culture:roman
culture = {
any_parent_culture_or_above = {
this = culture:greek
}
}
ep3_orthodox_faith_trigger = yes
faith = faith:hellenic_pagan
AND = {
exists = title:e_byzantium.holder
this = title:e_byzantium.holder
}
AND = {
exists = title:h_roman_empire.holder
this = title:h_roman_empire.holder
}
AND = {
exists = title:h_eastern_roman_empire.holder
this = title:h_eastern_roman_empire.holder
}
# faith = faith:hellenic_pagan
# AND = {
# exists = title:e_byzantium.holder
# this = title:e_byzantium.holder
# }
# AND = {
# exists = title:h_roman_empire.holder
# this = title:h_roman_empire.holder
# }
# AND = {
# exists = title:h_eastern_roman_empire.holder
# this = title:h_eastern_roman_empire.holder
# }
}
OR = {
capital_province = {
@ -3473,18 +3473,18 @@ expunge_latin_dominion_decision = {
geographical_region = world_steppe_west
}
}
AND = {
exists = title:e_byzantium.holder
this = title:e_byzantium.holder
}
AND = {
exists = title:h_roman_empire.holder
this = title:h_roman_empire.holder
}
AND = {
exists = title:h_eastern_roman_empire.holder
this = title:h_eastern_roman_empire.holder
}
# AND = {
# exists = title:e_byzantium.holder
# this = title:e_byzantium.holder
# }
# AND = {
# exists = title:h_roman_empire.holder
# this = title:h_roman_empire.holder
# }
# AND = {
# exists = 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
}
if = {
limit = {
OR = {
culture = culture:french
culture = culture:norman
culture = culture:occitan
}
}
add = @better_than_the_alternatives_score
}
# if = {
# limit = {
# OR = {
# culture = culture:french
# culture = culture:norman
# culture = culture:occitan
# }
# }
# add = @better_than_the_alternatives_score
# }
}
d_luxembourg = { # Luxembourg

View file

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

View file

@ -807,8 +807,8 @@
# AI-only weights, keep the pope from vassalizing too fast
if = {
limit = {
exists = faith:catholic.religious_head
faith:catholic.religious_head = root
exists = faith:roman_catholic.religious_head
faith:roman_catholic.religious_head = root
root = { is_ai = yes }
}
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
culture_is_or_has_ancestor_trigger = { CULTURE = culture:cham }
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 }
}
}

View file

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

View file

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

View file

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

View file

@ -284,7 +284,7 @@ great_holy_war.0001 = {
if = {
limit = {
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_financier_exists_trigger = yes
}
@ -604,7 +604,7 @@ great_holy_war.0001 = {
NOT = {
exists = global_var:cath_crusade_1
}
scope:the_faith = { this = faith:catholic }
scope:the_faith = { this = faith:roman_catholic }
}
set_global_variable = {
name = cath_crusade_1
@ -613,7 +613,7 @@ great_holy_war.0001 = {
}
else_if = {
limit = {
scope:the_faith = { this = faith:catholic }
scope:the_faith = { this = faith:roman_catholic }
}
change_global_variable = {
name = cath_crusade_1
@ -882,30 +882,40 @@ scripted_trigger great_holy_war_0010_byzantion_reason_trigger = {
trigger_if = { # Byzantine Empire
limit = { exists = title:e_byzantium.holder } # Make sure a holder exists beforehand
title:e_byzantium.holder.religion = {
NOT = {
this = religion:christianity_religion
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
}
title:c_byzantion.holder.top_liege.religion = { # Constantinople
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
title:c_paphlagonia.holder.top_liege.religion = { # Ankyra
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
title:c_attica.holder.top_liege.religion = { # Athens
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
title:c_korinthos.holder.top_liege.religion = { # Corinth
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
}
}
@ -913,29 +923,39 @@ scripted_trigger great_holy_war_0010_byzantion_reason_trigger = {
scripted_trigger great_holy_war_0010_europe_reason_trigger = {
OR = {
title:c_venaissin.holder.top_liege.religion = { # Provence
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
title:c_toulouse.holder.top_liege.religion = { # Toulouse
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
title:c_ile_de_france.holder.top_liege.religion = { # Paris
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
title:c_cologne.holder.top_liege.religion = { # Cologne
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
title:c_halberstadt.holder.top_liege.religion = { # Halberstadt
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
}
}
@ -949,19 +969,25 @@ scripted_trigger great_holy_war_0010_mecca_reason_trigger = {
scripted_trigger great_holy_war_0010_centre_reason_trigger = {
OR = {
title:c_baghdad.holder.top_liege.religion = { # Baghdad
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
title:c_damascus.holder.top_liege.religion = { # Damascus
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
title:c_cairo.holder.top_liege.religion = { # Cairo
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
}
}
@ -969,19 +995,25 @@ scripted_trigger great_holy_war_0010_centre_reason_trigger = {
scripted_trigger great_holy_war_0010_africa_reason_trigger = {
OR = {
title:c_marrakesh.holder.top_liege.religion = { # Marrakesh
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
title:c_tunis.holder.top_liege.religion = { # Tunis
NOT = {
this = religion:christianity_religion
}
NOR = {
this = religion:catholic_religion
this = religion:orthodox_religion
this = religion:protestant_religion
}
}
title:c_algier.holder.top_liege.religion = { # Algier
NOT = {
this = religion:christianity_religion
}
NOR = {
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.faith = {
OR = {
this = faith:catholic
this = faith:roman_catholic
has_doctrine_parameter = allows_brewery
}
}
@ -3672,7 +3672,7 @@ travel_events_bp3.75 = { # Dreams Brewing
root.faith = {
OR = {
has_doctrine_parameter = allows_brewery
this = faith:catholic
this = faith:roman_catholic
}
}
}
@ -3702,7 +3702,7 @@ travel_events_bp3.75 = { # Dreams Brewing
faith = {
OR = {
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 }
faith = {
OR = {
this = faith:catholic
this = faith:roman_catholic
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