flavor_cas.104 赫罗尼莫·德·阿扬斯-博蒙特登场
时间范围:1590.1.1 - 1610.1.1(每月 1% 概率)
触发条件:
- 国家拥有埃斯特利亚(Estella)地区。
关键效果:
- 选项 A (历史选项):
- 花费 4 金币。
- 将赫罗尼莫·德·阿扬斯-博蒙特(
target_character)招募至本国。 - 获得少量研究进度加成。
- 社会价值观向“创新”方向偏移。
- 选项 B:
- 获得少量研究进度惩罚。
- 社会价值观向“传统”方向偏移。
- (隐藏效果)赫罗尼莫·德·阿扬斯-博蒙特(
target_character)被静默移除。
背景介绍: 该事件模拟了西班牙工程师、发明家赫罗尼莫·德·阿扬斯-博蒙特(1553-1614)的登场。他出生于纳瓦拉的埃斯特利亚,以其在蒸汽机、采矿设备和水下呼吸装置等方面的早期设计和发明而闻名,代表了西班牙在科学革命时期的技术创新潜力。事件为控制其出生地的国家提供了一个机会,可以选择资助并招募这位天才,以推动国家的科技进步。
完整事件代码:
flavor_cas.104 = { #Jerónimo de Ayanz y Beaumont
type = country_event
title = flavor_cas.104.title
desc = flavor_cas.104.desc
image = "gfx/interface/illustrations/institutions/scientific_revolution.dds"
fire_only_once = yes
historical_info = flavor_cas.104.historical_info
dynamic_historical_event = {
tag = CAS
tag = SPA
from = 1590.1.1
to = 1610.1.1
monthly_chance = 1
}
trigger = {
owns = location:estella
}
immediate = {
create_character = {
first_name = name_hieronymus
dynasty = dynasty:de_ayanz_y_beaumont_dynasty
birth_date = 1553.1.1
birth_location = location:estella
estate = estate_type:nobles_estate
adm = { 50 65 }
dip = { 50 75 }
mil = { 50 75 }
culture = culture:basque
save_scope_as = target_character
create_in_limbo = yes
}
}
option = {
name = flavor_cas.104.a
historical_option = yes
change_gold_effect = { scale = -4 }
scope:target_character = {
move_country = root
}
add_research_progress = research_progress_mild_bonus
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_right }
}
option = {
name = flavor_cas.104.b
add_research_progress = research_progress_mild_penalty
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_left }
hidden_effect = {
kill_character_silently = scope:target_character
}
}
}