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.92] 米马尔·锡南的建筑

时间范围
无明确起止日期(from/to未定义),事件在满足触发条件后持续有效。

触发条件

  • 人物 tur_mimar_sinan 必须存活。

关键效果

  • 选项 A (flavor_tur.92.a)
    • 消耗 5 点黄金。
    • 为国家添加持续 15 年的修正 prolific_architects_modifier(模式为叠加并延长)。
    • 使社会价值观 traditionalist_vs_innovative 小幅向右(创新方向)移动。
  • 选项 B (flavor_tur.92.b)
    • 增加少量稳定度。

背景介绍
该事件聚焦于奥斯曼帝国著名建筑师米马尔·锡南(Mimar Sinan)的建筑工程。锡南作为帝国首席建筑师,主导了大量清真寺、桥梁、宫殿等标志性建筑的建设,其作品深刻影响了奥斯曼建筑风格,并成为帝国国力与文化繁荣的象征。事件反映了国家在支持大规模建筑项目时面临的资源投入与社会价值观变迁之间的权衡。

完整事件代码

flavor_tur.92 = { #The Constructions of Mimar Sinan, triggered by flavor_tur.18
	type = country_event
	title = flavor_tur.92.title
	desc = flavor_tur.92.desc

	historical_info = flavor_tur.92.historical_info


	trigger = {

		character:tur_mimar_sinan = {
  			is_alive = yes
   		}
	}

	immediate = {

		character:tur_mimar_sinan = { save_scope_as = mimar_sinan }

	}

	option = {
		name = flavor_tur.92.a

		change_gold_effect = { scale = -5 }

		add_country_modifier = { modifier = prolific_architects_modifier years = 15 mode = add_and_extend }

		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_right }

	}

	option = {
		name = flavor_tur.92.b

		add_stability = stability_mild_bonus
	}
}