
内閣アクション
州の統合
征服した州を国家に編入するには、州を統合する必要がある。統合しなければ、その州のPOPが反乱軍を起こす可能性がある。
改善された統合進歩potentialNMapColors|MAP_COLOR_HIGH定数select triggerNMapColors|MAP_COLOR_LOW定数select trigger補正
統合速度+1
定義in_game/common/cabinet_actions/integrate_province.txt:1
2ability = mil
3allow_multiple = yes
12allow = {
}
15select_trigger = {
16looking_for_a = province
17source = actor
18target_flag = target
19name = "integrate_province_select_province" 以下から統合する州を選択する:
20none_available_msg_key = "integrate_province_no_provinces"
21column = {
22data = name
}
24column = {
25data = integration
}
27column = {
28data = population
}
30visible = {
31NOT = {
31interaction_target = target
}
}
32any_location_in_province = {
33integration_level = conquered
}
}
36map_color = {
37lerp = {
40factor = integration_progress
}
}
}
45is_finished = {
46scope:target = {
47any_location_in_province = {
48OR = {
49integration_level = integrated
50integration_level = core
}
52count = all
}
}
}
61progress = {
62scope:target = {
63value = province_average_integration
}
}
67map_marker = {
68show_for_owner = yes
}