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_gen.30] 圣乔治银行相关事件

时间范围

1407.1.1 - 1805.1.1(每月 1% 概率)

触发条件

  • 国家已拥有 圣乔治银行 科技(has_advance = bank_of_saint_george

关键效果

历史选项historical_option = yes

  • 选择选项 flavor_gen.30.a
    • 增加少量政府权力惩罚(add_government_power = government_power_mild_penalty
    • 每年黄金收入减少 0.5add_yearly_gold = -0.5

背景介绍

该事件涉及热那亚共和国(GEN)的圣乔治银行。圣乔治银行成立于1407年,是欧洲最早的公共银行之一,在热那亚的财政和海外贸易中扮演了核心角色。事件反映了银行运营对国家财政可能带来的双重影响:一方面银行体系提供了金融稳定性,另一方面其管理或债务问题也可能对政府财政造成短期压力。

完整事件代码

flavor_gen.30 = {
	type = country_event
	fire_only_once = yes
	title = flavor_gen.30.title
	desc = flavor_gen.30.desc
	dynamic_historical_event = {
		tag = GEN
		from = 1407.1.1
		to = 1805.1.1
		monthly_chance = 1
	}
	illustration_tags = {
		10 = regular
		10 = interior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
	}
	trigger = {
		has_advance = bank_of_saint_george
	}
	#Concerning...
	option = {
		name = flavor_gen.30.a
		historical_option = yes
		add_government_power = government_power_mild_penalty
		add_yearly_gold = -0.5
	}
}