
내각 행동이번 버전 신규
노동권 감독
노동자와 농민의 권리는 단지 보장하는 데에서 그치지 않고, 지방 단위에서 직접 감독해야만 온전히 담보할 수 있습니다.
보정치
정의in_game/common/cabinet_actions/peasant_labor_rights_action.txt:1
2ability = adm
4potential = {
5has_reform = government_reform:tyranny_of_the_capital_reform
6num_locations > 0
}
9allow = {
10any_province = {
11any_location_in_province = {
12integration_level = core
13count = all
}
}
}
18select_trigger = {
19looking_for_a = province
20source = actor
21target_flag = target
22name = "peasant_labor_rights_action_select_province" 번영 수치를 올릴 지방 선택:
23none_available_msg_key = "peasant_labor_rights_action_no_provinces"
24column = {
25data = name
}
27column = {
28data = development
}
30column = {
31data = population
}
33visible = {
34NOT = {
34interaction_target = target
}
}
}
36enabled = {
37any_location_in_province = {
38integration_level = core
39count = all
}
}
42map_color = {
43lerp = {
46factor = prosperity
}
}
}
56progress = {
57scope:target = {
58value = province_prosperity
}
}
62map_marker = {
63show_for_owner = yes
}
67ai_will_do = {
68add = {
69if = {
70limit = {
71scope:actor = {
72is_subject = yes
}
}
75value = -1000
}
}
}

