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.1102 外交侮辱

时间范围

  • 事件窗口期:无明确起止日期(代码中未定义 fromto 字段)
  • 触发概率:无明确月度概率(代码中未定义 monthly_chance 字段)

触发条件

  • 事件类型:国家事件(type = country_event
  • 具体触发条件:代码中未定义 trigger 字段,具体触发逻辑需参考游戏引擎或其它相关文件。

关键效果

  • 选项 Aflavor_tur.1102.a
    • 效果:获得一个针对目标国家(scope:target_country)的宣战理由,类型为“侮辱我国”(casus_belli:cb_insulted_us)。

背景介绍

此事件模拟了奥斯曼帝国(或其他使用此事件的国家)在外交上受到他国侮辱或冒犯的情景。根据历史惯例,此类行为被视为对国家尊严的严重挑战,通常为受辱方提供了采取军事或外交报复行动的合法理由。事件允许玩家选择以“侮辱”为由,对特定目标国家宣战。

完整事件代码

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

	option = {
		name = flavor_tur.1102.a

		add_casus_belli = {
			target = scope:target_country
			type = casus_belli:cb_insulted_us
		}
	}
}