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.18 米马尔·锡南登场

时间范围:1520.1.1 - 1550.1.1(每月 20% 概率)

触发条件

  • 国家威望 prestige ≥ 50
  • 国家等级 country_rank_level ≥ 3

关键效果

  • 选项 A (历史选项)
    • 花费 5% 国库资金。
    • 将人物 米马尔·锡南 移动至本国。
    • 在 400 至 900 天后,自动触发后续事件 flavor_tur.92
  • 选项 B
    • 秘密处决人物 米马尔·锡南
    • 获得少量稳定性加成 stability_mild_bonus

背景介绍: 该事件模拟了奥斯曼帝国著名建筑师米马尔·锡南(Mimar Sinan)在苏丹苏莱曼一世统治时期登上历史舞台的过程。锡南出生于希腊文化背景,后成为奥斯曼建筑史上最杰出的大师,设计了包括苏莱曼尼耶清真寺在内的众多标志性建筑。事件反映了帝国在鼎盛时期对文化艺术人才的吸纳与投入。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1520.1.1
		to = 1550.1.1
		monthly_chance = 20
	}

	historical_info = flavor_tur.18.historical_info

	trigger = {
		prestige >= 50

		country_rank_level >= 3
	}

	immediate = {

		create_character = {
			first_name = Mimar
			last_name = Sinan
			adm = 65
			dip = 30
			mil = 60
			artist_skill = 1.0
			artist = architect
			culture = culture:greek_culture
			religion = religion:sunni
			estate = estate_type:burghers_estate
			birth_location = location:kayseri
			birth_date = 1488
			script = tur_mimar_sinan
			save_scope_as = mimar_sinan
			create_in_limbo = yes
		}
	}

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

		change_gold_effect = { scale = -5 }

		scope:mimar_sinan = {
			move_country = root
		}

		trigger_event_silently = {
			id = flavor_tur.92
			days = { 400 900 }
		}
	}

	option = {
		name = flavor_tur.18.b

		hidden_effect = {
   			kill_character_silently = scope:mimar_sinan
  		}

  		add_stability = stability_mild_bonus
	}

}