flavor_swe.50 乌普萨拉大学
时间范围:1474.1.1 - 1480.1.1,每月 10% 概率触发
触发条件:
- 控制乌普萨拉(uppsala)地区。
- 国家宗教为天主教(catholic)。
- 教宗国(PAP)对瑞典(SWE)的观感值 ≥ 0。
- 教宗国拥有统治者。
关键效果:
- 选项 A (历史选项):
- 若乌普萨拉地区没有大学建筑,则在该地以 50% 的折扣成本建造一所大学。
- 若乌普萨拉地区已有大学建筑,则大幅提升该地的发展度与繁荣度。
- 获得少量研究进度。
- 选项 B:
- 获得大量宗教影响力。
背景介绍: 乌普萨拉大学是瑞典乃至北欧最古老、最负盛名的大学之一,由瑞典摄政老斯顿·斯图雷于1477年在教皇西克斯图斯四世的特许下创立。该大学的建立旨在巩固天主教在瑞典的影响力,并作为培养神职人员、学者和官员的中心,对瑞典的文化、教育和宗教生活产生了深远影响。此事件反映了中世纪晚期瑞典在宗教与学术领域寻求罗马教廷支持,以推动国家发展的历史进程。
完整事件代码:
flavor_swe.50 = { #University of Uppsala
type = country_event
title = flavor_swe.50.title
desc = flavor_swe.50.desc
historical_info = flavor_swe.50.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = SWE
from = 1474.1.1
to = 1480.1.1
monthly_chance = 10
}
illustration_tags = {
10 = happy
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
}
trigger = {
owns = location:uppsala
religion = religion:catholic
c:PAP = {
opinion = { target = c:SWE value >= 0 }
has_ruler = yes
}
}
option = {
name = flavor_swe.50.a
historical_option = yes
if = {
limit = {
NOT = {
location:uppsala = { has_building = building_type:university }
}
}
location:uppsala = {
construct_building = {
building_type = building_type:university
cost_multiplier = 0.50
cost_multiplier_reason = "academic_cheap_sponsorship"
}
}
}
else = {
location:uppsala = {
change_development = development_severe_bonus
change_prosperity = prosperity_severe_bonus
}
}
add_research_progress = research_progress_mild_bonus
}
option = {
name = flavor_swe.50.b
add_religious_influence = religious_influence_severe_bonus
}
}