flavor_eng.230 工厂工作条件
时间范围:1775.1.1 - 1820.1.1(每月 5% 概率)
触发条件:
- 国家为
ENG(英格兰)或GBR(大不列颠)。 - 在
great_britain_region(大不列颠地区)内,至少有5个地点满足以下条件:- 地点所有者是触发事件的国家。
- 地点上至少拥有以下建筑之一:
fine_cloth_mill(精纺布厂)textile_mill(纺织厂)steel_mill(钢铁厂)
关键效果:
- 选项 A (历史选项):
- 添加政策
policy:decent_conditions(体面条件)。 - 增加
burghers_estate(市民阶层)和nobles_estate(贵族阶层)的阶层满意度(estate_satisfaction_weak_penalty)。
- 添加政策
- 选项 B:
- 添加政策
policy:fair_conditions(公平条件)。 - 减少
burghers_estate(市民阶层)和nobles_estate(贵族阶层)的阶层满意度(estate_satisfaction_severe_penalty)。
- 添加政策
- 选项 C:
- 添加政策
policy:unregulated_conditions(无管制条件)。 - 减少
peasants_estate(农民阶层)的阶层满意度(estate_satisfaction_severe_penalty)。
- 添加政策
背景介绍: 此事件反映了工业革命初期,英国工厂中日益突出的劳工条件问题。随着纺织厂、钢铁厂等现代工业设施在大不列颠地区大量涌现,工人们(主要来自农民阶层)在恶劣、危险且无保障的环境中长时间劳作,引发了广泛的社会不满和早期劳工运动的萌芽。事件迫使统治者在改善工人待遇、维持工厂主利润以及安抚不同社会阶层之间做出抉择,其决策将影响国内的社会稳定与工业化进程。
完整事件代码:
flavor_eng.230 = {
type = country_event
fire_only_once = yes
title = flavor_eng.230.title
desc = flavor_eng.230.desc
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1775.1.1
to = 1820.1.1
monthly_chance = 5
}
trigger = {
region:great_britain_region = {
any_location_in_region = {
count >= 5
owner ?= root
OR = {
has_building_with_at_least_one_level = fine_cloth_mill
has_building_with_at_least_one_level = textile_mill
has_building_with_at_least_one_level = steel_mill
}
}
}
}
illustration_tags = {
10 = angry
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
capital = { save_scope_as = target_location }
set_variable = { name = factory_working_conditions_law value = 1 }
}
option = {
name = flavor_eng.230.a
historical_option = yes
custom_tooltip = {
text = flavor_eng.230.custom
}
add_policy = policy:decent_conditions
add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_weak_penalty }
add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_weak_penalty }
}
option = {
name = flavor_eng.230.b
custom_tooltip = {
text = flavor_eng.230.custom
}
add_policy = policy:fair_conditions
add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_severe_penalty }
add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_severe_penalty }
}
option = {
name = flavor_eng.230.c
custom_tooltip = {
text = flavor_eng.230.custom
}
add_policy = policy:unregulated_conditions
add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_severe_penalty }
}
historical_info = flavor_eng.230.historical_info
}