
内阁行动
整合省份
征服一个省份后,我们需要先整合它才能使其成为我们国家的一部分。如果未整合,省份内的人群可能会成为叛军。
改良整合行政革新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
}