[flavor_mam.37] 学者登场:塔基丁·马克里齐
时间范围:1400.1.1 - 1410.1.1(每月 10% 概率)
触发条件:
- 国家为马穆鲁克苏丹国(MAM)。
- 脚本人物
ibn_khaldun_script(伊本·赫勒敦)必须存活,并且其所有者(owner)为当前国家(root)。
关键效果:
- 历史选项:
flavor_mam.37.a- 将新创建的学者人物
target_character(塔基丁·马克里齐)移动至当前国家。 - 为国家增加
research_progress_mild_bonus(轻度研究进度加成)。
- 将新创建的学者人物
背景介绍: 此事件模拟了14世纪末至15世纪初马穆鲁克苏丹国(MAM)的学术传承。在著名学者伊本·赫勒敦(Ibn Khaldun)的影响下,其学生塔基丁·马克里齐(Taqi al-Din al-Maqrizi)作为一位历史学家和作家登场,延续了开罗的学术传统,并为国家带来了知识上的进步。
完整事件代码:
flavor_mam.37 = { #al-Maqrizi
type = country_event
title = flavor_mam.37.title
desc = flavor_mam.37.desc
fire_only_once = yes
illustration_tags = {
10 = happy
10 = interior
}
dynamic_historical_event = {
tag = MAM
from = 1400.1.1
to = 1410.1.1
monthly_chance = 10
}
trigger = {
character:ibn_khaldun_script ?= {
is_alive = yes
owner = root
}
}
immediate = {
create_character = {
estate = estate_type:clergy_estate
first_name = name_taqi
last_name = al_Maqrizi
birth_date = 1364.8.3
birth_location = location:cairo
artist = writer
artist_skill = 0.85
adm = { 50 80 }
dip = { 50 80 }
mil = { 20 30 }
script = al_maqrizi_script
save_scope_as = target_character
create_in_limbo = yes
}
character:ibn_khaldun_script = {
save_scope_as = khaldun
}
event_illustration_government_estate_effect = yes
}
option = {
name = flavor_mam.37.a
scope:target_character = {
move_country = root
}
add_research_progress = research_progress_mild_bonus
}
}