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.83] 奥斯曼帝国对某地区的领土主张

时间范围
该事件为动态历史事件,无固定 fromto 日期限制,其触发依赖于游戏中的特定条件。

触发条件
此事件代码片段未包含 trigger 字段,因此其具体触发条件(如控制某地区、特定政府/宗教类型、人物状态等)需参考游戏内的完整事件链或相关脚本。

关键效果
事件提供两个选项,玩家需选择其一:

  • 选项 A (flavor_tur.83.a)

    • 对目标国家(scope:target_country)就目标省份(scope:target_province)获得一个“征服省份”的宣战理由(casus_belli:cb_conquer_province)。
  • 选项 B (flavor_tur.83.b)

    • 目标国家(scope:target_country)将对我国(root)添加一个名为“取消入侵计划”的意见修正(opinion_cancelled_invasion_plans)。

背景介绍
此事件反映了奥斯曼帝国在扩张时期常见的外交与军事决策情景。帝国边境的某个省份或地区可能因历史、民族或战略原因成为其宣称的目标。统治者面临抉择:是直接准备军事行动以武力夺取该地,还是采取外交手段缓和局势,以换取目标国家的好感,避免立即的冲突。

完整事件代码

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

	option = {
		name = flavor_tur.83.a

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

	option = {
		name = flavor_tur.83.b

		scope:target_country = {
			add_opinion = { target = root modifier = opinion_cancelled_invasion_plans  }
		}
	}
}