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

@ -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
# }
}
}