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,76 +1751,168 @@ 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 }
}
}