21 lines
380 B
Text
21 lines
380 B
Text
feudalize_holding_interaction_cost = {
|
|
value = 500
|
|
if = {
|
|
limit = {
|
|
is_ai = yes
|
|
capital_province = { has_holding_type = tribal_holding }
|
|
}
|
|
add = -250
|
|
}
|
|
if = {
|
|
limit = {
|
|
scope:target ?= {
|
|
OR = {
|
|
has_county_modifier = mpo_siberian_permafrost_modifier
|
|
has_county_modifier = mpo_siberian_permafrost_modifier_bad
|
|
}
|
|
}
|
|
}
|
|
add = 2000
|
|
}
|
|
}
|