flavor_cas.113 被遗忘的发现者
时间范围
1560.1.1 - 1580.1.1,每月 1% 概率触发
触发条件
- 国家拥有变量
spa_diego_event
关键效果
-
选项 A(历史选项)
- 获得少量威望
- 社会价值观“好战 vs 和解”向左移动(趋向和解)
- 隐藏效果:静默处决目标人物(Diego de Hualpa)
-
选项 B
- 损失 3 倍规模的金币
- 目标人物(Diego de Hualpa)加入本国
- 社会价值观“好战 vs 和解”向右移动(趋向好战)
背景介绍
该事件围绕一位名为 Diego de Hualpa 的查尔卡文化人物展开,他出生于 1525 年的查尔卡地区,出身农民阶层。在 1560 年至 1580 年间,卡斯提尔或西班牙可能因其潜在的才能(行政、外交、军事能力均较高)而面临是否接纳这位“被遗忘的发现者”的抉择。历史选项中,国家选择不接纳他,并倾向于和解路线;而另一选项则需付出金钱代价将其招致麾下,并导向更趋好战的立场。
完整事件代码
flavor_cas.113 = { #The Forgotten Discoverer
type = country_event
title = flavor_cas.113.title
desc = flavor_cas.113.desc
image = "gfx/interface/illustrations/institutions/new_world.dds"
fire_only_once = yes
historical_info = flavor_cas.113.historical_info
dynamic_historical_event = {
tag = CAS
tag = SPA
from = 1560.1.1
to = 1580.1.1
monthly_chance = 1
}
trigger = {
has_variable = spa_diego_event
}
immediate = {
create_character = {
first_name = name_diego
last_name = de_hualpa
birth_date = 1525.1.1
birth_location = location:charka
estate = estate_type:peasants_estate
adm = { 20 55 }
dip = { 20 55 }
mil = { 30 55 }
culture = culture:charka_culture
save_scope_as = target_character
create_in_limbo = yes
}
}
option = {
name = flavor_cas.113.a
historical_option = yes
add_prestige = prestige_mild_bonus
change_societal_value = { type = belligerent_vs_conciliatory value = societal_value_move_to_left }
hidden_effect = {
kill_character_silently = scope:target_character
}
}
option = {
name = flavor_cas.113.b
change_gold_effect = { scale = -3 }
scope:target_character = {
move_country = root
}
change_societal_value = { type = belligerent_vs_conciliatory value = societal_value_move_to_right }
}
after = {
hidden_effect = {
remove_variable = spa_diego_event
}
}
}