
내각 행동
지방 개발
선택한 지방에서 개발을 추진할 수 있는 최상의 방법입니다. 현재 긴급한 사안이 없다면 좋은 선택이 될 것입니다.
보정치
현지 월간 개발+0.0025
정의in_game/common/cabinet_actions/develop_province.txt:1
2ability = adm
4allow_multiple = yes
6potential = {
7num_locations > 0
}
10allow = {
11any_province = {
12any_location_in_province = {
13integration_level = core
14count = all
}
}
}
19select_trigger = {
20looking_for_a = province
21source = actor
22target_flag = target
23name = "develop_province_select_province" 개발을 추진할 지방 선택:
24none_available_msg_key = "develop_province_no_provinces"
25column = {
26data = name
}
28column = {
29data = development
}
31column = {
32data = population
}
34visible = {
35NOT = {
35interaction_target = target
}
}
}
37enabled = {
38any_location_in_province = {
39integration_level = core
40count = all
}
}
43map_color = {
44lerp = {
47factor = {
48value = development
49divide = 100
}
}
}
}
59progress = {
60scope:target = {
61value = province_average_development
62divide = 100
}
}
66map_marker = {
67show_for_owner = yes
}
71ai_will_do = {
72add = {
73if = {
74limit = {
75scope:actor = {
76is_subject = yes
}
}
79value = -1000
}
}
}