religions outfitted
This commit is contained in:
parent
88b311eb56
commit
ee04dea50b
55 changed files with 54353 additions and 23 deletions
44
common/script_values/50_major_decision_values.txt
Normal file
44
common/script_values/50_major_decision_values.txt
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
|
||||
#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
|
||||
Loading…
Add table
Add a link
Reference in a new issue