flavor_cas.121 西印度群岛杰出人物挽歌
时间范围:1565.1.1 - 1580.1.1,每月 1% 概率触发
触发条件:
- 国家在美洲大陆拥有存在(
has_presence_in = continent:america)。
关键效果:
-
选项 A (历史选项):
- 国库减少 3 个月收入。
- 将人物 胡安·德·卡斯特利亚诺斯 移动至本国。
- 在首都创建一件艺术作品:
- 艺术家:胡安·德·卡斯特利亚诺斯
- 类型:编年史
- 品质:70
- 标识符:
elegies_of_illustrious_men
-
选项 B:
- 获得少量威望惩罚。
- (隐藏效果)静默处决人物 胡安·德·卡斯特利亚诺斯。
背景介绍: 此事件模拟了西班牙编年史家、诗人胡安·德·卡斯特利亚诺斯(Juan de Castellanos)及其代表作《西印度群岛杰出人物挽歌》的诞生。卡斯特利亚诺斯曾作为士兵和神职人员在新大陆生活,晚年创作了这部记录征服者与殖民地早期历史的史诗。事件反映了西班牙帝国在美洲巩固统治时期,对自身征服历史进行记录和文学塑造的文化活动。
完整事件代码:
flavor_cas.121 = { #Elegies of Illustrious Men of the Indies
type = country_event
title = flavor_cas.121.title
desc = flavor_cas.121.desc
image = "gfx/interface/illustrations/institutions/new_world.dds"
fire_only_once = yes
historical_info = flavor_cas.121.historical_info
dynamic_historical_event = {
tag = CAS
tag = SPA
from = 1565.1.1
to = 1580.1.1
monthly_chance = 1
}
trigger = {
has_presence_in = continent:america
}
immediate = {
create_character = {
first_name = name_john
last_name = de_Castellanos
adm = { 40 70 }
dip = { 40 70 }
mil = { 60 70 }
birth_date = 1522.3.9
birth_location = location:sevilla
culture = culture:castilian
estate = estate_type:clergy_estate
save_scope_as = target_character
create_in_limbo = yes
}
}
option = {
name = flavor_cas.121.a
historical_option = yes
change_gold_effect = { scale = -3 }
scope:target_character = {
move_country = root
}
capital = {
create_art = {
artist = scope:target_character
quality = {
value = 70
}
type = work_of_art_type:chronicle
key = elegies_of_illustrious_men
}
}
}
option = {
name = flavor_cas.121.b
add_prestige = prestige_mild_penalty
hidden_effect = {
kill_character_silently = scope:target_character
}
}
}