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_tur.82] 奥斯曼与威尼斯结盟

时间范围
该事件为动态历史事件,无固定 fromto 日期限制,触发概率取决于游戏引擎的通用动态事件机制,无特定 monthly_chance 设置。

触发条件
事件代码中未明确指定 trigger 字段,其触发依赖于游戏引擎在特定历史情境或条件满足时自动调用。

关键效果

  • 选项flavor_tur.82.a
    • 对目标国家(scope:target_country)就目标省份(scope:target_province)获得“征服省份”的宣战理由(casus_belli:cb_conquer_province)。
    • 与威尼斯(c:VEN)建立同盟关系(relation_type:alliance)。

背景介绍
此事件反映了奥斯曼帝国在扩张过程中,可能出于战略需要与威尼斯共和国达成临时同盟的历史情境。尽管双方在地中海存在长期竞争,但在特定时期或针对共同对手时,仍可能形成短暂的政治或军事合作,以服务于各自的领土或贸易利益。

完整事件代码

flavor_tur.82 = {
	type = country_event
	title = flavor_tur.82.title
	desc = flavor_tur.82.desc

	option = {
		name = flavor_tur.82.a

		add_casus_belli = { target = scope:target_country type = casus_belli:cb_conquer_province province = scope:target_province }

		create_relation = {
			first = this
			second = c:VEN
			type = relation_type:alliance
		}
	}
}