권역 병합
내각 행동

권역 병합

integrate_areain_game/common/cabinet_actions/integrate_area.txt:1

권역을 정복하면 우리 국가로 편입시키기 전에 병합부터 해야 합니다. 병합하지 않으면 현지 팝이 Concept을 일으킬 수 있습니다.

요구 조건병합 개선발전potentialNMapColors|MAP_COLOR_HIGH정의값select triggerNMapColors|MAP_COLOR_LOW정의값select trigger

보정치

정의in_game/common/cabinet_actions/integrate_area.txt:1

2ability = mil
3allow_multiple = yes
5potential = {
6num_locations > 0
7has_advance = integrate_area_advance
}
10allow = {
11any_province = {
12any_location_in_province = {
13integration_level = conquered
}
}
}
18select_trigger = {
19looking_for_a = area
20source = actor
21target_flag = target
22name = "integrate_area_select_area" 병합할 권역 선택:
23none_available_msg_key = "integrate_area_no_areas"
24column = {
25data = name
}
27column = {
28data = integration
}
30visible = {
31any_location_in_area = {
32owner ?= scope:actor
33integration_level = conquered
}
35NOT = {
35cabinet_action = integrate_area
35interaction_target = target
}
}
}
37map_color = {
38lerp = {
41factor = integration_progress
}
}
}
46is_finished = {
47scope:target = {
48not = {
49any_location_in_area = {
50owner ?= scope:actor
51OR = {
52integration_level = conquered
53integration_level = colonized
}
55count > 0
}
}
}
}
61province_modifier = {
}
65progress = {
66scope:target = {
67value = "area_average_integration(scope:actor)"
}
}
71map_marker = {
72show_for_owner = yes
}
© 2026 Soft Santa Cruz, S.L.U.. 모든 권리 보유. 비공식 팬 프로젝트이며 Paradox Interactive와 관련이 없습니다. 게임 콘텐츠 © Paradox Interactive. 소개 · 개인정보 보호 · 법적 고지