flavor_cas.40 加西拉索·德·拉·维加登场
时间范围:1525.1.1 - 1530.1.1,每月 1% 概率触发
触发条件:
- 国家已接纳文艺复兴制度
关键效果:
- 选项 A (历史选项):
- 花费 4 倍月收入的金币。
- 人物
加西拉索·德·拉·维加加入我国。 - 主流文化获得
文化传统小幅增益。
- 选项 B:
- 主流文化获得
文化传统小幅惩罚。 - 隐藏效果:人物
加西拉索·德·拉·维加被静默移除。
- 主流文化获得
背景介绍: 加西拉索·德·拉·维加是西班牙文艺复兴时期著名的诗人、军人,被誉为西班牙文学“黄金世纪”的先驱之一。他出生于托莱多,其作品深受意大利文艺复兴影响,将彼特拉克体十四行诗等新形式引入西班牙语诗歌,对后世西班牙文学产生了深远影响。此事件模拟了这位重要文化人物在文艺复兴思潮传播至西班牙后,可能被宫廷接纳或忽视的历史可能性。
完整事件代码:
flavor_cas.40 = { #Garcilaso de la Vega
type = country_event
title = flavor_cas.40.title
desc = flavor_cas.40.desc
image = "gfx/interface/illustrations/institutions/renaissance.dds"
historical_info = flavor_cas.40.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = CAS
tag = SPA
from = 1525.1.1
to = 1530.1.1
monthly_chance = 1
}
immediate = {
create_character = {
first_name = name_garcilaso
last_name = de_la_vega
birth_date = 1498.2.15
birth_location = location:toledo
culture = culture:castilian
adm = 86
dip = 94
mil = 45
estate = estate_type:peasants_estate
artist_skill = 0.95
artist = writer
create_in_limbo = yes
save_scope_as = target_character
script = cas_de_la_vega
}
}
trigger = {
has_embraced_institution = institution:renaissance
}
option = {
name = flavor_cas.40.a
change_gold_effect = { scale = -4 }
historical_option = yes
scope:target_character = {
move_country = root
}
culture = {
add_cultural_tradition = cultural_tradition_mild_bonus
}
}
option = {
name = flavor_cas.40.b
culture = {
add_cultural_tradition = cultural_tradition_mild_penalty
}
hidden_effect = {
kill_character_silently = scope:target_character
}
}
}