[flavor_rus.35] 宫廷清洗
时间范围:1525.1.1 - 1550.1.1(每月 10% 概率)
触发条件:
- 国家没有摄政王。
- 统治者已婚,且其第一配偶健在。
- 内阁中至少有一位人物。
- 国家拥有政府改革
chosen_rada_reform。
关键效果:
- 选项 A (历史选项):
- 移除政府改革
chosen_rada_reform。 - 贵族阶层满意度遭受严重惩罚。
- 显示自定义提示
flavor_rus.35.tt1。
- 移除政府改革
- 选项 B:
- 政府点数遭受轻度惩罚。
- 统治者行政、外交、军事能力各减少15点。
- 显示自定义提示
flavor_rus.35.tt1。
背景介绍: 在16世纪中叶的俄罗斯,沙皇伊凡四世(伊凡雷帝)为巩固个人权力,削弱了传统的贵族咨议会(Chosen Rada)的影响力。此事件模拟了统治者通过清洗配偶与内阁成员,强行废除该改革,以建立更集权统治的历史进程。选择历史选项将彻底废除旧制,但会激怒贵族阶层;而另一选项则保留了改革,但统治者将因内部的激烈对抗而能力受损、政府效率下降。
代码块:
flavor_rus.35 = {
hide_portraits = no
type = country_event
title = flavor_rus.35.title
desc = flavor_rus.35.desc
#GRAVEYARD or #PRISON
image = "gfx/interface/illustrations/disaster/coup_attempt.dds"
fire_only_once = yes
dynamic_historical_event = {
tag = RUS
from = 1525.1.1
to = 1550.1.1
monthly_chance = 10
}
trigger = {
has_regent = no
ruler ?= {
first_spouse ?= {
is_alive = yes
}
is_married = yes
}
any_cabinet_character = {
count > 0
}
has_reform = government_reform:chosen_rada_reform
}
immediate = {
ruler.first_spouse = {
save_scope_as = first_spouse
kill_character = this
}
capital = {
save_scope_as = target_location
}
every_cabinet_character = {
kill_character = {
target = this
reason = execution
killer = ruler
}
}
ruler = {
save_scope_as = target_ruler
}
}
option = {
name = flavor_rus.35.a
historical_option = yes
remove_reform = government_reform:chosen_rada_reform
add_estate_satisfaction = { type = estate_type:nobles_estate
value = estate_satisfaction_severe_penalty
}
custom_tooltip = flavor_rus.35.tt1
}
option = {
name = flavor_rus.35.b
add_government_power = government_power_mild_penalty
ruler = {
add_adm = -15
add_dip = -15
add_mil = -15
}
custom_tooltip = flavor_rus.35.tt1
}
historical_info = flavor_rus.35.historical_info
}