issue
the work policy
How hard should the colony push itself?
Related
Referenced by
Leader powers 1
Raw definition
{
"description": "How hard should the colony push itself?",
"id": "core:work_policy",
"name": "the work policy",
"options": [
{
"effect": {
"Policy": {
"enact": true,
"policy": "core:long_hours"
}
},
"id": "core:long_shifts",
"name": "long shifts",
"value_appeal": {
"core:harmony": -40,
"core:industry": 60
},
"weight": 1
},
{
"effect": {
"Policy": {
"enact": false,
"policy": "core:long_hours"
}
},
"id": "core:balanced_days",
"name": "balanced days",
"value_appeal": {
"core:freedom": 30,
"core:harmony": 60,
"core:industry": -20
},
"weight": 1
}
]
}