flavor_pal.1 海德堡大学建立
时间范围:1370.1.1 - 1400.1.1 (每月 20% 概率触发)
触发条件:
- 国际组织“天主教会”中,决议“西方教会大分裂”处于活跃状态。
- 国家
PAP(教宗国)在“天主教会”组织中对“西方教会大分裂”决议投了赞成票。
关键效果:
- 选项 A (历史选项):
- 在海德堡地区建造一座大学,建筑成本降低15%(原因:学术廉价赞助)。
- 增加市民阶层满意度(小幅增益)。
- 社会价值观向“创新”方向轻微移动。
- 选项 B:
- 损失少量威望。
- 降低市民阶层满意度(小幅惩罚)。
- 社会价值观向“传统”方向轻微移动。
背景介绍: 此事件模拟了海德堡大学在14世纪末期的建立过程。海德堡大学(鲁普莱希特-卡尔斯-海德堡大学)成立于1386年,是神圣罗马帝国境内最古老的大学,也是德国现存最古老的大学。它的建立与当时天主教会内部的政治格局,特别是西方教会大分裂(1378-1417年)的背景下,地方诸侯(如普法尔茨选帝侯)寻求增强自身权威和影响力的努力密切相关。大学的建立不仅提升了地区的学术和文化地位,也反映了世俗权力与教会权威之间的复杂互动。
完整事件代码:
flavor_pal.1 = { #https://en.wikipedia.org/wiki/Heidelberg_University
type = country_event
title = flavor_pal.1.title
desc = flavor_pal.1.desc
fire_only_once = yes
dynamic_historical_event = {
tag = PAL
from = 1370.1.1
to = 1400.1.1
monthly_chance = 20
}
illustration_tags = {
10 = happy
10 = interior
}
trigger = {
#resolution_vote(<country>|<international organization>|<resolution>)
international_organization:catholic_church = {
resolution_is_active = resolution:western_schism_resolution
}
"resolution_vote(this|international_organization:catholic_church|resolution:western_schism_resolution)" ?= c:PAP
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:nobles_estate }
c:PAP.ruler = {
save_scope_as = pope_ruler
}
}
option = {
name = flavor_pal.1.a
historical_option = yes
location:heidelberg = {
construct_building = {
building_type = building_type:university
cost_multiplier = 0.85
cost_multiplier_reason = "academic_cheap_sponsorship"
}
}
add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_weak_bonus }
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_right }
}
option = {
name = flavor_pal.1.b
add_prestige = prestige_mild_penalty
add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_weak_penalty }
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_left }
}
}