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.8 贾迈勒·伊本·塔格里比迪登场

时间范围:1440.1.1 - 1470.1.1(每月 2% 概率)

触发条件

  • 事件仅能触发一次。
  • 动态历史事件,仅限国家标签为 MAM(马穆鲁克苏丹国)触发。

关键效果

  • 选项 A (历史选项)
    • 将人物 贾迈勒·伊本·塔格里比迪 移动至本国。
    • 在开罗创建一件名为 chronicle_of_egypt 的编年史艺术品,艺术家为贾迈勒·伊本·塔格里比迪,品质为 100。
    • 花费少量金钱(scale = -2)。
  • 选项 B
    • 获得少量威望惩罚(prestige_mild_penalty)。
    • 流放人物 贾迈勒·伊本·塔格里比迪

背景介绍: 贾迈勒·伊本·塔格里比迪是15世纪马穆鲁克王朝时期一位重要的历史学家和作家。他出生于开罗,以其关于埃及历史的编年史著作而闻名。此事件模拟了马穆鲁克苏丹国宫廷对这位学者的发现与资助,他创作的《埃及编年史》成为了记录这一时期历史的重要文献。统治者可以选择资助他的创作,或出于某种原因拒绝并流放他。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = MAM
		from = 1440.1.1
		to = 1470.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

	immediate = {
		create_character = {
			first_name = name_jamal
			last_name = ibn_Taghribirdi
			adm = {50 80}
			dip = {50 80}
			mil = {50 80}
			birth_date = 1411.2.2
			birth_location = location:cairo
			artist_skill = 0.95
			artist = writer
			estate = estate_type:burghers_estate
			save_scope_as = target_artist
			create_in_limbo = yes
		}
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:nobles_estate }

	}

	option = {
		name = flavor_mam.8.a
		historical_option = yes

		scope:target_artist = { move_country = root }
		location:cairo = {
			create_art = {
				artist = scope:target_artist
				quality = 100
				type = work_of_art_type:chronicle
				key = chronicle_of_egypt
			}
		}
		change_gold_effect = { scale = -2 }
	}
	option = {
		name = flavor_mam.8.b
		add_prestige = prestige_mild_penalty
		scope:target_artist = { banish_character = yes }
	}
}