44 lines
1 KiB
Text
44 lines
1 KiB
Text
|
|
#Central Asia Decision values
|
|
greatest_of_khans_target_counties = 100
|
|
|
|
invite_claimants_decision_prestige_value = {
|
|
if = {
|
|
limit = { highest_held_title_tier = tier_empire }
|
|
add = monumental_prestige_value
|
|
}
|
|
else_if = {
|
|
limit = { highest_held_title_tier = tier_kingdom }
|
|
add = massive_prestige_value
|
|
}
|
|
else_if = {
|
|
limit = { highest_held_title_tier = tier_duchy }
|
|
add = major_prestige_value
|
|
}
|
|
else_if = {
|
|
limit = { highest_held_title_tier = tier_county }
|
|
add = medium_prestige_value
|
|
}
|
|
}
|
|
|
|
# Adopt Feudalism
|
|
convert_to_feudalism_development_requirement = {
|
|
value = 10
|
|
if = {
|
|
limit = {
|
|
holder = {
|
|
any_neighboring_top_liege_realm_owner = {
|
|
OR = {
|
|
government_has_flag = government_is_feudal
|
|
government_has_flag = government_is_clan
|
|
}
|
|
}
|
|
}
|
|
}
|
|
subtract = 5
|
|
}
|
|
}
|
|
|
|
convert_whole_realm_to_feudalism_west_african_pagan_decision_vassal_count_value = 6
|
|
|
|
convert_whole_realm_to_feudalism_west_african_pagan_decision_wa_capital_development_value = terrible_development_level
|