Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

flavor_hol.28 阿姆斯特丹汇兑银行

时间范围:1584.1.1 - 1634.1.1,每月 1% 概率触发

触发条件

  • 拥有阿姆斯特丹(Amsterdam)地区。

关键效果

  • 选项 A (flavor_hol.28.a)
    • 在阿姆斯特丹地区建造一座“汇兑银行”(Wisselbank)。
    • 社会价值观“资本经济 vs 传统经济”向左移动(偏向资本经济)。
    • 市民阶层(Burghers Estate)获得少量满意度加成。
  • 选项 B (flavor_hol.28.b)
    • 社会价值观“资本经济 vs 传统经济”向右移动(偏向传统经济)。
    • 贵族阶层(Nobles Estate)获得少量满意度加成。
    • 市民阶层(Burghers Estate)获得轻微满意度惩罚。

背景介绍: 在16世纪末至17世纪初,荷兰共和国(尤其是阿姆斯特丹)作为欧洲贸易与金融的中心迅速崛起。为了规范货币兑换、提供信贷支持并稳定金融体系,建立一家官方的汇兑银行成为了一个关键议题。这一事件反映了当时荷兰国内关于经济政策方向的争论:是支持新兴市民阶层和资本导向的金融创新,还是维护传统贵族阶层和既有的经济秩序。

完整事件代码

flavor_hol.28 = {
	type = country_event
	title = flavor_hol.28.title
	desc = flavor_hol.28.desc
	historical_info = flavor_hol.28.historical_info
	fire_only_once = yes
	trigger = {
		owns = location:amsterdam
	}
	dynamic_historical_event = {
		tag = HOL
		tag = NED
		from = 1584.1.1
		to = 1634.1.1
		monthly_chance = 1
	}
	illustration_tags = {
		10 = regular
		10 = exterior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
	}
	option = {
		name = flavor_hol.28.a
		location:amsterdam = {
			construct_building = {
				building_type = building_type:wisselbank
			}
		}
		change_societal_value = { type = capital_economy_vs_traditional_economy value = societal_value_move_to_left }
		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_weak_bonus }
	}
	option = {
		name = flavor_hol.28.b
		change_societal_value = { type = capital_economy_vs_traditional_economy value = societal_value_move_to_right }
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_weak_bonus }
		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_penalty }
	}
}