[flavor_cas.127] 何塞法·阿马尔-博尔冯登场
时间范围:1780.1.1 - 1800.1.1(每月 1% 概率)
触发条件:
- 国家拥有萨拉戈萨地区 (
owns = location:zaragoza) - 国家已接纳启蒙思潮 (
has_embraced_institution = institution:enlightenment)
关键效果:
- 选项 A (历史选项):
- 将创建的人物何塞法·阿马尔-博尔冯移入本国。
- 社会价值观向“创新”方向移动 (
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_right })。
- 选项 B:
- 社会价值观向“传统”方向移动 (
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_left })。 - 隐藏效果:静默移除创建的人物 (
kill_character_silently = scope:target_character)。
- 社会价值观向“传统”方向移动 (
背景介绍: 此事件模拟了西班牙启蒙运动时期的重要女性知识分子——何塞法·阿马尔-博尔冯的登场。她出生于1749年的萨拉戈萨,是作家、翻译家,也是女性教育权利的早期倡导者。在18世纪末的西班牙,她的出现代表了启蒙思想在伊比利亚半岛的传播与影响,尤其是在接纳了启蒙思潮并控制其家乡阿拉贡地区的情况下,国家有机会吸纳这位人才,并推动社会价值观的变革。
完整事件代码:
flavor_cas.127 = { #Josefa Amar y Borbón
type = country_event
title = flavor_cas.127.title
desc = flavor_cas.127.desc
image = "gfx/interface/illustrations/institutions/enlightenment.dds"
fire_only_once = yes
historical_info = flavor_cas.127.historical_info
dynamic_historical_event = {
tag = CAS
tag = SPA
from = 1780.1.1
to = 1800.1.1
monthly_chance = 1
}
trigger = {
owns = location:zaragoza
has_embraced_institution = institution:enlightenment
}
immediate = {
create_character = {
first_name = name_josephine
last_name = amar_y_borbon
birth_date = 1749.2.4
birth_location = location:zaragoza
estate = estate_type:burghers_estate
female = yes
artist_skill = { 0.65 0.8 }
artist = writer
culture = culture:aragonese
save_scope_as = target_character
create_in_limbo = yes
}
}
option = {
name = flavor_cas.127.a
historical_option = yes
scope:target_character = {
move_country = root
}
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_right }
}
option = {
name = flavor_cas.127.b
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_left }
hidden_effect = {
kill_character_silently = scope:target_character
}
}
}