
내각 행동
복구 활동
선택한 지방의 번영 저조 상태를 회복할 수 있는 최상의 방법입니다. 전쟁이나 역병이 지나간 후에는 필수적인 선택일 수 있습니다.
보정치
정의in_game/common/cabinet_actions/recovery_effort.txt:1
2ability = dip
4allow_multiple = yes
6potential = {
7num_locations > 0
}
10allow = {
}
14select_trigger = {
15looking_for_a = province
16source = actor
17target_flag = target
18name = "recovery_effort_select_province" 번영 수치를 올릴 지방 선택:
19none_available_msg_key = "recovery_effort_no_provinces"
20column = {
21data = name
}
23column = {
24data = prosperity
}
26column = {
27data = population
}
29visible = {
30any_location_in_province = {
31prosperity < 0
}
33NOT = {
33interaction_target = target
}
}
}
35enabled = {
36any_location_in_province = {
37prosperity < 0
}
}
40map_color = {
41lerp = {
44factor = {
45value = prosperity
46divide = 100
}
}
}
}
52is_finished = {
53scope:target = {
54any_location_in_province = {
55prosperity >= 0
56count = all
}
}
}
66map_marker = {
67show_for_owner = yes
}
70progress = {
71scope:target = {
72value = lowest_prosperity
73add = 1
}
}

