[flavor_brapru.1811] 神权危机
时间范围:1400.1.1 - 1600.1.1(每月 5% 概率)
触发条件:
- 国家标签为
PRU(普鲁士)或TEU(条顿骑士团)。 - 国家 不是 天主教(
religion:catholic)。 - 政府类型为神权制(
government_type:theocracy)。
关键效果:
-
选项 A (
flavor_brapru.1811.a):- 历史选项:是
- 将政府类型改为君主制(
government_type:monarchy)。
-
选项 B (
flavor_brapru.1811.b):- 添加严重虔诚惩罚(
devotion_severe_penalty)。 - 为国家添加一个名为
PRU_crisis_of_the_theocracy的修正,持续 10 年。
- 添加严重虔诚惩罚(
背景介绍: 此事件模拟了条顿骑士团或普鲁士在脱离天主教信仰后,其神权统治所面临的合法性危机。作为非天主教的神权国家,其统治基础受到挑战,领导者必须在维持现有神权体制(并承受内部动荡)与转向更为世俗的君主制之间做出抉择。
完整事件代码:
flavor_brapru.1811 = {
type = country_event
title = flavor_brapru.1811.title
desc = flavor_brapru.1811.desc
historical_info = flavor_brapru.1811.historical_info
dynamic_historical_event = {
tag = PRU
tag = TEU
from = 1400.1.1
to = 1600.1.1
monthly_chance = 5
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
}
fire_only_once = yes
trigger = {
NOT = { religion = religion:catholic }
government_type = government_type:theocracy
}
option = {
name = flavor_brapru.1811.a
historical_option = yes
change_government_type = government_type:monarchy
}
option = {
name = flavor_brapru.1811.b
add_devotion = devotion_severe_penalty
add_country_modifier = {
modifier = PRU_crisis_of_the_theocracy
years = 10
}
}
}