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.58 学者卡迈勒·丁·穆罕默德·达米里的登场

时间范围

1380.1.1 - 1400.1.1,在此期间每月有 10% 的概率触发。

触发条件

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

关键效果

选项 A (历史选项):

  • 花费相当于3倍月收入的黄金。
  • 学者卡迈勒·丁·穆罕默德·达米里(Kamal al-Din Muhammad al-Damiri)将加入我国。
  • 社会价值观向 “传统主义 vs 创新” 的右侧(即更倾向于传统主义)移动。
  • 文化获得 “文化传统弱增益”“文化影响力弱增益”

选项 B:

  • 损失少量威望。
  • 社会价值观向 “传统主义 vs 创新” 的左侧(即更倾向于创新)移动。
  • 如果存在一个随机的邻国,该学者将加入该邻国。
  • 如果不存在符合条件的邻国,该学者将被秘密处决。

背景介绍

此事件模拟了14世纪末马穆鲁克苏丹国时期,著名学者、动物学家和作家卡迈勒·丁·穆罕默德·达米里(1341-1405)的登场。他出生于开罗,以其百科全书式的动物学著作《Hayat al-Hayawan》(动物的生命)而闻名。该事件反映了马穆鲁克王朝对学者、宗教阶层(乌理玛)的赞助,以及统治者面临的选择:是投入资源支持传统学术与文化发展,还是采取更为务实或创新的政策。

完整事件代码

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

	fire_only_once = yes

	historical_info = flavor_mam.58.historical_info

	dynamic_historical_event = {
		tag = MAM
		from = 1380.1.1
		to = 1400.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

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

	immediate = {
		create_character = {
			estate = estate_type:clergy_estate
			first_name = name_kamal.name_muhammad
			last_name = Al_Damiri
			birth_date = 1341.2.9
			birth_location = location:cairo
			artist = writer
			artist_skill = 0.85
			adm = { 60 90 }
			dip = { 60 90 }
			mil = { 20 30 }
			script = al_damiri_script
			save_scope_as = target_character
			create_in_limbo = yes
		}
		random_neighbor_country = {
			save_scope_as = target_country
		}
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
	}

	option = {
		name = flavor_mam.58.a
		historical_option = yes
		change_gold_effect = { scale = -3 }
		scope:target_character = { move_country = root }
		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_right
		}
		culture = {
			add_cultural_tradition = cultural_tradition_weak_bonus
			add_cultural_influence = cultural_influence_weak_bonus
		}
	}

	option = {
		name = flavor_mam.58.b
		add_prestige = prestige_weak_penalty
		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_left
		}
		if = {
			limit = {
				exists = scope:target_country
			}
			scope:target_character = {
				move_country = scope:target_country
			}
		}
		else = {
			hidden_effect = {
				kill_character_silently = scope:target_character
			}
		}
	}
}