[flavor_fra.411] 马萨林与<摄政者名>的摄政时期
时间范围:1653年1月1日 - 1675年1月1日(每月 10% 概率触发)
触发条件:
- 国家没有君主 (
has_ruler = no) - 国家有继承人 (
has_heir = yes) - 国家未处于战争状态 (
at_war = no) - 国家当前有摄政 (
has_regent = yes) - 继承人的母亲在世 (
heir.mother = { is_alive = yes })
关键效果:
-
选项 A (历史选项):王太后与马萨林将为年幼的王储(女)摄政
- 若当前摄政不是继承人的母亲,则将其设为摄政 (
set_regent = scope:scope_former_consort) - 国家合法性遭受严重惩罚 (
add_legitimacy = legitimacy_severe_penalty) - 继承人的母亲获得持续300个月的“王后夺取摄政权”人物修正 (
queen_seized_regency) - 创建人物“朱利叶斯·雷蒙德·马萨林诺”(马萨林)并加入我国,获得持续300个月的“王后的首席大臣”人物修正 (
the_queens_chief_minister) - 继承人获得持续120个月的“法兰西继承人-王后摄政”人物修正 (
fra_heir_queens_regency) - AI选择此选项的概率因子为 0.8
- 若当前摄政不是继承人的母亲,则将其设为摄政 (
-
选项 B:更倾向于一个由宫廷主导、不包括王太后的摄政委员会
- 国家稳定性遭受轻微惩罚 (
add_stability = stability_mild_penalty) - 国家合法性获得轻微奖励 (
add_legitimacy = legitimacy_mild_bonus) - 创建人物“马萨林”并加入我国
- 创建一个属性随机的男性市民阶层人物作为摄政委员会领袖,并将其设为摄政 (
set_regent = scope:regency_council_leader) - 继承人获得持续120个月的“法兰西继承人-摄政委员会”人物修正 (
fra_heir_regency_council) - AI选择此选项的概率因子为 0.2
- 国家稳定性遭受轻微惩罚 (
背景介绍: 此事件模拟了法兰西王国在君主路易十四年幼时期可能出现的权力过渡局面。1643年路易十三去世后,其子路易十四继位,但因年幼,由母亲奥地利的安妮摄政。然而,真正的权力核心是她的首席顾问、来自意大利的红衣主教马萨林。他延续了前任黎塞留的政策,致力于加强王权、削弱贵族势力,并主导了法国在三十年战争后期的外交与军事行动。马萨林的统治引发了国内贵族的不满,最终导致了“投石党”叛乱。此事件反映了在君主缺位时,围绕摄政权在王太后、宠臣与宫廷贵族之间展开的典型权力博弈。
完整事件代码:
flavor_fra.411 = { # The Regency of <Regent_name> and Mazarin
type = country_event
fire_only_once = yes
title = flavor_fra.411.title
desc = flavor_fra.411.desc
dynamic_historical_event = {
tag = FRA
from = 1653.1.1
to = 1675.1.1
monthly_chance = 10
}
trigger = {
has_ruler = no
has_heir = yes
at_war = no
AND = {
has_regent = yes
heir.mother = {
is_alive = yes
}
}
}
illustration_tags = {
10 = angry
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
heir.mother = {
save_scope_as = scope_former_consort
}
create_character = {
first_name = name_julius.name_raymond
last_name = mazzarino
adm = 68
dip = 46
mil = 44
culture = culture:neapolitan
birth_location = location:aquila
religion = religion:catholic
birth_date = 1602.7.14
estate = estate_type:clergy_estate
script = cardinal_mazarin
save_scope_as = target_character
create_in_limbo = yes
}
if = {
limit = {
has_regent = yes
}
heir.father = {
save_scope_as = scope_ruler_dead
}
}
heir ?= {
save_scope_as = scope_heir_fra
}
}
option = { # The Queen Mother and Mazarin will govern for the young Prince(ess)
name = flavor_fra.411.a
historical_option = yes
if = {
limit = {
NOT = { regent = scope:scope_former_consort }
has_regent = yes
}
set_regent = scope:scope_former_consort
}
add_legitimacy = legitimacy_severe_penalty
scope:scope_former_consort = {
add_character_modifier = {
modifier = queen_seized_regency
months = 300
mode = add
}
}
scope:target_character = {
move_country = root
add_character_modifier = {
modifier = the_queens_chief_minister
months = 300
mode = add
}
}
heir ?= {
add_character_modifier = {
modifier = fra_heir_queens_regency
months = 120
mode = add
}
}
ai_chance = {
factor = 0.8
}
}
option = { # A regency council led by the court without the Queen-mother would be preferred
name = flavor_fra.411.b
add_stability = stability_mild_penalty
add_legitimacy = legitimacy_mild_bonus
scope:target_character = { move_country = root }
custom_tooltip = {
text = fra_designated_regency_council
create_character = {
adm = { 45 85 }
dip = { 40 80 }
mil = { 35 75 }
estate = estate_type:burghers_estate
age = 35
female = no
save_scope_as = regency_council_leader
}
set_regent = scope:regency_council_leader
}
heir ?= {
add_character_modifier = {
modifier = fra_heir_regency_council
months = 120
mode = add
}
}
ai_chance = {
factor = 0.2
}
}
}