[flavor_hol.17] 阿姆斯特丹交易所的建立
时间范围:1500.1.1 - 1800.1.1(每月 50% 概率)
触发条件:
- 国家拥有阿姆斯特丹(Amsterdam)地区。
- 阿姆斯特丹地区已建造“交易所”(
building_type:wisselbank)建筑。
关键效果:
- 选项 A (
flavor_hol.17.a):- 将社会价值观“资本经济 vs 传统经济”(
capital_economy_vs_traditional_economy)向左移动(societal_value_move_to_left)。
- 将社会价值观“资本经济 vs 传统经济”(
- 选项 B (
flavor_hol.17.b):- 获得大量研究进度加成(
add_research_progress = research_progress_severe_bonus)。
- 获得大量研究进度加成(
背景介绍: 该事件模拟了荷兰(HOL)或尼德兰(NED)在阿姆斯特丹建立交易所后,对国内经济与科技发展产生的深远影响。交易所作为早期金融中心,不仅促进了资本流动和商业创新,也为科学研究与制度变革提供了动力,是荷兰“黄金时代”商业霸权的重要基石。
完整事件代码:
flavor_hol.17 = {
type = country_event
title = flavor_hol.17.title
desc = flavor_hol.17.desc
historical_info = flavor_hol.17.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = HOL
tag = NED
from = 1500.1.1
to = 1800.1.1
monthly_chance = 50
}
trigger = {
owns = location:amsterdam
location:amsterdam = {
has_building = building_type:wisselbank
}
}
illustration_tags = {
10 = happy
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
}
option = {
name = flavor_hol.17.a
change_societal_value = { type = capital_economy_vs_traditional_economy value = societal_value_move_to_left }
}
option = {
name = flavor_hol.17.b
add_research_progress = research_progress_severe_bonus
}
}