flavor_dai.1 大越与明朝的紧张局势
时间范围
1360.1.1 - 1400.1.1,每月 5% 概率触发
触发条件
- 国家
CHA(明朝)存在 - 玩家国家未与
CHA结盟 - 玩家国家未与
CHA处于停战状态 CHA不是玩家的属国
关键效果
选项 A:flavor_dai.1.a
- 历史选项
- 对目标国家
CHA添加casus_belli:cb_annex(吞并宣战理由) - 与目标国家
CHA互相添加历史宿敌关系,并触发对方相应事件
选项 B:flavor_dai.1.b
- 获得
prestige_severe_penalty(声望严重惩罚) - 与目标国家
CHA互相添加opinion_mending_relations(修复关系)好感度修正
背景介绍
在14世纪后期,明朝建立后,位于中南半岛的大越(Dai Viet)与其北方强邻明朝之间的关系复杂而紧张。明朝初期,双方边界摩擦不断,明朝试图恢复对安南地区的宗主权,而大越则竭力维护其独立地位。这一时期,两国虽未爆发大规模战争,但外交与军事对峙的阴影始终存在,为大越的外交政策带来了严峻挑战。
事件代码
flavor_dai.1 = {
type = country_event
title = flavor_dai.1.title
desc = flavor_dai.1.desc
historical_info = flavor_dai.1.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = DAI
from = 1360.1.1
to = 1400.1.1
monthly_chance = 5
}
trigger = {
country_exists = c:CHA
NOT = { is_allied_with = { target = c:CHA } }
NOT = { has_truce_with = c:CHA }
c:CHA = { NOT = { is_subject_of = root } }
}
illustration_tags = {
10 = armed
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
c:CHA = { save_scope_as = target_country }
}
option = {
name = flavor_dai.1.a
historical_option = yes
add_casus_belli = {
target = scope:target_country
type = casus_belli:cb_annex
}
add_historical_rival_scripted = { target = scope:target_country trigger_recipient_event = yes }
}
option = {
name = flavor_dai.1.b
add_prestige = prestige_severe_penalty
add_opinion_mutual_effect = {
target = scope:target_country
modifier = opinion_mending_relations
}
}
}