
Law
Factory Working Conditions
The expansion of our manufacturing industry is accelerating industrialization and boosting production capacity. As factory workers become increasingly central to the economy, regulating their rights in order to prevent exploitation becomes vital.
Policies 3
Decent Conditions- +0.1 Monthly Progress to Free Subjects
- +0.1 Towns and Cities Migration Attraction
- +5 Character Life Expectancy
Fair Conditions- −5% Burgher Estate Satisfaction Equilibrium
- −5% Noble Estate Satisfaction Equilibrium
- +10% Max Literacy for Laborers
- +10 Character Life Expectancy
Unregulated Conditions- +0.1 Monthly Progress to Capital Economy
- −5 Character Life Expectancy
- −0.1 Towns and Cities Migration Attraction
Definitionin_game/common/laws/10_reforms_from_events.txt:218
219unique = yes
220law_category = socioeconomic
225decent_conditions = {
226country_modifier = {
227monthly_towards_free_subjects = societal_value_monthly_move
228non_rural_migration_attraction = 0.1
229global_life_expectancy = 5
}
231estate_preferences = {
peasants_estate
}
234years = 2
}
237fair_conditions = {
238country_modifier = {
239burghers_estate_target_satisfaction = medium_permanent_target_satisfaction_penalty
240nobles_estate_target_satisfaction = medium_permanent_target_satisfaction_penalty
241global_laborers_max_literacy = 10
242global_life_expectancy = 10
}
244estate_preferences = {
peasants_estate
}
247allow = {
248societal_value:serfdom_vs_free_subjects >= 0
}
250years = 2
}
253unregulated_conditions = {
254country_modifier = {
255monthly_towards_capital_economy = societal_value_monthly_move
256global_life_expectancy = -5
257non_rural_migration_attraction = -0.1
}
259estate_preferences = {
burghers_estate
}
262years = 2
}