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.29 圣乔治银行

时间范围

1407.1.1 - 1805.1.1,每月有 1% 的概率触发。

触发条件

  • 国家拥有 圣乔治银行 这一进步。
  • 国家 未处于破产状态
  • 国家 月度财政盈余大于0
  • 国家 稳定度高于20

关键效果

  • 选项: flavor_gen.29.a (历史选项)
    • 效果:
      • 增加 1 点年度黄金收入。
      • 增加 inflation_extreme_bonus 所定义的通货膨胀修正值。

背景介绍

该事件模拟了热那亚共和国(GEN)在拥有著名的圣乔治银行这一金融机构后,因其高效运作和国家财政状况良好而带来的经济收益。圣乔治银行是欧洲历史上最早的公共银行之一,对热那亚的金融稳定和海外贸易扩张起到了关键作用。此事件反映了银行在国力强盛、政局稳定时期为国家财政带来的积极贡献。

完整事件代码

flavor_gen.29 = {
	type = country_event
	fire_only_once = yes
	title = flavor_gen.29.title
	desc = flavor_gen.29.desc
	dynamic_historical_event = {
		tag = GEN
		from = 1407.1.1
		to = 1805.1.1
		monthly_chance = 1
	}
	illustration_tags = {
		10 = happy
		10 = interior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
	}
	trigger = {
		has_advance = bank_of_saint_george
		is_during_bankruptcy = no
		monthly_balance > 0
		stability > 20
	}
	#Wonderful!
	option = {
		name = flavor_gen.29.a
		historical_option = yes
		add_yearly_gold = 1
		add_inflation = inflation_extreme_bonus
	}
}