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.174 首席诗人

时间范围:1700.1.1 - 1760.1.1,每月 15% 概率触发

触发条件

  • 国家已拥有 tulip_period 科技。
  • 国家宗教属于穆斯林宗教组。
  • 国家拥有统治者。

关键效果

  • 选项 A (历史选项)
    • 人物 奥斯曼扎德·塔伊布 加入国家。
    • 人物 艾哈迈德·内迪姆 隐退。
    • 社会价值观 传统主义 vs 创新 向左侧(传统主义方向)微量移动。
    • 贵族阶层满意度获得小幅提升。
  • 选项 B
    • 人物 艾哈迈德·内迪姆 加入国家。
    • 人物 奥斯曼扎德·塔伊布 隐退。
    • 社会价值观 传统主义 vs 创新 向右侧(创新方向)微量移动。
    • 市民阶层满意度获得小幅提升。

背景介绍: 在18世纪的奥斯曼帝国,郁金香时期带来了文化艺术的短暂繁荣。这一时期,宫廷诗人作为重要的文化人物,其风格和思想取向反映了当时社会在传统与革新之间的张力。本事件模拟了在帝国文化精英中,选择支持代表传统诗风的资深诗人,还是拥抱新风格的革新派诗人,这一选择将对帝国的文化倾向和社会各阶层的态度产生影响。

完整事件代码

flavor_tur.174 = { #The Chief of Poets
	type = country_event
	title = flavor_tur.174.title
	desc = flavor_tur.174.desc

	historical_info = flavor_tur.174.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1700.1.1
		to = 1760.1.1
		monthly_chance = 15
	}

	trigger = {

		has_advance = tulip_period

		religion.group = religion_group:muslim

		has_ruler = yes
	}

	immediate = {

		capital = { save_scope_as = target_location }

		create_character = {
			first_name = nick_osmanzade
			last_name = name_taib
			adm = 60
			dip = 75
			mil = 20
			artist_skill = 0.8
			artist = writer
			culture = culture:turkish_culture
			religion = religion:sunni
			estate = estate_type:clergy_estate
			birth_location = location:constantinople
			age = 60
			add_trait = trait:prominent
			script = tur_osmanzade_taib
			save_scope_as = osmanzade
			create_in_limbo = yes
		}

		create_character = {
			first_name = name_ahmad
			last_name = nick_nedim
			adm = 75
			dip = 70
			mil = 20
			artist_skill = 0.9
			artist = writer
			culture = culture:turkish_culture
			religion = religion:sunni
			estate = estate_type:clergy_estate
			birth_location = location:constantinople
			age = 40
			add_trait = trait:prescient
			script = tur_ahmed_nedim
			save_scope_as = nedim
			create_in_limbo = yes
		}
	}

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

		scope:osmanzade = { move_country = root }
		custom_tooltip = nedim_retires.tt
		hidden_effect = {
   			kill_character_silently = scope:nedim
  		}

  		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_tiny_move_to_left }

  		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
	}

	option = {
		name = flavor_tur.174.b

		scope:nedim = { move_country = root }
		custom_tooltip = osmanzade_retires.tt
		hidden_effect = {
   			kill_character_silently = scope:osmanzade
  		}

  		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_tiny_move_to_right }

  		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_bonus }

	}
}