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.59] 穆罕默德·伊本·伊利亚斯登场

时间范围:1480.1.1 - 1500.1.1,每月 10% 概率触发

触发条件

  • 国家未处于破产状态。
  • 国家拥有开罗地区。

关键效果

  • 选项 A (历史选项)
    • 花费相当于3个月国库收入的黄金。
    • 人物 穆罕默德·伊本·伊利亚斯 加入我国,并获得 杰出 特质。
    • 社会价值观 传统主义 vs 创新创新 方向移动。
  • 选项 B
    • 获得少量威望惩罚。
    • 社会价值观 传统主义 vs 创新传统主义 方向移动。
    • (隐藏效果)人物 穆罕默德·伊本·伊利亚斯 被秘密处决。

背景介绍: 此事件模拟了15世纪末马穆鲁克苏丹国时期,一位名为穆罕默德·伊本·伊利亚斯的学者或作家在开罗登场的历史可能性。他出生于1448年,具备出色的行政与外交潜力。事件给予统治者一个选择:是投入资源招揽这位人才以推动社会创新,还是拒绝他并巩固传统价值观。

完整事件代码

flavor_mam.59 = {
	type = country_event
	title = flavor_mam.59.title
	desc = flavor_mam.59.desc
	image = "gfx/interface/illustrations/institutions/legalism.dds"

	fire_only_once = yes

	historical_info = flavor_mam.59.historical_info

	dynamic_historical_event = {
		tag = MAM
		from = 1480.1.1
		to = 1500.1.1
		monthly_chance = 10
	}

	trigger = {
		is_during_bankruptcy = no
		owns = location:cairo
	}

	immediate = {
		create_character = {
			estate = estate_type:clergy_estate
			first_name = name_muhammad
			last_name = Ibn_Ilyas
			birth_date = 1448.2.4
			birth_location = location:cairo
			artist = writer
			artist_skill = 0.9
			adm = { 60 90 }
			dip = { 60 90 }
			mil = { 20 30 }
			script = ibn_ilyas_script
			save_scope_as = target_character
			create_in_limbo = yes
		}
		random_neighbor_country = {
			save_scope_as = target_country
		}
	}

	option = {
		name = flavor_mam.59.a
		historical_option = yes
		change_gold_effect = { scale = -3 }
		scope:target_character = {
			move_country = root
			add_trait = trait:prominent
		}
		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_right
		}
	}

	option = {
		name = flavor_mam.59.b
		add_prestige = prestige_weak_penalty
		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_left
		}
		hidden_effect = {
			kill_character_silently = scope:target_character
		}
	}
}