
내각 행동
지방 병합
지방을 정복하면 우리 국가로 편입시키기 전에 병합부터 해야 합니다. 병합하지 않으면 현지 팝이 Concept을 일으킬 수 있습니다.
병합 개선발전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
}