309 法兰西公学院
时间范围:1515.1.1 - 1540.1.1(每月 33% 概率触发)
触发条件:
- 国家拥有统治者。
- 名为
guillaume_bude的人物存在。 - 人物
guillaume_bude存活。
关键效果:
- 选项 A:赞助这所学院!
- 效果:减少 8 金币,获得少量研究进度,添加持续 15 年的国家修正
fra_birth_of_college_de_france,使社会价值观“灵性主义 vs 人文主义”向右移动。 - 历史选项:是
- 效果:减少 8 金币,获得少量研究进度,添加持续 15 年的国家修正
- 选项 B:为新学院付出的努力将是过于巨大的开销
- 效果:获得少量威望,获得少量稳定度,使社会价值观“灵性主义 vs 人文主义”向左移动。
背景介绍: 该事件模拟了法兰西国王弗朗索瓦一世在人文主义者纪尧姆·比代的建议下,于巴黎创立法兰西公学院(Collège de France)的历史时刻。这所学院旨在独立于大学体系,免费向公众教授希伯来语、古希腊语和拉丁语等新兴人文主义学科,标志着法国文艺复兴时期对学术与知识传播的重要推动,反映了当时人文主义与经院哲学之间的思想碰撞。
完整事件代码:
flavor_fra.309 = { # Collège de France
type = country_event
title = flavor_fra.309.title
desc = flavor_fra.309.desc
image = "gfx/interface/illustrations/institutions/scientific_revolution.dds"
fire_only_once = yes
dynamic_historical_event = {
tag = FRA
from = 1515.1.1
to = 1540.1.1
monthly_chance = 33
}
trigger = {
has_ruler = yes
exists = character:guillaume_bude
character:guillaume_bude = {
is_alive = yes
}
}
immediate = {
ruler ?= {
save_scope_as = fra_ruler
}
character:guillaume_bude ?= {
save_scope_as = target_character
}
}
illustration_tags = {
10 = regular
10 = interior
}
option = { # Sponsor the college!
name = flavor_fra.309.a
change_gold_effect = { scale = -8 }
add_research_progress = research_progress_mild_bonus
add_country_modifier = { modifier = fra_birth_of_college_de_france years = 15 mode = add }
change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_right }
historical_option = yes
}
option = { # Efforts for the new college would be too great an expense
name = flavor_fra.309.b
add_prestige = prestige_mild_bonus
add_stability = stability_mild_bonus
change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_left }
}
}