
ActionNew this version
Designate Province Capital
Designate this Location as the permanent Province Capital, preventing automatic reassignment based on Population Growth.
Definitionin_game/common/generic_actions/province_capital.txt:1
2type = owncountry
4ai_tick = never
6potential = {
7scope:actor = {
8is_human = yes
}
}
12allow = {
13scope:actor = {
14at_war = no
}
}
18price = price:set_province_capital
20effect = {
21if = {
22limit = {
22exists = scope:target
}
23scope:target.province = {
24set_province_capital = scope:target
}
}
}