flavor_por.32 葡萄牙的穆斯林需要我们的帮助
时间范围
- 触发时间范围:无明确
from与to日期限制 - 触发概率:无
monthly_chance字段,为一次性事件(fire_only_once = yes)
触发条件
- 事件类型:国家事件(
type = country_event) - 触发对象:未明确指定,但事件效果针对国家
c:POR(葡萄牙) - 唯一触发:仅能触发一次(
fire_only_once = yes)
关键效果
选项 A(flavor_por.32.a):
- 对葡萄牙(
c:POR)添加圣战(casus_belli:cb_jihad)宣战理由,目标省份为葡萄牙首都省份。
选项 B(flavor_por.32.b):
- 立即对葡萄牙(
c:POR)宣战,使用圣战(casus_belli:cb_jihad)宣战理由,目标省份为里斯本(location:lisbon.province)。 - 社会价值观向“灵性主义 vs 人文主义”的左侧移动(
change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_left })。
背景介绍
此事件模拟了历史上伊比利亚半岛的宗教冲突背景。在收复失地运动(Reconquista)后期,葡萄牙境内的穆斯林群体面临压力,外部伊斯兰势力可能以此为理由进行干预或发动圣战。事件反映了当时基督教王国与伊斯兰势力之间持续的地缘政治与宗教对抗。
完整事件代码
flavor_por.32 = { #Muslims in Portugal need our help
type = country_event
title = flavor_por.32.title
desc = flavor_por.32.desc
fire_only_once = yes
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
c:POR = {
ruler = {
save_scope_as = target_character
}
}
}
option = {
name = flavor_por.32.a
add_casus_belli = {
target = c:POR
type = casus_belli:cb_jihad
province = c:POR.capital.province
}
}
option = {
name = flavor_por.32.b
declare_war_with_cb = {
target = c:POR
type = casus_belli:cb_jihad
target_province = location:lisbon.province
}
change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_left }
}
}