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.8 热那亚经济困境

时间范围

1444.1.1 - 1446.1.1
每月 20% 概率触发

触发条件

  • 事件仅对国家 GEN(热那亚)有效
  • 事件在游戏进程中仅会触发一次

关键效果

选项 A:flavor_gen.8.a

  • 历史选项
  • 效果:增加 inflation_severe_penalty 数值的通货膨胀

选项 B:flavor_gen.8.b

  • 效果:增加 government_power_extreme_penalty 数值的政府点数

背景介绍

1444年至1446年间,热那亚共和国面临严峻的经济挑战。作为地中海重要的贸易共和国,其金融体系与商业网络可能因战争、债务或贸易路线中断而承受巨大压力。此事件反映了热那亚在当时可能遭遇的财政危机或治理困境,迫使统治者在加剧通货膨胀与消耗政府权威之间做出艰难抉择。

完整事件代码

flavor_gen.8 = {
	type = country_event
	fire_only_once = yes
	title = flavor_gen.8.title
	desc = flavor_gen.8.desc
	
	dynamic_historical_event = {
		tag = GEN
		from = 1444.1.1
		to = 1446.1.1
		monthly_chance = 20
	}
	illustration_tags = {
		10 = regular
		10 = interior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
	}	
	option = {
		name = flavor_gen.8.a
		historical_option = yes
		add_inflation = inflation_severe_penalty
	}
	option = {
		name = flavor_gen.8.b
		add_government_power = government_power_extreme_penalty
	}
}