flavor_eng.231 理查德·阿克莱特与水力纺纱机
时间范围:1775.1.1 - 1800.1.1(每月 5% 概率)
触发条件:
- 国家为
ENG(英格兰)或GBR(大不列颠)。 - 在
great_britain_region(大不列颠地区)内,至少有 3 个由本国拥有的地点拥有至少 1 级textile_mill(纺织厂)建筑。 - 社会价值观
traditionalist_vs_innovative(传统主义 vs 创新)的数值大于等于 20。
关键效果:
- 选项 A (历史选项):
- 设置变量
unlocked_advance_water_frame为 1。 - 显示自定义提示
flavor_eng.231.tt1。 - 显示自定义提示
enable_water_frame_advance(启用水力纺纱机技术)。
- 设置变量
- 选项 B:
- 获得
research_progress_mild_bonus(少量研究进度加成)。 - 显示自定义提示
flavor_eng.231.tt1和flavor_eng.231.tt2。
- 获得
背景介绍: 该事件模拟了工业革命早期,英国纺织业机械化进程中的一个关键节点。理查德·阿克莱特发明的水力纺纱机极大地提高了棉纱生产效率,是工厂体系形成的重要推动力。事件反映了在传统纺织业发达、社会氛围趋向创新的条件下,技术突破如何为国家带来新的发展路径选择。
完整事件代码:
flavor_eng.231 = {
type = country_event
fire_only_once = yes
title = flavor_eng.231.title
desc = flavor_eng.231.desc
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1775.1.1
to = 1800.1.1
monthly_chance = 5
}
trigger = {
region:great_britain_region = {
any_location_in_region = {
count >= 3
owner ?= root
has_building_with_at_least_one_level = textile_mill
}
}
societal_value:traditionalist_vs_innovative >= 20
}
image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_cotton.dds"
immediate = {
create_character = {
first_name = name_richard
last_name = Arkwright
adm = 27
dip = 31
mil = 10
birth_location = location:lancaster
birth_date = 1732.1.1
estate = estate_type:burghers_estate
script = eng_richard_arkwright
save_scope_as = richard_arkwright
add_trait = trait:unsuited_for_naval_command
add_trait = trait:unsuited_for_army_command
}
capital = { save_scope_as = target_location }
}
option = {
name = flavor_eng.231.a
historical_option = yes
set_variable = { name = unlocked_advance_water_frame value = 1 }
custom_tooltip = flavor_eng.231.tt1
custom_tooltip = enable_water_frame_advance
}
option = {
name = flavor_eng.231.b
add_research_progress = research_progress_mild_bonus
custom_tooltip = flavor_eng.231.tt1
custom_tooltip = flavor_eng.231.tt2
}
historical_info = flavor_eng.231.historical_info
}