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.178 博斯坦奇巴什的胜利

时间范围:无特定时间范围(由事件 flavor_tur.176 触发) 触发概率:无月度概率(由前置事件触发)

触发条件

  • 存在角色 grand_vizier(大维齐尔)
  • 存在角色 bostancibasi(博斯坦奇巴什,即苏丹花园卫队指挥官)

关键效果

选项 A

  • 增加少量稳定度
  • 角色 bostancibasi 获得:
    • 行政能力 +3
    • 外交能力 +3
    • 军事能力 +3

选项 B

  • 增加少量威望
  • 角色 bostancibasi 获得:
    • 行政能力 +3
    • 外交能力 +3
    • 军事能力 +3

背景介绍

该事件描绘了奥斯曼帝国宫廷内部的一场权力斗争。博斯坦奇巴什(Bostancibashi)作为苏丹的贴身卫队与花园守卫指挥官,在特定情况下成功对抗并清除了时任大维齐尔(Grand Vizier)。这反映了奥斯曼帝国历史上近卫军与官僚系统之间复杂而残酷的权力博弈,苏丹往往利用内部制衡来维持自身权威。

事件代码

flavor_tur.178 = { #The Bostancibashi Victorious, triggered by flavor_tur.176
	type = country_event
	title = flavor_tur.178.title
	desc = flavor_tur.178.desc

	historical_info = flavor_tur.178.historical_info

	trigger = {
		exists = scope:grand_vizier
		exists = scope:bostancibasi
	}

	immediate = {
		kill_character = {
			target = scope:grand_vizier
			reason = execution
			killer = scope:bostancibasi
		}
	}

	option = {
		name = flavor_tur.178.a

		add_stability = stability_mild_bonus

		scope:bostancibasi = {
			add_adm = 3
			add_dip = 3
			add_mil = 3
		}
	}

	option = {
		name = flavor_tur.178.b

		add_prestige = prestige_mild_bonus

		scope:bostancibasi = {
			add_adm = 3
			add_dip = 3
			add_mil = 3
		}
	}
}