This commit is contained in:
Heidesommer 2026-05-26 20:19:17 -04:00
parent 182a9f6a50
commit 807eea6477
11 changed files with 1803 additions and 1792 deletions

View file

@ -3151,18 +3151,18 @@ mpo_become_greatest_of_khans_decision = {
desc = {
desc = mpo_become_greatest_of_khans_decision_desc
triggered_desc = {
trigger = {
NOR = {
#Playing as Genghis
this = character:125501
#He came and went without becoming Genghis
exists = global_var:genghis_died
has_game_rule = never_mongol_invasion
}
}
desc = mpo_become_greatest_of_khans_decision_genghis_warning
}
# triggered_desc = {
# trigger = {
# NOR = {
# #Playing as Genghis
# this = character:125501
# #He came and went without becoming Genghis
# exists = global_var:genghis_died
# has_game_rule = never_mongol_invasion
# }
# }
# desc = mpo_become_greatest_of_khans_decision_genghis_warning
# }
}
cooldown = {
@ -3227,7 +3227,8 @@ mpo_become_greatest_of_khans_decision = {
highest_held_title_tier = tier_empire
trigger_if = { # If you are player Temüjin we waive this requirements
limit = {
NOT = { this = character:125501 }
# NOT = { this = character:125501 }
always = yes
}
OR = {
sub_realm_size >= mpo_greatest_of_khans_target_counties
@ -3391,19 +3392,19 @@ mpo_become_greatest_of_khans_decision = {
}
}
}
trigger_if = {
limit = {
is_ai = no
this = character:125501 # Temüjin
has_variable = had_mpo_temujin_flavor_0020
}
custom_tooltip = {
text = temujin_jamukha_gok_requirement
character:mpo_mongol_1 = { # Jamukha
is_alive = no
}
}
}
# trigger_if = {
# limit = {
# is_ai = no
# this = character:125501 # Temüjin
# has_variable = had_mpo_temujin_flavor_0020
# }
# custom_tooltip = {
# text = temujin_jamukha_gok_requirement
# character:mpo_mongol_1 = { # Jamukha
# is_alive = no
# }
# }
# }
}
is_valid_showing_failures_only = {
@ -5223,13 +5224,13 @@ settle_people_decision = {
has_trait = content
domicile.herd <= 500
is_independent_ruler = no
AND = {
culture = { has_cultural_pillar = heritage_magyar }
OR = {
has_title = title:k_hungary
has_title = title:e_carpathia
}
}
# AND = {
# culture = { has_cultural_pillar = heritage_magyar }
# OR = {
# has_title = title:k_hungary
# has_title = title:e_carpathia
# }
# }
NOT = {
any_sub_realm_county = {
title_province = {
@ -5330,15 +5331,15 @@ settle_people_decision = {
has_trait = ambitious
}
# Hungarians want to settle
modifier = {
add = 1000
culture = { has_cultural_pillar = heritage_magyar }
OR = {
has_title = title:k_hungary
has_title = title:e_carpathia
}
}
# # Hungarians want to settle
# modifier = {
# add = 1000
# culture = { has_cultural_pillar = heritage_magyar }
# OR = {
# has_title = title:k_hungary
# has_title = title:e_carpathia
# }
# }
# Nomadic Vassals of non-Nomads want to settle down
modifier = {
@ -5367,8 +5368,8 @@ settle_people_decision = {
}
highest_held_title_tier >= tier_kingdom
NOR = {
has_title = title:k_hungary
has_title = title:e_carpathia
# has_title = title:k_hungary
# has_title = title:e_carpathia
any_sub_realm_county = {
count >= 10
title_province = {
@ -5994,13 +5995,13 @@ step_away_from_the_steppe_decision = {
has_trait = content
domicile.herd <= 500
is_independent_ruler = no
AND = {
culture = { has_cultural_pillar = heritage_magyar }
OR = {
has_title = title:k_hungary
has_title = title:e_carpathia
}
}
# AND = {
# culture = { has_cultural_pillar = heritage_magyar }
# OR = {
# has_title = title:k_hungary
# has_title = title:e_carpathia
## }
## }
NOT = {
any_sub_realm_county = {
title_province = {
@ -6101,15 +6102,15 @@ step_away_from_the_steppe_decision = {
has_trait = ambitious
}
# Hungarians want to settle
modifier = {
add = 1000
culture = { has_cultural_pillar = heritage_magyar }
OR = {
has_title = title:k_hungary
has_title = title:e_carpathia
}
}
# # Hungarians want to settle
# modifier = {
# add = 1000
# culture = { has_cultural_pillar = heritage_magyar }
# OR = {
# has_title = title:k_hungary
# has_title = title:e_carpathia
# }
# }
# Nomadic Vassals of non-Nomads want to settle down
modifier = {
@ -6131,26 +6132,26 @@ step_away_from_the_steppe_decision = {
}
}
modifier = {
factor = 0
top_liege = {
government_has_flag = government_is_nomadic
}
highest_held_title_tier >= tier_kingdom
NOR = {
has_title = title:k_hungary
has_title = title:e_carpathia
any_sub_realm_county = {
count >= 10
title_province = {
OR = {
has_holding_type = castle_holding
has_holding_type = tribal_holding
}
}
}
}
}
# modifier = {
# factor = 0
# top_liege = {
# government_has_flag = government_is_nomadic
# }
# highest_held_title_tier >= tier_kingdom
# NOR = {
# has_title = title:k_hungary
# has_title = title:e_carpathia
# any_sub_realm_county = {
# count >= 10
# title_province = {
# OR = {
# has_holding_type = castle_holding
# has_holding_type = tribal_holding
# }
# }
# }
# }
# }
}
}