flavor_maj.15 帕拉帕誓言
时间范围:1340.1.1 - 1350.1.1(每月 10% 概率触发)
触发条件:
- 满足
sumpah_palapa_trigger条件。 - 国家
BLI存在。 - 国家
BLI满足以下条件:- 未与事件触发国(
ROOT)处于战争状态。 - 不是附庸国。
- 未与事件触发国(
关键效果:
-
选项 A (flavor_maj.15.a):
- 对目标国家(
BLI)获得吞并宣战理由(casus_belli:cb_annex)。 - 立即使用该宣战理由向目标国家(
BLI)宣战。 - AI 选择权重:基础为 1,但如果目标国家由玩家控制,则权重降为 0。
- 对目标国家(
-
选项 B (flavor_maj.15.b):
- 对目标国家(
BLI)获得吞并宣战理由(casus_belli:cb_annex)。 - AI 选择权重:0(AI 不会选择此选项)。
- 对目标国家(
-
选项 C (flavor_maj.15.c):
- 改变社会价值观:
belligerent_vs_conciliatory向“右”(societal_value_move_to_right)移动。 - 目标国家(
BLI)对事件触发国(ROOT)获得观点修正maj_diplomatic_oath。 - AI 选择权重:0.25。
- 改变社会价值观:
背景介绍: 此事件模拟了满者伯夷王国(Majapahit)历史上著名的“帕拉帕誓言”(Sumpah Palapa)。据传,这是首相加查·马达(Gajah Mada)在14世纪中期立下的誓言,宣称在征服整个努山塔拉(即马来群岛)之前,他不会享受任何香料(帕拉帕)。这标志着满者伯夷帝国扩张野心的关键转折点,事件聚焦于其对邻近国家布利(Bali)的意图,玩家需要决定是立即发动征服战争、仅为未来战争做准备,还是采取更外交化的手段。
完整事件代码:
flavor_maj.15 = {
type = country_event
title = flavor_maj.15.title
desc = flavor_maj.15.desc
fire_only_once = yes
dynamic_historical_event = {
tag = MAJ
from = 1340.1.1
to = 1350.1.1
monthly_chance = 10
}
trigger = {
sumpah_palapa_trigger = yes
country_exists = c:BLI
c:BLI ?= {
NOT = { is_at_war_with = ROOT }
is_subject = no
}
}
immediate = {
set_sumpah_palapa_scopes = yes
c:BLI = {
save_scope_as = target_country
}
}
option = {
name = flavor_maj.15.a
ai_chance = {
factor = 1
modifier = {
factor = 0
trigger = {
scope:target_country = {
is_ai = no
}
}
}
}
add_casus_belli = {
target = scope:target_country
type = casus_belli:cb_annex
}
declare_war_with_cb = {
target = scope:target_country
type = casus_belli:cb_annex
}
}
option = {
name = flavor_maj.15.b
ai_chance = {
factor = 0
}
add_casus_belli = {
target = scope:target_country
type = casus_belli:cb_annex
}
}
option = {
name = flavor_maj.15.c
ai_chance = {
factor = 0.25
}
change_societal_value = {
type = belligerent_vs_conciliatory
value = societal_value_move_to_right
}
scope:target_country = {
add_opinion = {
modifier = maj_diplomatic_oath
target = ROOT
}
}
}
}