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_mam.1] 马穆鲁克苏丹国与奥斯曼帝国的诗歌外交

时间范围

1300.1.1 - 1500.1.1 (每月 50% 概率)

触发条件

  • 马穆鲁克苏丹国(MAM)不是奥斯曼帝国(TUR)的竞争对手(rival)或敌人(enemy)。
  • 奥斯曼帝国(TUR)拥有君士坦丁堡(Constantinople)地区。

关键效果

  • 选项 A (历史选项)

    • 奥斯曼帝国(TUR)对马穆鲁克苏丹国(MAM)获得“收到马穆鲁克诗歌” (mam_poem_recieved) 的外交意见修正。
  • 选项 B

    • 马穆鲁克苏丹国(MAM)获得小幅度的稳定度提升 (stability_mild_bonus)。

背景介绍

在14至15世纪,随着奥斯曼帝国崛起并最终征服君士坦丁堡,其与邻国马穆鲁克苏丹国的关系变得微妙。此事件描绘了马穆鲁克宫廷在奥斯曼取得这一重大胜利后,可能采取的一种外交姿态——通过赠送诗歌这一富含文化意义的礼物,来尝试与这个强大的新邻居建立或维持一种非敌对、甚至友好的关系,以避免直接冲突。

完整事件代码

flavor_mam.1 = {
	hide_portraits = yes
	type = country_event
	title = flavor_mam.1.title
	desc = flavor_mam.1.desc
	image = "gfx/interface/illustrations/situation/rise_of_the_ottomans.dds"

	fire_only_once = yes
	dynamic_historical_event = {
		tag = MAM
		from = 1300.1.1
		to = 1500.1.1
		monthly_chance = 50
	}


	trigger = {
		NOR = {
			is_rival_of = c:TUR
			is_enemy_of = c:TUR
		}
		c:TUR = {
			owns = location:constantinople
		}
	}

	immediate = {
		ruler_or_regent ?= { save_scope_as = target_character }
		c:TUR = { ruler_or_regent ?= { save_scope_as = target_character2 } }
	}

	option = {
		name = flavor_mam.1.a
		historical_option = yes
		c:TUR = {
			add_opinion = { target = root modifier = mam_poem_recieved }
		}
	}
	option = {
		name = flavor_mam.1.b
		add_stability = stability_mild_bonus
	}
}