[flavor_fra.544] 继承人反对镇压耶稣会
时间范围:1750.1.1 - 1770.1.1,每月 25% 概率触发
触发条件:
- 国家拥有统治者、配偶和继承人。
- 国家宗教为天主教 (
religion:catholic)。 - 国家已启用政策
jesuits_not_allowed。 - 国家已解锁全球法律
society_of_jesus。
关键效果:
- 选项 A (历史选项):
flavor_fra.544.a- 效果:为国家添加持续10年的修正
fra_royal_house_feuds。 - AI选择权重:70%
- 效果:为国家添加持续10年的修正
- 选项 B:
flavor_fra.544.b- 效果:增加少量正统性惩罚 (
legitimacy_mild_penalty),并为国家添加持续10年的修正fra_royal_house_feuds_compromise。 - AI选择权重:30%
- 效果:增加少量正统性惩罚 (
背景介绍: 在18世纪中后期,法国王室与天主教会的关系复杂而紧张。耶稣会作为天主教内具有重要影响力的修会,其活动与财富常与王权产生冲突。当法国政府决定采取政策限制乃至镇压耶稣会时,这一举措在王室内部分歧,特别是引起了笃信天主教的王室继承人的强烈不满。此事件反映了启蒙时代背景下,王权、宗教势力与家族内部在政策走向上的深刻矛盾。
完整事件代码:
flavor_fra.544 = { # Heir Disapproves of the Supression of the Jesuits
type = country_event
fire_only_once = yes
title = flavor_fra.544.title
desc = flavor_fra.544.desc
dynamic_historical_event = {
tag = FRA
from = 1750.1.1
to = 1770.1.1
monthly_chance = 25
}
trigger = {
has_ruler = yes
has_consort = yes
has_heir = yes
religion = religion:catholic
has_policy = jesuits_not_allowed
has_unlocked_global_law_trigger = { type = society_of_jesus }
}
illustration_tags = {
10 = angry
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
ruler ?= {
save_scope_as = fra_ruler
}
heir ?= {
save_scope_as = scope_heir_fra
}
consort ?= {
save_scope_as = consort_fra
}
}
option = { # The new policy towards Jesuits will remain unchanged
name = flavor_fra.544.a
historical_option = yes
add_country_modifier = { modifier = fra_royal_house_feuds years = 10 mode = add }
ai_chance = {
factor = 0.7
}
}
option = { # Compromise and return some power to the Jesuits
name = flavor_fra.544.b
add_legitimacy = legitimacy_mild_penalty
add_country_modifier = { modifier = fra_royal_house_feuds_compromise years = 10 mode = add }
ai_chance = {
factor = 0.3
}
}
}