[flavor_hol.7] 路易斯·埃尔泽菲尔与印刷业
时间范围:1560.1.1 - 1620.1.1(每月 2% 概率)
触发条件:
- 国家拥有阿姆斯特丹(
location:amsterdam)。 - 国家已接纳“印刷机”制度(
institution:printing_press)。
关键效果:
- 选项 A (历史选项):
- 获得少量威望加成(
prestige_mild_bonus)。 - 人物“路易斯·埃尔泽菲尔”加入我国。
- 在阿姆斯特丹建造1级“印刷工坊”(
building_type:printing_press_shop)。 - 社会价值观“传统主义 vs 创新”小幅向“创新”方向移动(
societal_value_minor_move_to_right)。
- 获得少量威望加成(
- 选项 B:
- 放逐人物“路易斯·埃尔泽菲尔”。
- 教士阶层满意度小幅提升(
estate_satisfaction_weak_bonus)。 - 社会价值观“传统主义 vs 创新”小幅向“传统主义”方向移动(
societal_value_minor_move_to_left)。
背景介绍: 此事件模拟了16世纪末至17世纪初,印刷商路易斯·埃尔泽菲尔(Louis Elzevir)在低地国家(荷兰/尼德兰)的活动。随着印刷机技术的传播和阿姆斯特丹作为贸易与知识中心的崛起,像埃尔泽菲尔这样的出版商家族在促进知识传播、推动文艺复兴思想以及巩固荷兰“黄金时代”的文化与商业影响力方面扮演了关键角色。事件反映了接纳新技术与吸引人才对国家发展的影响。
完整事件代码:
flavor_hol.7 = {
type = country_event
title = flavor_hol.7.title
desc = flavor_hol.7.desc
historical_info = flavor_hol.7.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = HOL
tag = NED
from = 1560.1.1
to = 1620.1.1
monthly_chance = 2
}
trigger = {
owns = location:amsterdam
has_embraced_institution = institution:printing_press
}
image = "gfx/interface/illustrations/institutions/renaissance.dds"
immediate = {
create_character = {
first_name = name_louis
last_name = Elzevir
estate = estate_type:burghers_estate
adm = 17
dip = 17
mil = 17
birth_date = 1540.1.1
birth_location = location:leuven
artist_skill = 0.95
artist = writer
save_scope_as = target_character
create_in_limbo = yes
}
}
option = {
name = flavor_hol.7.a
historical_option = yes
add_prestige = prestige_mild_bonus
scope:target_character = { move_country = root }
location:amsterdam = {
change_building_level_in_location = { building = building_type:printing_press_shop value = 1 }
}
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_right }
}
option = {
name = flavor_hol.7.b
scope:target_character = { banish_character = yes }
add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_weak_bonus }
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_left }
}
}