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.91 苏莱曼之死

时间范围:1357.1.1 - 1380.1.1(每月 10% 概率)

触发条件

  • 角色 tur_suleyman 存活。
  • 玩家控制 gallipoli 地区。

关键效果

  • 选项 A (历史选项)
    • 名称:flavor_tur.91.a
    • 效果:国家稳定度遭受严重惩罚。
  • 选项 B
    • 名称:flavor_tur.91.b
    • 效果:国库减少 5% 金币,获得少量政府力量,获得微弱威望。

背景介绍: 此事件模拟了奥斯曼帝国早期历史中,苏莱曼(Süleyman Paşa)在加里波利(Gallipoli)地区的死亡。苏莱曼是奥斯曼帝国的重要军事领袖,他的去世对帝国的稳定和扩张计划造成了冲击。事件反映了早期奥斯曼政权在巴尔干地区巩固统治时所面临的内外挑战。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1357.1.1
		to = 1380.1.1
		monthly_chance = 10
	}

	trigger = {
		character:tur_suleyman = {
			is_alive = yes
		}
		location:gallipoli = {
			owner = ROOT
		}
	}

	immediate = {
		character:tur_suleyman = {
			kill_character = this
			save_scope_as = tur_suleyman_scope
		}
		location:gallipoli = {
			save_scope_as = location_scope
		}
	}

	option = {
		name = flavor_tur.91.a
		historical_option = yes
		add_stability = stability_severe_penalty
	}
	option = {
		name = flavor_tur.91.b
		change_gold_effect = { scale = -5}
		add_government_power = government_power_mild_bonus
		add_prestige = prestige_weak_bonus
	}
}