flavor_swe.23 与俄国的领土谈判
时间范围
1720.1.1 - 1740.1.1,每月 5% 概率触发。
触发条件
- 国家
RUS(俄罗斯)必须存在。 - 瑞典(事件所属国)必须与俄罗斯处于战争状态。
- 国家
FIN(芬兰)必须不存在。 - 瑞典必须拥有至少一个
FIN(芬兰)的核心省份。 - 俄罗斯必须拥有至少一个
SWE(瑞典)的核心省份。
关键效果
选项 A: flavor_swe.23.a
- 增加
legitimacy_severe_penalty(合法性严重惩罚)。
选项 B: flavor_swe.23.b(历史选项)
- 触发自定义提示文本
flavor_swe.23.b.tt。 - 对俄罗斯(
c:RUS)静默触发事件flavor_rus.31。
背景介绍
此事件模拟了18世纪上半叶,瑞典与俄罗斯在战争期间围绕领土(特别是涉及芬兰和瑞典核心地区)进行的潜在谈判或外交危机。当时瑞典帝国国力衰退,而俄罗斯帝国在彼得大帝改革后日益强盛,双方在波罗的海地区的争夺激烈。事件反映了瑞典在战争中可能面临的艰难抉择:是坚持战争以维护领土完整(选项A,承受合法性损失),还是进行某种形式的妥协或领土交换(历史选项B),后者可能引发俄罗斯方面的连锁反应。
完整事件代码
flavor_swe.23 = {
type = country_event
title = flavor_swe.23.title
desc = flavor_swe.23.desc
historical_info = flavor_swe.23.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = SWE
from = 1720.1.1
to = 1740.1.1
monthly_chance = 5
}
trigger = {
country_exists = c:RUS
is_at_war_with = c:RUS
NOT = {
country_exists = c:FIN
}
any_owned_location = {
is_core_of = c:FIN
}
c:RUS = {
any_owned_location = {
is_core_of = c:SWE
}
}
}
illustration_tags = {
10 = angry
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
c:RUS = { save_scope_as = target_country }
}
option = {
name = flavor_swe.23.a
add_legitimacy = legitimacy_severe_penalty
}
option = {
name = flavor_swe.23.b
historical_option = yes
custom_tooltip = {
text = flavor_swe.23.b.tt
c:RUS = {
trigger_event_silently = { id = flavor_rus.31 }
}
}
}
}