flavor_maj.25 加查·玛达的帕拉帕誓言
时间范围
- 触发窗口:游戏全局时间(无特定
from和to限制) - 触发概率:每月 5% 概率(
monthly_chance = 0.05)
触发条件
- 必须满足
sumpah_palapa_trigger = yes(帕拉帕誓言触发条件)。 - 在 印度尼西亚地区 或 马来半岛地区 中,至少存在一个满足
can_be_targetted_by_gajah_mada = yes条件的国家。
关键效果
选项 A:履行誓言
- AI 选择权重:80%(若存在邻国对本国敌意值 ≥ 50,则权重降至 0%)。
- 对目标国首都施加
antagonism_planned_invasion敌意修正。 - 获得对目标国的 吞并宣战理由。
选项 B:放弃誓言
- AI 选择权重:20%。
- 社会价值观 好战 vs 调和 向“好战”方向移动(
societal_value_move_to_right)。
背景介绍
该事件模拟了14世纪满者伯夷帝国首相加查·玛达著名的“帕拉帕誓言”。据传,加查·玛达发誓在征服整个努桑塔拉(马来群岛)之前,绝不享受任何奢华。此事件代表了满者伯夷帝国在鼎盛时期,试图通过军事扩张或外交手段,实现对周边群岛的政治统一与霸权。
完整事件代码
flavor_maj.25 = {
type = country_event
title = flavor_maj.25.title
desc = flavor_maj.25.desc
trigger = {
sumpah_palapa_trigger = yes
OR = {
region:indonesia_region = {
any_present_country = {
count >= 1
can_be_targetted_by_gajah_mada = yes
}
}
area:malay_peninsula_area = {
any_present_country = {
count >= 1
can_be_targetted_by_gajah_mada = yes
}
}
}
}
illustration_tags = {
10 = exterior
10 = armed
}
immediate = {
set_sumpah_palapa_scopes = yes
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
region:indonesia_region = {
every_present_country = {
limit = {
can_be_targetted_by_gajah_mada = yes
}
add_to_list = list_of_nations_to_target
}
}
area:malay_peninsula_area = {
every_present_country = {
limit = {
can_be_targetted_by_gajah_mada = yes
}
add_to_list = list_of_nations_to_target
}
}
random_in_list = {
list = list_of_nations_to_target
save_scope_as = target_country
}
}
option = {
name = flavor_maj.25.a
ai_chance = {
factor = 0.8
modifier = {
factor = 0
trigger = {
any_neighbor_country = {
antagonism = {
target = root
value >= 50
}
}
}
}
}
drop_antagonism_bomb = {
target = capital
modifier = antagonism_planned_invasion
}
add_casus_belli = {
target = scope:target_country
type = casus_belli:cb_annex
}
}
option = {
name = flavor_maj.25.b
ai_chance = {
factor = 0.2
}
change_societal_value = {
type = belligerent_vs_conciliatory
value = societal_value_move_to_right
}
}
}