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.13] 阿姆斯特丹银行危机

时间范围:1740.1.1 - 1790.1.1,每月 2% 概率触发

触发条件

  • 国家拥有阿姆斯特丹地区。
  • 国家拥有至少 1 笔贷款。
  • 国家月度财政收支为负(月度余额 < 0)。
  • 阿姆斯特丹地区已建造 wisselbank(交易所银行)建筑。

关键效果

  • 选项 A (flavor_hol.13.a)

    • 历史选项:是
    • 增加巨额通货膨胀惩罚(inflation_ultimate_penalty)。
  • 选项 B (flavor_hol.13.b)

    • 为国家添加名为 ned_bank_crisis 的修正,持续 10 年(模式为叠加并延长)。
    • 在阿姆斯特丹地区,摧毁 wisselbank(交易所银行)建筑。

背景介绍: 在18世纪中后期,荷兰共和国(或其继承者尼德兰)面临着严峻的财政挑战。阿姆斯特丹作为欧洲的金融中心,其交易所银行在稳定经济和信贷方面扮演着关键角色。然而,当国家深陷债务、财政入不敷出时,这座金融堡垒也面临着巨大的压力。此事件模拟了当时可能发生的银行危机,迫使统治者在承受恶性通货膨胀与引发长期金融动荡之间做出艰难抉择。

完整事件代码

flavor_hol.13 = {
	type = country_event
	title = flavor_hol.13.title
	desc = flavor_hol.13.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = HOL
		tag = NED
		from = 1740.1.1
		to = 1790.1.1
		monthly_chance = 2
	}
	trigger = {
		owns = location:amsterdam
		num_loans > 0
		monthly_balance < 0
		location:amsterdam = {
			has_building = building_type:wisselbank
		}
	}
	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.13.a
		historical_option = yes
		add_inflation = inflation_ultimate_penalty
	}
	option = {
		name = flavor_hol.13.b
		add_country_modifier = { modifier = ned_bank_crisis years = 10 mode = add_and_extend }
		location:amsterdam = {
			destroy_building = "building(building_type:wisselbank|owner)"
		}
	}
}