flavor_fra.340 王后崛起
时间范围:1537.1.1 - 1637.1.1,每月 5% 概率触发
触发条件:
- 国家正在经历
french_wars_religion灾难。 - 国家拥有君主。
- 国家拥有配偶。
- 国家未处于战争状态。
- 配偶为女性。
关键效果:
- 选项 A:<配偶>凭借自身能力行使巨大权力 (历史选项)
- 君主:获得持续15年的修正
fra_authoritative_consort。 - 配偶:行政、外交、军事能力各增加12点,并获得持续15年的修正
fra_authoritative_consort_bonus。 - AI选择权重:0.5
- 君主:获得持续15年的修正
- 选项 B:扩大配偶在宫廷事务中的影响力
- 君主:获得持续15年的修正
fra_authoritative_consort_court。 - 配偶:行政、外交、军事能力各增加12点,并获得持续15年的修正
fra_authoritative_consort_court_bonus。 - AI选择权重:0.25
- 君主:获得持续15年的修正
- 选项 C:允许配偶施展她自己的影响力
- 君主:获得持续15年的修正
fra_authoritative_consort_expanded。 - 配偶:行政、外交、军事能力各增加12点,并获得持续15年的修正
fra_authoritative_consort_expanded_bonus。 - AI选择权重:0.25
- 君主:获得持续15年的修正
背景介绍: 此事件灵感来源于凯瑟琳·德·美第奇。在16至17世纪法国宗教战争期间,王室权力结构面临挑战。当国家深陷宗教冲突的灾难时,一位拥有政治才能和野心的王后可能利用其特殊地位,在君主统治相对脆弱或需要支持的时期,扩大自身在宫廷和国家事务中的影响力,甚至直接行使统治权,从而对法国的政治走向产生深远影响。
完整事件代码:
flavor_fra.340 = { # Rise of the Queen Consort # Catherine de Medici inspired
type = country_event
fire_only_once = yes
title = flavor_fra.340.title
desc = flavor_fra.340.desc
dynamic_historical_event = {
tag = FRA
from = 1537.1.1
to = 1637.1.1
monthly_chance = 5
}
trigger = {
any_active_disaster = { disaster_type = disaster_type:french_wars_religion }
has_ruler = yes
has_consort = yes
at_war = no
consort ?= {
is_female = yes
}
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
consort ?= {
save_scope_as = consort_fra
}
ruler ?= {
save_scope_as = ruler_fra
}
}
option = { # <Consort> wields great authority in her own right
name = flavor_fra.340.a
historical_option = yes
ruler ?={
add_character_modifier = { modifier = fra_authoritative_consort years = 15 mode = add }
}
consort ?= {
add_adm = 12
add_dip = 12
add_mil = 12
add_character_modifier = { modifier = fra_authoritative_consort_bonus years = 15 mode = add }
}
ai_chance = {
factor = 0.5
}
}
option = { # Expand the Consort influence in court affairs
name = flavor_fra.340.b
ruler ?={
add_character_modifier = { modifier = fra_authoritative_consort_court years = 15 mode = add }
}
consort ?= {
add_adm = 12
add_dip = 12
add_mil = 12
add_character_modifier = { modifier = fra_authoritative_consort_court_bonus years = 15 mode = add }
}
ai_chance = {
factor = 0.25
}
}
option = { # Permit the Consort to wield her own influence
name = flavor_fra.340.c
ruler ?={
add_character_modifier = { modifier = fra_authoritative_consort_expanded years = 15 mode = add }
}
consort ?= {
add_adm = 12
add_dip = 12
add_mil = 12
add_character_modifier = { modifier = fra_authoritative_consort_expanded_bonus years = 15 mode = add }
}
ai_chance = {
factor = 0.25
}
}
}