
Cabinet ActionNew this version
Oversee Labor Rights
While we ensured the rights of our laborers and farmers, we can only ensure their wellbeing with direct oversight in a Province.
Modifiers
Definitionin_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" Select the Province to increase Prosperity in:
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
}
}
}

