[flavor_mos.68] 宫廷阴谋与沙皇权威
时间范围:1520.1.1 - 1600.1.1(每月 1% 概率)
触发条件:
- 国家为 MOS 或 RUS。
- 满足以下任一条件:
- 君主年龄小于20岁。
- 同时满足:
- 摄政者属于贵族阶层。
- 继承人年龄小于16岁。
- 国家 未 采用政府改革
oprichnina(特辖制)。
关键效果:
- 选项 A (历史选项):
- 国家稳定度小幅下降。
- 目标人物(君主或继承人)军事能力增加10点。
- 如果目标人物是君主且军事能力大于75,则国家采用政府改革
oprichnina(特辖制),并显示自定义提示flavor_mos.68.tt1。 - 否则,贵族阶层满意度小幅下降。
- 选项 B:
- 社会价值观向“贵族制”方向移动。
- 目标人物获得持续10年的“酒鬼”特质。
- 显示自定义提示
flavor_mos.68.tt2。
背景介绍: 在16世纪的莫斯科大公国及后来的俄罗斯沙皇国,君主年幼或权力不稳的时期,宫廷内部往往暗流涌动。贵族阶层可能利用君主年幼或继承人未成年的时机,试图扩大自身影响力,甚至策划阴谋。本事件模拟了这一时期围绕王位继承和贵族权力的典型政治危机,其历史选项指向了伊凡四世(伊凡雷帝)为巩固权力、打击大贵族而建立的“特辖制”这一重大历史转折点。
完整事件代码:
flavor_mos.68 = {
type = country_event
title = flavor_mos.68.title
desc = flavor_mos.68.desc
image = "gfx/interface/illustrations/disaster/coup_attempt.dds"
fire_only_once = yes
dynamic_historical_event = {
tag = MOS
tag = RUS
from = 1520.1.1
to = 1600.1.1
monthly_chance = 1
}
trigger = {
OR = {
ruler ?= {
age_in_years < 20
}
AND = {
regent ?= {
has_estate = estate_type:nobles_estate
}
heir ?= {
age_in_years < 16
}
}
}
NOT = {
has_reform = government_reform:oprichnina
}
}
immediate = {
capital = { save_scope_as = target_location }
if = {
limit = {
has_regent = no
}
ruler = {
save_scope_as = target_character
}
}
else = {
heir = {
save_scope_as = target_character
}
}
}
option = {
name = flavor_mos.68.a
historical_option = yes
add_stability = stability_mild_penalty
scope:target_character = {
add_mil = 10
}
if = {
limit = {
scope:target_character = {
mil > 75
is_ruler = yes
}
}
add_reform = government_reform:oprichnina
custom_tooltip = flavor_mos.68.tt1
}
else = {
add_estate_satisfaction = { type = estate_type:nobles_estate
value = estate_satisfaction_mild_penalty
}
}
}
option = {
name = flavor_mos.68.b
change_societal_value = {
type = aristocracy_vs_plutocracy
value = societal_value_move_to_left
}
scope:target_character = {
add_character_modifier = {
modifier = drunkard
years = 10
mode = add_and_extend
}
}
custom_tooltip = flavor_mos.68.tt2
}
historical_info = flavor_mos.68.historical_info
}