flavor_hol.10 伊拉斯谟登场
时间范围
1495.1.1 - 1536.1.1,每月有 5% 的概率触发。
触发条件
- 国家拥有 鹿特丹 (rotterdam) 地区。
关键效果
选项 A (flavor_hol.10.a):
- 获得 大量 威望。
- 获得 少量 研究进度。
- 人物 伊拉斯谟 加入我国。
- 社会价值观 精神主义 vs 人文主义 向 人文主义 方向小幅移动。
选项 B (flavor_hol.10.b):
- 神职人员阶层 获得 大量 满意度。
- 社会价值观 精神主义 vs 人文主义 向 精神主义 方向小幅移动。
- 人物 伊拉斯谟 被 驱逐。
背景介绍
此事件标志着文艺复兴时期著名的人文主义学者、神学家和哲学家德西德里乌斯·伊拉斯谟(Desiderius Erasmus)的登场。他出生于鹿特丹,其思想和著作对欧洲的宗教改革和人文主义运动产生了深远影响。事件反映了当时统治者面对这位思想巨匠时可能做出的选择:是接纳其人文主义思想以推动文化进步,还是为了维护传统宗教阶层的稳定而将其排斥。
完整事件代码
flavor_hol.10 = {
type = country_event
title = flavor_hol.10.title
desc = flavor_hol.10.desc
historical_info = flavor_hol.10.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = HOL
tag = NED
from = 1495.1.1
to = 1536.1.1
monthly_chance = 5
}
trigger = {
owns = location:rotterdam
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
create_character = {
first_name = name_desiderius
last_name = Erasmus
adm = {5 30}
dip = {5 30}
mil = {5 30}
birth_date = 1466.10.28
culture = culture:low_franconian
birth_location = location:rotterdam
artist_skill = 0.98
artist = philosopher
estate = estate_type:burghers_estate
save_scope_as = target_character
script = erasmus
create_in_limbo = yes
}
}
option = {
name = flavor_hol.10.a
add_prestige = prestige_severe_bonus
add_research_progress = research_progress_mild_bonus
scope:target_character = { move_country = root }
change_societal_value = { type = spiritualist_vs_humanist value = societal_value_minor_move_to_right }
}
option = {
name = flavor_hol.10.b
add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_bonus }
change_societal_value = { type = spiritualist_vs_humanist value = societal_value_minor_move_to_left }
scope:target_character = {
banish_character = yes
}
}
}