[flavor_tur.213] 开罗的陷落
时间范围
事件为一次性触发,无固定时间范围,但需满足触发条件。
触发条件
- 国家标签为
TUR(奥斯曼帝国)。 - 国家宗教属于穆斯林宗教组。
- 省份
cairo(开罗)满足以下所有条件:- 由触发国(
root)控制。 - 其所有者与触发国处于战争状态。
- 其所有者与触发国信仰相同宗教。
- 该省份是首都。
- 该省份拥有
fort_level(堡垒等级)修正项。
- 由触发国(
关键效果
- 选项 A(对应
flavor_tur.213.a):- 获得
prestige_mild_bonus(少量威望加成)。 - 社会价值观变化:
offensive_vs_defensive(进攻 vs 防御):向“进攻”方向轻微移动(societal_value_minor_move_to_left)。mysticism_vs_jurisprudence(神秘主义 vs 法学):向“法学”方向微小移动(societal_value_tiny_move_to_right)。
- 获得
背景介绍
此事件模拟了奥斯曼帝国在战争中攻占敌方首都开罗的情景。开罗作为重要的政治与宗教中心,其陷落不仅是一场军事胜利,也可能对帝国的社会价值观产生影响,推动其更倾向于进攻性的军事策略,并在宗教思想上略微向法学传统靠拢。
完整事件代码
flavor_tur.213 = {
hide_portraits = yes
type = country_event
title = flavor_tur.213.title
desc = flavor_tur.213.desc
fire_only_once = yes
trigger = {
tag = TUR
religion.group = religion_group:muslim
location:cairo = {
controller = root
owner = {
is_at_war_with = root
religion = root.religion
}
is_capital = yes
modifier:fort_level > 0
}
}
immediate = {
ruler_or_regent ?= {
save_scope_as = target_character
}
location:cairo = {
save_scope_as = target_location
owner = {
save_scope_as = target_country
ruler_or_regent ?= {
save_scope_as = target_character2
}
}
}
}
option = {
name = flavor_tur.213.a
add_prestige = prestige_mild_bonus
change_societal_value = {
type = offensive_vs_defensive
value = societal_value_minor_move_to_left
}
change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_tiny_move_to_right }
}
}