flavor_rus.64 恩斯特·冯·比隆登场
时间范围:1710.1.1 - 1750.1.1,每月 20% 概率触发
触发条件:
- 国家为
RUS(俄罗斯)。 - 没有摄政王。
- 当前统治者满足以下任一条件:
- 行政能力 (
adm) 低于 50。 - 拥有特质
naive(天真)。 - 是女性。
- 行政能力 (
- 完全拥有省份
courland_province(库尔兰省)。 - 未启用政策
figurehead_position_policy(傀儡职位政策)。
关键效果:
- 选项 A (历史选项):
- 解锁内阁行动
bironovshchina(比隆专权)。 - 创建并引入人物 恩斯特·冯·比隆(Ernst von Biron),其属性为:
adm90,dip55,mil31。 - 将该人物加入国家内阁,并可能将其提升为内阁首脑。
- 解锁内阁行动
- 选项 B:
- 额外获得少量政府力量 (
government_power_mild_bonus)。 - 解锁内阁行动
bironovshchina(比隆专权)。 - 创建并引入人物 恩斯特·冯·比隆,其属性为:
adm90,dip55,mil31。 - 将该人物加入国家内阁,并可能将其提升为内阁首脑。
- 触发条件:仅当当前统治者是女性时可用。
- 额外获得少量政府力量 (
- 选项 C:
- 秘密处决人物 恩斯特·冯·比隆。
- 大幅提升贵族阶层满意度 (
estate_satisfaction_severe_bonus)。
背景介绍: 此事件模拟了18世纪上半叶,俄罗斯帝国在特定政治条件下,库尔兰贵族恩斯特·冯·比隆登上权力舞台的历史可能性。比隆以其出色的行政能力著称,在安娜女皇统治时期成为实际掌权者,其专权时期被称为“比隆专权”。事件反映了在君主能力不足或为女性时,强势官僚可能崛起并深刻影响国家政治的局面。
完整事件代码:
flavor_rus.64 = {
hide_portraits = yes
type = country_event
title = flavor_rus.64.title
desc = flavor_rus.64.desc
fire_only_once = yes
dynamic_historical_event = {
tag = RUS
from = 1710.1.1
to = 1750.1.1
monthly_chance = 20
}
trigger = {
has_regent = no
ruler ?= {
OR = {
adm < 50
has_trait = naive
is_female = yes
}
}
own_entire_province = province_definition:courland_province
NOT = {
has_policy = figurehead_position_policy
}
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
province_definition:courland_province = {
random_location_in_province_definition = {
save_scope_as = von_biron_origin
}
}
create_character = {
first_name = name_ernest
last_name = von_biron
adm = 90
dip = 55
mil = 31
birth_date = 1690.1.1
estate = estate_type:nobles_estate
culture = culture:german_silesian
birth_location = scope:von_biron_origin
save_scope_as = ernst_von_biron
script = rus_ernst_von_biron
create_in_limbo = yes
}
capital = {
save_scope_as = target_location
}
dominant_culture = {
save_scope_as = target_culture
}
}
option = {
name = flavor_rus.64.a
historical_option = yes
unlock_cabinet_action_effect = { type = bironovshchina }
scope:ernst_von_biron = {
move_country = root
root = {
random_cabinet = {
limit = { NOT = { exists = cabinet_member } }
add_to_cabinet = scope:ernst_von_biron
}
}
if = {
limit = {
root = { country_can_promote_head_of_cabinet = yes }
NOT = { has_character_modifier = head_of_the_cabinet_modifier }
}
root = {
promote_to_head_of_cabinet_effect = {
target = scope:ernst_von_biron
}
}
}
}
custom_tooltip = flavor_rus.64.tt2
ai_chance = {
factor = 1
}
}
option = {
name = flavor_rus.64.b
trigger = {
ruler ?= {
is_female = yes
}
}
add_government_power = government_power_mild_bonus
unlock_cabinet_action_effect = { type = bironovshchina }
scope:ernst_von_biron = {
move_country = root
root = {
random_cabinet = {
limit = { NOT = { exists = cabinet_member } }
add_to_cabinet = scope:ernst_von_biron
}
}
if = {
limit = {
root = { country_can_promote_head_of_cabinet = yes }
NOT = { has_character_modifier = head_of_the_cabinet_modifier }
}
root = {
promote_to_head_of_cabinet_effect = {
target = scope:ernst_von_biron
}
}
}
}
custom_tooltip = flavor_rus.64.tt2
ai_chance = {
factor = 0.5
}
}
option = {
name = flavor_rus.64.c
hidden_effect = { kill_character_silently = scope:ernst_von_biron }
add_estate_satisfaction = { type = estate_type:nobles_estate
value = estate_satisfaction_severe_bonus
}
custom_tooltip = flavor_rus.64.tt3
ai_chance = {
factor = 0.5
}
}
historical_info = flavor_rus.64.historical_info
}