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.151 文字之美

时间范围:1670.1.1 - 1710.1.1 (每月 15% 概率)

触发条件

  • 国家宗教属于穆斯林宗教组。
  • 国家拥有统治者。
  • 国家统治者拥有超过1名子女。
  • 统治者至少有一名活着的、男性、且属于本国的儿子。

关键效果

  • 选项 A (历史选项)
    • 花费 3 金币。
    • 著名书法家哈菲兹·奥斯曼加入我国。
    • 统治者的所有活着的、男性、且属于本国的儿子外交能力 +3。
    • 社会价值观“神秘主义 vs 法学”略微向右(法学方向)移动。
    • 社会价值观“传统主义 vs 创新”略微向右(创新方向)移动。
  • 选项 B
    • 哈菲兹·奥斯曼隐退(被移除)。
    • 获得少量稳定度加成。
    • 社会价值观“传统主义 vs 创新”略微向左(传统主义方向)移动。

背景介绍: 在奥斯曼帝国后期,宫廷文化依然繁荣,书法艺术作为伊斯兰艺术的重要形式备受推崇。哈菲兹·奥斯曼是17世纪最著名的奥斯曼书法家之一,被誉为“书法大师”和“奥斯曼书法复兴者”。他的作品,尤其是对《古兰经》的誊抄,以其精湛的技艺和美学价值而闻名。此事件模拟了这位艺术大师的出现,以及帝国宫廷选择是否资助并吸纳这样的文化精英,这将对皇室成员的教育和帝国的文化倾向产生影响。

完整事件代码

flavor_tur.151 = { #The Beauty of Letters
	type = country_event
	title = flavor_tur.151.title
	desc = flavor_tur.151.desc

	historical_info = flavor_tur.151.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1670.1.1
		to = 1710.1.1
		monthly_chance = 15
	}

	trigger = {

		religion.group = religion_group:muslim

		has_ruler = yes

		root.ruler = {
			num_of_children > 1
			any_child = {
				is_alive = yes
				is_female = no
				owner = root
			}
		}
	}

	immediate = {

		ruler = { save_scope_as = target_ruler }

		create_character = {
			first_name = name_hafiz
			last_name = name_osman
			adm = 40
			dip = 70
			mil = 20
			artist_skill = 0.90
			artist = iconographer
			culture = culture:turkish_culture
			religion = religion:sunni
			estate = estate_type:clergy_estate
			birth_location = location:constantinople
			birth_date = 1642
			script = tur_hafiz_osman
			save_scope_as = hafiz_osman
			create_in_limbo = yes
		}
	}

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

		change_gold_effect = { scale = -3 }

		scope:hafiz_osman = { move_country = root }
		root.ruler = {
			every_child = {
				limit = {
					is_alive = yes
					is_female = no
					owner = root
				}
				add_dip = 3
			}
		}

		change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_tiny_move_to_right }

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_tiny_move_to_right
		}
	}

	option = {
		name = flavor_tur.151.b

		custom_tooltip = {
			text = hafiz_osman_retires.tt
			hidden_effect = { kill_character_silently = scope:hafiz_osman }
		}

		add_stability = stability_weak_bonus

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_tiny_move_to_left
		}
	}
}