flavor_cas.80 加斯帕尔·梅尔乔·德·霍韦利亚诺斯登场
时间范围:1780.1.1 - 1800.1.1(每月 1% 概率)
触发条件:
- 国家已接纳“启蒙运动”思潮。
关键效果:
- 选项 A (历史选项):
- 获得少量稳定度加成。
- 社会思潮“重商主义 vs 自由贸易”向右移动(趋向自由贸易)。
- 社会思潮“传统主义 vs 创新”向左移动(趋向创新)。
- (隐藏效果)静默移除事件创建的人物。
- 选项 B:
- 获得少量稳定度惩罚。
- 人物“加斯帕尔·梅尔乔·德·霍韦利亚诺斯”加入你的国家。
- 社会思潮“重商主义 vs 自由贸易”向左移动(趋向重商主义)。
- 社会思潮“传统主义 vs 创新”向右移动(趋向传统主义)。
背景介绍: 加斯帕尔·梅尔乔·德·霍韦利亚诺斯是西班牙启蒙运动时期重要的政治家、作家和改革家。他主张经济自由化、教育改革和行政现代化,其思想代表了18世纪末西班牙开明专制主义者的理想。此事件模拟了这位关键人物在启蒙思潮影响下的登场,以及国家对其改革理念的接纳或排斥所带来的不同影响。
完整事件代码:
flavor_cas.80 = { #Gaspar Melchor de Jovellanos
type = country_event
title = flavor_cas.80.title
desc = flavor_cas.80.desc
image = "gfx/interface/illustrations/institutions/enlightenment.dds"
fire_only_once = yes
historical_info = flavor_cas.80.historical_info
dynamic_historical_event = {
tag = CAS
tag = SPA
from = 1780.1.1
to = 1800.1.1
monthly_chance = 1
}
trigger = {
has_embraced_institution = institution:enlightenment
}
immediate = {
create_character = {
first_name = name_casper.name_melchior
last_name = de_Jovellanos
birth_date = 1744.1.5
birth_location = location:oviedo
estate = estate_type:burghers_estate
adm = { 75 90 }
dip = { 75 90 }
mil = { 20 40 }
culture = culture:leonese
save_scope_as = target_character
create_in_limbo = yes
}
}
option = {
name = flavor_cas.80.a
historical_option = yes
add_stability = stability_mild_bonus
change_societal_value = {
type = mercantilism_vs_free_trade
value = societal_value_move_to_right
}
change_societal_value = {
type = traditionalist_vs_innovative
value = societal_value_move_to_left
}
hidden_effect = {
kill_character_silently = scope:target_character
}
}
option = {
name = flavor_cas.80.b
add_stability = stability_mild_penalty
scope:target_character = {
move_country = root
}
change_societal_value = {
type = mercantilism_vs_free_trade
value = societal_value_move_to_left
}
change_societal_value = {
type = traditionalist_vs_innovative
value = societal_value_move_to_right
}
}
}