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_tim.18 帖木儿帝国宫廷诗人

时间范围:1460.1.1 - 1530.1.1(每月 2% 概率) 触发条件

  • 国家宗教属于穆斯林宗教组 (religion.group = religion_group:muslim)

关键效果

  • 选项 A (历史选项)
    • 将事件创建的人物 target_character 移动至本国。
    • 社会价值观向“法学”方向轻微移动 (mysticism_vs_jurisprudence 右移 societal_value_tiny_move_to_right)。
    • 损失相当于 1.5 倍月收入的黄金。
  • 选项 B
    • 静默处决事件创建的人物 target_character

背景介绍: 此事件模拟了15至16世纪,帖木儿帝国(TIM)或其它穆斯林国家宫廷中一位重要文化人物的登场。事件核心人物是阿里·希尔·纳瓦伊(Ali-Shir Nava’i),他出生于赫拉特,是一位著名的诗人、作家和政治家,对察合台语文学的发展做出了巨大贡献。事件反映了当时穆斯林宫廷对文化艺术人才的吸纳与赞助,以及这种文化投入对国家财政和社会思潮的影响。

完整事件代码

flavor_tim.18 = {
	type = country_event
	title = flavor_tim.18.title
	desc = flavor_tim.18.desc
	historical_info = flavor_tim.18.historical_info

	trigger = {
		religion.group = religion_group:muslim
	}

	dynamic_historical_event = {
		tag = TIM
		from = 1460.1.1
		to = 1530.1.1
		monthly_chance = 2
	}

	fire_only_once = yes

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_ali_shir
			last_name = nava_i
			culture = root.culture
			religion = religion:sunni
			estate = estate_type:clergy_estate
			birth_date = 1441.2.9
			birth_location = location:herat
			artist = writer
			artist_skill = 0.8
			save_scope_as = target_character
			create_in_limbo = yes
		}

		ruler_or_regent ?= {
			save_scope_as = target_character2
		}
	}

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

		scope:target_character = {
			move_country = root
		}

		change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_tiny_move_to_right }

		change_gold_effect = { scale = -1.5 }
	}

	option = {
		name = flavor_tim.18.b

		kill_character_silently = {
			target = scope:target_character
		}
	}
}