
アクションこのバージョンで追加
州都を指定
このロケーションを恒久的な州都に指定し、人口増加に基づく自動的な再割り当てを防ぐ。
定義in_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
}
}
}