flavor_cas.1101 耶稣会驱逐事件
时间范围:1700.1.1 - 1837.1.1(每月 5% 概率)
触发条件:
- 国家政策包含
jesuits_allowed(允许耶稣会)。 - 政府类型为君主制 (
government_type:monarchy)。 - 至少拥有一个首都位于美洲大陆 (
continent:america) 的附属国。
关键效果:
- 选项 A (历史选项):
- 获得一笔金额为国家教士阶层 (
clergy_estate) 税收基数4倍的金币。 - 教士阶层 (
clergy_estate) 失去同等金额的金币。 - 教士阶层满意度大幅下降 (
estate_satisfaction_severe_penalty)。 - 添加政策
jesuits_not_allowed(禁止耶稣会)。
- 获得一笔金额为国家教士阶层 (
- 选项 B:
- 获得宗教影响力小幅增益 (
religious_influence_mild_bonus)。 - 教士阶层满意度小幅提升 (
estate_satisfaction_mild_bonus)。
- 获得宗教影响力小幅增益 (
背景介绍: 该事件模拟了18世纪至19世纪初,西班牙帝国(卡斯蒂利亚或西班牙)在其美洲殖民地驱逐耶稣会的历史进程。耶稣会作为强大的宗教与教育组织,在殖民地拥有巨大影响力,但其财富、独立倾向以及与王权的潜在冲突,最终导致其被王室下令驱逐。这一事件深刻影响了殖民地的宗教、教育格局以及王室与教会的关系。
完整事件代码:
flavor_cas.1101 = { #Expulsion of the Jesuits
type = country_event
title = flavor_cas.1101.title
desc = flavor_cas.1101.desc
fire_only_once = yes
dynamic_historical_event = {
tag = CAS
tag = SPA
from = 1700.1.1
to = 1837.1.1
monthly_chance = 5
}
illustration_tags = {
10 = angry
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
}
trigger = {
has_policy = jesuits_allowed
government_type = government_type:monarchy
any_subject = {
capital.continent = continent:america
}
}
option = {
name = flavor_cas.1101.a
historical_option = yes
add_gold = { value = root.estate_tax_base:clergy_estate multiply = 4 }
add_gold_to_estate = {
estate_type = estate_type:clergy_estate
value = { value = root.estate_tax_base:clergy_estate multiply = -4 }
}
add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_penalty }
add_policy = policy:jesuits_not_allowed
}
option = {
name = flavor_cas.1101.b
add_religious_influence = religious_influence_mild_bonus
add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
}
}