[flavor_chi.1102] 中国礼仪之争
时间范围
事件为动态历史事件,无固定 from 和 to 日期,触发概率由游戏动态决定。
触发条件
事件代码中未明确指定 trigger 字段,其触发依赖于游戏内部动态条件。
关键效果
事件提供两个选项:
-
选项 A (历史选项)
- 移除变量
mng_accepted_jesuits。 - 教宗国(PAP)对中华帝国(CHI)添加观点修正
mng_chinese_rites_denounced。 - 若拥有修正
allow_righteousness,则增加大量“正义值”(righteousness_extreme_bonus)。 - 若拥有修正
allow_harmony,则增加少量“和谐值”(harmony_mild_bonus)。
- 移除变量
-
选项 B
- 增加少量威望(
prestige_weak_bonus)。 - 增加少量稳定度(
stability_mild_bonus)。 - 若拥有修正
allow_harmony,则使“和谐值”小幅向均衡值调整(harmony_mild_towards_equilibrium)。 - 若为“天朝上国”(
middle_kingdom)国际组织的领导者,则小幅降低“天命值”(celestial_authority_mild_penalty)。
- 增加少量威望(
背景介绍
该事件模拟了明清时期天主教在华传播过程中引发的“中国礼仪之争”。争论的核心在于是否允许中国天主教徒继续遵循祭祖、祀孔等传统礼仪。以耶稣会为代表的一派主张适应和尊重中国文化,而多明我会、方济各会等则持反对意见,最终导致罗马教廷多次颁布禁令,引发了清廷与教廷之间的长期外交与文化冲突,深刻影响了天主教在华的传播进程。
完整事件代码
flavor_chi.1102 = {
type = country_event
title = flavor_chi.1102.title
desc = flavor_chi.1102.desc
illustration_tags = {
10 = angry
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
c:PAP = { save_scope_as = target_papal_country }
}
option = {
name = flavor_chi.1102.a
historical_option = yes
remove_variable = mng_accepted_jesuits
custom_tooltip = flavor_chi.1102.a.tt
c:PAP = {
add_opinion = { target = c:CHI modifier = mng_chinese_rites_denounced }
}
if = {
limit = { modifier:allow_righteousness = yes }
add_righteousness = righteousness_extreme_bonus
}
if = {
limit = { modifier:allow_harmony = yes }
add_harmony = harmony_mild_bonus
}
}
option = {
name = flavor_chi.1102.b
add_prestige = prestige_weak_bonus
add_stability = stability_mild_bonus
if = {
limit = { modifier:allow_harmony = yes }
harmony_mild_towards_equilibrium = yes
}
if = {
limit = { is_leader_of_international_organization = international_organization:middle_kingdom }
change_celestial_authority = { value = celestial_authority_mild_penalty }
}
}
}