[flavor_eng.216] 伦敦丝绸织工抗议
时间范围:1765.1.1 - 1800.1.1(每月 1% 概率)
触发条件:
- 国家拥有伦敦地区。
- 伦敦地区至少拥有一级
fine_cloth_guild(优质布料行会)建筑。 - 在伦敦市场内:
- 优质布料 (
goods:fine_cloth) 的价格低于或等于 3。 - 存在从西欧次大陆 (
sub_continent:western_europe) 进口的优质布料。
- 优质布料 (
关键效果:
-
选项 A (历史选项):
- 对目标地点(伦敦)施加
prosperity_weak_penalty(微弱繁荣惩罚)。 - 摧毁目标地点的
fine_cloth_guild建筑。 - 对
peasants_estate(农民阶层)施加estate_satisfaction_severe_penalty(严重阶层满意度惩罚)。 - 如果国家拥有或附庸拥有东澳大利亚地区 (
area:eastern_australia_area) 的任一地点,则触发一个自定义提示,并可能从伦敦向该地区的一个随机地点迁移 0.01 单位的pop_type:peasants(农民人口),持续 12 个月。
- 对目标地点(伦敦)施加
-
选项 B:
- 将社会价值观
serfdom_vs_free_subjects(农奴制 vs 自由民)向右移动(即偏向自由民)。 - 为国家添加
fine_cloth_imports_banned(禁止优质布料进口)修正,持续 1 年(可叠加延长)。 - 对
burghers_estate(市民阶层)施加estate_satisfaction_severe_penalty(严重阶层满意度惩罚)。
- 将社会价值观
-
选项 C:
- 触发前提:统治者拥有
charismatic_negotiator(魅力谈判家)特质 或 外交能力 (dip) 大于 75。 - 为国家添加
improved_working_conditions_silk_weavers(丝绸织工工作条件改善)修正,持续 5 年(可叠加延长)。 - 触发一个自定义提示。
- 触发前提:统治者拥有
背景介绍: 在18世纪中后期,随着国际贸易的发展,来自西欧的廉价优质布料大量涌入伦敦市场,对本地丝绸织工等传统手工业者造成了严重冲击。价格下跌导致行会利益受损,引发了手工业者的不满和抗议。这一事件反映了全球化早期贸易竞争对本土产业和社会稳定的影响,以及政府面临的在保护传统产业、安抚不同社会阶层与维持自由贸易之间的艰难抉择。
完整事件代码:
flavor_eng.216 = {
type = country_event
fire_only_once = yes
title = flavor_eng.216.title
desc = flavor_eng.216.desc
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1765.1.1
to = 1800.1.1
monthly_chance = 1
}
trigger = {
owns = location:london
location:london = {
has_building_with_at_least_one_level = fine_cloth_guild
market = {
goods:fine_cloth = {
price_in_market = { market = location:london.market value <= 3 }
}
any_import = {
goods = goods:fine_cloth
from_market.location.sub_continent = sub_continent:western_europe
}
}
}
}
illustration_tags = {
10 = angry
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
location:london = { save_scope_as = target_location }
}
option = {
name = flavor_eng.216.a
historical_option = yes
scope:target_location = {
change_prosperity = prosperity_weak_penalty
destroy_building = "building(building_type:fine_cloth_guild|owner)"
}
add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_severe_penalty }
custom_tooltip = flavor_eng.216.tt1
if = {
limit = {
area:eastern_australia_area = {
any_location_in_area = {
OR = {
owner ?= root
owner = { is_subject_of = root }
}
}
}
}
custom_tooltip = {
text = flavor_eng.216.a.custom
area:eastern_australia_area = {
random_location_in_area = {
limit = {
OR = {
owner ?= root
owner = { is_subject_of = root }
}
}
add_migration = {
owner = root
from = location:london.province_definition
to = this.province_definition
type = pop_type:peasants
amount = 0.01
months = 12
}
}
}
}
}
}
option = {
name = flavor_eng.216.b
change_societal_value = { type = serfdom_vs_free_subjects value = societal_value_move_to_right }
add_country_modifier = { modifier = fine_cloth_imports_banned years = 1 mode = add_and_extend }
add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_severe_penalty }
}
option = {
name = flavor_eng.216.c
trigger = { OR = { ruler = { has_trait = charismatic_negotiator dip > 75 } } }
add_country_modifier = {
modifier = improved_working_conditions_silk_weavers
years = 5
mode = add_and_extend
}
custom_tooltip = flavor_eng.216.tt2
}
historical_info = flavor_eng.216.historical_info
}