flavor_sco.5 第一次会众集会
时间范围:1557.1.1 - 1584.1.1,每月 5% 概率触发
触发条件:
- 国家宗教为天主教。
- 国内加尔文宗信徒比例超过15%。
- 人物
script_john_knox(约翰·诺克斯)存在。 - 人物
script_john_knox的拥有者为本国。
关键效果:
- 选项 A (历史选项):
- 获得少量稳定度加成。
- 获得国家修正
sco_the_first_congregation,持续12年(若已存在则叠加并延长持续时间)。 - 显示自定义提示
sco_prevent_catholic_conversion。
- 选项 B:
- 获得少量稳定度惩罚。
- 获得少量宗教影响力加成。
背景介绍: 该事件模拟了苏格兰宗教改革的关键时刻。在16世纪中叶,随着约翰·诺克斯等改革者的推动,加尔文宗思想在苏格兰天主教徒中传播开来,信徒比例显著增长。这导致了改革派信徒的首次公开集会,即“第一次会众集会”,标志着苏格兰宗教格局的深刻变革,并对王国的政治稳定和宗教影响力产生了直接影响。
完整事件代码:
flavor_sco.5 = { # The First Congregation
hide_portraits = yes
type = country_event
title = flavor_sco.5.title
desc = flavor_sco.5.desc
fire_only_once = yes
dynamic_historical_event = {
tag = SCO
from = 1557.1.1
to = 1584.1.1
monthly_chance = 5
}
trigger = {
religion = religion:catholic
"religion_percentage_in_country(religion:calvinist)" > 0.15
exists = character:script_john_knox
character:script_john_knox ?= {
owner = ROOT
}
}
illustration_tags = {
10 = angry
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:clergy_estate }
character:script_john_knox = {
save_scope_as = target_character
}
}
option = {
name = flavor_sco.5.a
historical_option = yes
add_stability = stability_mild_bonus
add_country_modifier = { modifier = sco_the_first_congregation years = 12 mode = add_and_extend }
custom_tooltip = sco_prevent_catholic_conversion
}
option = {
name = flavor_sco.5.b
add_stability = stability_mild_penalty
add_religious_influence = religious_influence_mild_bonus
}
}