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.6 与奥斯曼的关税豁免协议

时间范围
该事件为动态历史事件,无固定的 fromto 日期限制。触发概率由游戏引擎动态控制,代码中未指定 monthly_chance

触发条件
事件代码中未明确列出 trigger 字段,其触发依赖于游戏内部动态历史系统。

关键效果

  • 选项 A (flavor_gen.6.a):
    与奥斯曼帝国(国家标签 TUR)建立一种特殊关系,类型为 relation_type:sound_toll_exemption(可理解为“海峡通行费/关税豁免”关系)。

背景介绍
此事件模拟了一个国家(事件接收国)与强大的奥斯曼帝国达成商业或外交协议的场景。通过授予关税或通行费豁免权,旨在促进贸易、加强双边关系,或换取奥斯曼在特定事务上的支持。这反映了历史上小国或贸易城邦与大国之间常见的经济外交互动。

完整事件代码

flavor_gen.6 = {
	type = country_event
	title = flavor_gen.6.title
	desc = flavor_gen.6.desc
	illustration_tags = {
		10 = happy
		10 = interior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
	}
	option = {
		name = flavor_gen.6.a
		create_relation = {
			first = this
			second = c:TUR
			type = relation_type:sound_toll_exemption
		}
	}
}