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.79 伊本·哈吉尔·阿斯格拉尼登场

时间范围:1410.1.1 - 1440.1.1,每月 1% 概率触发

触发条件

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

关键效果

  • 选项 A (历史选项)
    • 花费 3 金币。
    • 学者伊本·哈吉尔·阿斯格拉尼加入我国。
    • 获得少量研究进度。
    • 社会价值观向“灵性主义”方向偏移。
  • 选项 B
    • 损失少量威望。
    • (隐藏效果)伊本·哈吉尔·阿斯格拉尼未被招募。

背景介绍: 此事件模拟了著名伊斯兰学者伊本·哈吉尔·阿斯格拉尼(Ibn Hajar al-Asqalani)在15世纪早期活跃于马穆鲁克苏丹国的历史。他是一位极具影响力的圣训学家、法学家和历史学家,其著作对伊斯兰学术产生了深远影响。事件反映了马穆鲁克统治者对学术和宗教精英的赞助,以及这种赞助对国家文化、宗教价值观和科技发展的潜在推动作用。

完整事件代码

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

	historical_info = flavor_mam.79.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = MAM
		from = 1410.1.1
		to = 1440.1.1
		monthly_chance = 1
	}
	illustration_tags = {
		10 = happy
		10 = interior
	}

	trigger = {
		owns = location:cairo
	}

	immediate = {
		create_character = {
			estate = estate_type:clergy_estate
			first_name = name_ibn_hajar
			last_name = al_Asqalani
			birth_date = 1372.2.18
			birth_location = location:cairo
			artist = writer
			artist_skill = { 0.8 0.95 }
			save_scope_as = target_character
			create_in_limbo = yes
		}
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
	}

	option = {
		name = flavor_mam.79.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 = spiritualist_vs_humanist value = societal_value_move_to_left }
	}

	option = {
		name = flavor_mam.79.b
		add_prestige = prestige_mild_penalty
		hidden_effect = {
   			kill_character_silently = scope:target_character
  		}
	}
}