flavor_ned.21 皮埃尔·贝勒的流亡
时间范围:1670.1.1 - 1700.1.1,每月 1% 概率触发
触发条件:
- 事件仅对标签为
NED(尼德兰/荷兰)的国家触发。 - 事件为动态历史事件,且仅能触发一次。
关键效果:
-
选项 A (flavor_ned.21.a):
- 将人物 皮埃尔·贝勒 移动至本国。
- 在首都创建一件艺术作品:
- 类型:论文
- 品质:75
- 关键标识:
dictionnaire_historique_et_critique(《历史与批判辞典》) - 艺术家:皮埃尔·贝勒
-
选项 B (flavor_ned.21.b):
- 将人物 皮埃尔·贝勒 移动至 除本国和法国(若法国存在)外,威望最高的已知国家。
背景介绍: 该事件模拟了法国哲学家、作家皮埃尔·贝勒的流亡生涯。贝勒因宗教原因(他是加尔文宗信徒)离开天主教法国,最终在尼德兰共和国找到了庇护所,并在那里完成了其代表作《历史与批判辞典》。事件反映了17世纪晚期欧洲宗教与思想流亡者的流动,以及尼德兰作为当时相对宽容的学术中心的角色。
完整事件代码:
flavor_ned.21 = {
hide_portraits = yes
type = country_event
title = flavor_ned.21.title
desc = flavor_ned.21.desc
historical_info = flavor_ned.21.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = NED
from = 1670.1.1
to = 1700.1.1
monthly_chance = 1
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
ordered_known_country = {
limit = {
this != ROOT
trigger_if = {
limit = { country_exists = c:FRA }
this != c:FRA
}
}
order_by = prestige
max = 1
save_scope_as = target_country
}
create_character = {
first_name = name_peter
last_name = Bayle
artist = philosopher
birth_date = 1647.11.18
artist_skill = 0.85
adm = 83
dip = 92
mil = 95
culture = culture:french
birth_location = location:paris
save_scope_as = target_character
religion = religion:calvinist
estate = estate_type:burghers_estate
create_in_limbo = yes
}
ruler_or_regent ?= {
save_scope_as = target_character2
}
}
option = {
name = flavor_ned.21.a
scope:target_character = { move_country = root }
capital = {
create_art = {
artist = scope:target_character
quality = 75
type = work_of_art_type:treatise
key = dictionnaire_historique_et_critique
}
}
}
option = {
name = flavor_ned.21.b
scope:target_character = {
move_country = scope:target_country
}
}
}