[flavor_tur.94] 摩西·哈蒙
时间范围:1537.1.1 - 1560.1.1(每月 15% 概率)
触发条件:
- 国家拥有统治者 (
has_ruler = yes)
关键效果:
- 选项 A (历史选项):
- 花费 2 金币 (
change_gold_effect = { scale = -2 }) - 人物摩西·哈蒙加入本国 (
scope:moses_hamon = { move_country = root }) - 本国所有塞法迪文化或犹太教信仰的人口获得少量满意度加成 (
add_pop_satisfaction = pop_satisfaction_mild_bonus)
- 花费 2 金币 (
- 选项 B:
- 秘密处决人物摩西·哈蒙 (
kill_character_silently = scope:moses_hamon) - 教士阶层满意度增加 10% (
add_estate_satisfaction = { type = estate_type:clergy_estate value = 0.10 })
- 秘密处决人物摩西·哈蒙 (
背景介绍: 摩西·哈蒙是16世纪奥斯曼帝国苏莱曼大帝时期一位著名的宫廷犹太医生。他出生于格拉纳达的塞法迪犹太家庭,在奥斯曼宫廷中担任苏丹的首席医生,并利用其影响力为犹太社区争取权益。此事件模拟了这位重要历史人物在奥斯曼帝国登场,并可能因其专业能力和社会地位为国家带来影响的选择。
完整事件代码:
flavor_tur.94 = { #Moses Harmon
type = country_event
title = flavor_tur.94.title
desc = flavor_tur.94.desc
fire_only_once = yes
dynamic_historical_event = {
tag = TUR
from = 1537.1.1
to = 1560.1.1
monthly_chance = 15
}
historical_info = flavor_tur.94.historical_info
trigger = {
has_ruler = yes
}
immediate = {
create_character = {
first_name = name_moses
last_name = Hamon
adm = 60
dip = 75
mil = 30
culture = culture:sephardi
religion = religion:judaism
estate = estate_type:burghers_estate
birth_location = location:granada
birth_date = 1490
script = tur_moses_hamon
save_scope_as = moses_hamon
create_in_limbo = yes
}
root.ruler = { save_scope_as = target_ruler }
}
option = {
name = flavor_tur.94.a
historical_option = yes
change_gold_effect = { scale = -2 }
scope:moses_hamon = { move_country = root }
custom_tooltip = {
text = jewish_support.tt
every_owned_location = {
every_pop = {
limit = {
owner = root
OR = {
culture = culture:sephardi
religion = religion:judaism
}
}
add_pop_satisfaction = pop_satisfaction_mild_bonus
}
}
}
}
option = {
name = flavor_tur.94.b
hidden_effect = {
kill_character_silently = scope:moses_hamon
}
add_estate_satisfaction = { type = estate_type:clergy_estate value = 0.10 }
}
}