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.21 凯曼凯什·穆斯塔法登场

时间范围:1637.1.1 - 1650.1.1 (每月 10% 概率)

触发条件

  • 事件仅对奥斯曼帝国(TAG = TUR)触发。
  • 事件在时间范围内仅会触发一次(fire_only_once = yes)。

关键效果

  • 选项 A (历史选项)
    • 使人物“凯曼凯什·穆斯塔法”(scope:kemankes)加入我国。
    • 为该人物添加持续至游戏结束的“优秀大臣”(excellent_minister)修正。
    • 获得少量威望(prestige_weak_bonus)。
    • 在100至200天后,必定触发后续事件 flavor_tur.139
  • 选项 B
    • 获得少量稳定度(stability_weak_bonus)。
    • 人物“凯曼凯什·穆斯塔法”将被默默处决(kill_character_silently),并从历史中淡忘。

背景介绍: 此事件模拟了奥斯曼帝国历史上著名的大维齐尔凯曼凯什·穆斯塔法(Kemankeş Kara Mustafa Pasha)登上政治舞台的契机。他于1638年至1644年间担任大维齐尔,以其在财政和行政改革上的努力而闻名,试图整顿因长期战争而混乱的帝国经济。事件给予玩家选择:是启用这位能力出众的改革者,还是为了短期稳定而忽视他。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1637.1.1
		to = 1650.1.1
		monthly_chance = 10
	}

	historical_info = flavor_tur.21.historical_info

	immediate = {

		create_character = {
			first_name = name_mustafa
			last_name = nick_kemankes
			adm = { 25 100 }
			dip = { 25 100 }
			mil = { 25 100 }
			birth_date = 1592
			birth_location = location:elbasan
			culture = culture:turkish_culture
			ethnicity = ethnicity:european_mediterranean_ethnicity
			religion = religion:sunni
			estate = estate_type:nobles_estate
			script = tur_kemankes
			save_scope_as = kemankes
			create_in_limbo = yes
		}
	}


	option = {
		name = flavor_tur.21.a
		historical_option = yes

		scope:kemankes = {
			move_country = root
			add_character_modifier = {
				modifier = excellent_minister
				years = -1
				mode = add_and_extend
			}
		}

		add_prestige = prestige_weak_bonus

		trigger_event_non_silently = {
			id = flavor_tur.139
			days = { 100 200 }
		}
	}

	option = {
		name = flavor_tur.21.b

		custom_tooltip = {
			text = kemankes_forgotten.tt
			hidden_effect = { kill_character_silently = scope:kemankes }
		}

		add_stability = stability_weak_bonus
	}
}