Cleaning things up

This commit is contained in:
Heidesommer 2026-05-29 06:16:14 -04:00
parent 734d526ca9
commit c3212dbcb9
17 changed files with 14364 additions and 142 deletions

View file

@ -1,100 +1,100 @@
### Embrace Tengriism ###
embrace_tengriism_decision = {
picture = {
reference = "gfx/interface/illustrations/event_scenes/mpo_temple_steppe.dds"
}
decision_group_type = nomad_minor
desc = embrace_tengriism_decision_desc
selection_tooltip = embrace_tengriism_decision_tooltip
is_shown = {
is_playable_character = yes
government_has_flag = government_is_nomadic
OR = {
culture = { has_cultural_pillar = heritage_mongolic }
culture = { has_cultural_pillar = heritage_turkic }
domicile.domicile_culture = { has_cultural_pillar = heritage_mongolic }
domicile.domicile_culture = { has_cultural_pillar = heritage_turkic }
}
NOT = {
faith = faith:tengri_pagan
}
#Cheaper to just switch to domicile's tengriism
trigger_if = {
limit = {
exists = domicile.domicile_faith
}
NOT = { domicile.domicile_faith = faith:tengri_pagan }
}
}
is_valid_showing_failures_only = {
is_physically_able_adult = yes
is_at_war = no
custom_tooltip = {
text = not_of_a_steppe_faith_tt
NOT = {
religion = religion:tengrism_religion
}
}
}
cost = {
piety = {
value = {
add = major_piety_value
if = { # Cost increases if you're reverting to pagan
limit = {
faith = {
NOT = {
has_doctrine_parameter = unreformed
}
}
}
multiply = 4
}
}
}
}
effect = {
root.domicile.domicile_culture = { save_scope_as = domicile_culture }
set_character_faith = faith:tengri_pagan
domicile = {
set_domicile_faith = faith:tengri_pagan
}
every_held_title = {
limit = {
tier = tier_county
is_landless_type_title = no
culture = scope:domicile_culture
}
set_county_faith = faith:tengri_pagan
}
# Spouses convert
every_spouse = {
limit = {
is_courtier_of = root
NOT = { faith = root.faith }
}
add_to_list = spouses_and_family_to_convert
}
# Family at court also convert
every_close_or_extended_family_member = {
limit = {
is_courtier_of = root
NOT = { faith = root.faith }
}
add_to_list = spouses_and_family_to_convert
}
every_in_list = {
list = spouses_and_family_to_convert
set_character_faith = faith:tengri_pagan
}
}
ai_check_interval = 0
}
#### Embrace Tengriism ###
#embrace_tengriism_decision = {
# picture = {
# reference = "gfx/interface/illustrations/event_scenes/mpo_temple_steppe.dds"
# }
# decision_group_type = nomad_minor
# desc = embrace_tengriism_decision_desc
# selection_tooltip = embrace_tengriism_decision_tooltip
#
# is_shown = {
# is_playable_character = yes
# government_has_flag = government_is_nomadic
# OR = {
# culture = { has_cultural_pillar = heritage_mongolic }
# culture = { has_cultural_pillar = heritage_turkic }
# domicile.domicile_culture = { has_cultural_pillar = heritage_mongolic }
# domicile.domicile_culture = { has_cultural_pillar = heritage_turkic }
# }
# NOT = {
# faith = faith:tengri_pagan
# }
# #Cheaper to just switch to domicile's tengriism
# trigger_if = {
# limit = {
# exists = domicile.domicile_faith
# }
# NOT = { domicile.domicile_faith = faith:tengri_pagan }
# }
# }
#
# is_valid_showing_failures_only = {
# is_physically_able_adult = yes
# is_at_war = no
# custom_tooltip = {
# text = not_of_a_steppe_faith_tt
# NOT = {
# religion = religion:tengrism_religion
# }
# }
# }
#
# cost = {
# piety = {
# value = {
# add = major_piety_value
# if = { # Cost increases if you're reverting to pagan
# limit = {
# faith = {
# NOT = {
# has_doctrine_parameter = unreformed
# }
# }
# }
# multiply = 4
# }
# }
# }
# }
#
# effect = {
# root.domicile.domicile_culture = { save_scope_as = domicile_culture }
# set_character_faith = faith:tengri_pagan
# domicile = {
# set_domicile_faith = faith:tengri_pagan
# }
# every_held_title = {
# limit = {
# tier = tier_county
# is_landless_type_title = no
# culture = scope:domicile_culture
# }
# set_county_faith = faith:tengri_pagan
# }
# # Spouses convert
# every_spouse = {
# limit = {
# is_courtier_of = root
# NOT = { faith = root.faith }
# }
# add_to_list = spouses_and_family_to_convert
# }
# # Family at court also convert
# every_close_or_extended_family_member = {
# limit = {
# is_courtier_of = root
# NOT = { faith = root.faith }
# }
# add_to_list = spouses_and_family_to_convert
# }
# every_in_list = {
# list = spouses_and_family_to_convert
# set_character_faith = faith:tengri_pagan
# }
# }
#
# ai_check_interval = 0
#}
### Spread [ROOT.Char.GetFaith.GetNameNoTooltip] to your People ###
proselytize_to_your_people_decision = {