flavor_cas.62 路易斯·德·莱昂登场
时间范围:1560.1.1 - 1580.1.1(每月 1% 概率)
触发条件:
- 国家拥有变量
cas_unlock_salamanca_events - 国家控制
belmonte地区
关键效果:
- 选项 A (历史选项):
- 将创建的角色
路易斯·德·莱昂移动至本国 - 社会价值观
传统主义 vs 创新小幅向右移动(趋向创新) 神职人员阶层满意度小幅降低
- 将创建的角色
- 选项 B:
- (隐藏效果)静默处决角色
路易斯·德·莱昂 - 社会价值观
传统主义 vs 创新小幅向左移动(趋向传统主义) 神职人员阶层满意度小幅提升
- (隐藏效果)静默处决角色
背景介绍: 该事件模拟了西班牙黄金时代著名诗人、神学家路易斯·德·莱昂(Luis de León)的登场。他出生于1527年的贝尔蒙特,是奥古斯丁会修士,曾在萨拉曼卡大学任教。其作品融合了人文主义与宗教神秘主义,但因翻译《雅歌》和批评武加大译本而受到宗教裁判所审判并被监禁。事件反映了16世纪西班牙宗教与学术界的紧张关系,以及创新思想与传统教义之间的冲突。
完整事件代码:
flavor_cas.62 = { #Luis de León
type = country_event
title = flavor_cas.62.title
desc = flavor_cas.62.desc
historical_info = flavor_cas.62.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = CAS
tag = SPA
from = 1560.1.1
to = 1580.1.1
monthly_chance = 1
}
illustration_tags = {
10 = angry
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
create_character = {
first_name = name_louis
last_name = De_Leon
birth_date = 1527.1.1
birth_location = location:belmonte
culture = culture:castilian
adm = { 40 70 }
dip = { 40 70 }
mil = { 20 40 }
estate = estate_type:clergy_estate
create_in_limbo = yes
save_scope_as = target_character
script = cas_de_leon
}
}
trigger = {
has_variable = cas_unlock_salamanca_events
owns = location:belmonte
}
option = {
name = flavor_cas.62.a
historical_option = yes
scope:target_character = {
move_country = root
}
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_right }
add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_penalty }
}
option = {
name = flavor_cas.62.b
hidden_effect = {
kill_character_silently = {
target = scope:target_character
}
}
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_left }
add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
}
}