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_mam.78 学者沙哈维的资助

时间范围:1455.1.1 - 1470.1.1(每月 1% 概率)

触发条件

  • 国家拥有开罗(Cairo)地区。

关键效果

  • 选项 A (历史选项)
    • 花费 3 金币。
    • 学者沙哈维(Shams al-Din al-Sakhawi)加入我国。
    • 获得少量研究进度。
    • 社会价值观向“创新”方向移动。
  • 选项 B
    • 获得少量研究进度惩罚。
    • 社会价值观向“传统”方向移动。
    • (隐藏效果)沙哈维被秘密处决。

背景介绍: 此事件模拟了马穆鲁克苏丹国时期,宫廷对学者沙哈维(Shams al-Din al-Sakhawi)的资助决策。沙哈维是15世纪著名的历史学家和圣训学者,其著作对伊斯兰史学有重要贡献。事件反映了当时统治者如何在支持学术创新与维护传统价值观之间进行权衡,以及这种选择对国家文化发展方向的影响。

完整事件代码

flavor_mam.78 = {
	type = country_event
	title = flavor_mam.78.title
	desc = flavor_mam.78.desc

	historical_info = flavor_mam.78.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = MAM
		from = 1455.1.1
		to = 1470.1.1
		monthly_chance = 1
	}
	
	illustration_tags = {
		10 = regular
		10 = interior
	}

	trigger = {
		owns = location:cairo
	}

	immediate = {
		create_character = {
			estate = estate_type:clergy_estate
			first_name = name_sun
			last_name = al_Din_al_Sakhawi
			birth_date = 1428.1.1
			birth_location = location:cairo
			artist = writer
			artist_skill = { 0.7 0.85 }
			save_scope_as = target_character
			create_in_limbo = yes
		}
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:nobles_estate }
	}

	option = {
		name = flavor_mam.78.a
		historical_option = yes
		change_gold_effect = { scale = -3 }
		scope:target_character = {
			move_country = root
		}
		add_research_progress = research_progress_mild_bonus
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_right }
	}

	option = {
		name = flavor_mam.78.b
		add_research_progress = research_progress_mild_penalty
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_left }
		hidden_effect = {
   			kill_character_silently = scope:target_character
  		}
	}
}