Stavropul start

This commit is contained in:
Heidesommer 2026-04-25 18:55:31 -04:00
parent 50e221bcef
commit 4c1f524d62
158 changed files with 10079 additions and 10160 deletions

View file

@ -2690,20 +2690,23 @@ form_siam_kingdom_decision_scripted_effect = {
hidden_effect = {
title:k_siam = { save_scope_as = siam_kingdom }
title:d_sukhothai = { save_scope_as = sukhotai_duchy }
title:d_muang_sua = { save_scope_as = muang_sua_duchy }
title:d_lop_buri = { save_scope_as = lop_buri }
title:d_sukhothai = { set_de_jure_liege_title = title:k_siam }
title:d_muang_sua = { set_de_jure_liege_title = title:k_siam }
title:d_lop_buri = { set_de_jure_liege_title = title:k_siam }
every_held_title = { # add other duchies if I hold any in the region
limit = {
tier = tier_duchy
any_de_jure_county = {
title_province = {
geographical_region = world_asia_thailand
OR = {
geographical_region = world_asia_thailand
geographical_region = world_asia_malaysia
}
}
}
NOT = {
this = title:d_sukhothai
this = title:d_muang_sua
this = title:d_lop_buri
}
}
set_de_jure_liege_title = title:k_siam
@ -3857,5 +3860,5 @@ found_empire_of_hindustan_scripted_effect = {
}
}
add_legitimacy_effect = { LEGITIMACY = massive_legitimacy_gain }
dynasty = { add_dynasty_prestige = massive_dynasty_prestige_value }
dynasty ?= { add_dynasty_prestige = massive_dynasty_prestige_value }
}