flavor_nap.9 詹巴蒂斯塔·德拉·波尔塔登场
时间范围
1555年1月1日 - 1558年1月1日,每月有 25% 的概率触发。
触发条件
- 事件仅能触发一次。
- 国家必须为 NAP(那不勒斯)或 TWS(两西西里)。
关键效果
选项 A:flavor_nap.9.a
- 历史选项
- 将创建的詹巴蒂斯塔·德拉·波尔塔人物移动至本国。
- 损失 6 金币。
- 获得 大量 研究进度加成。
选项 B:flavor_nap.9.b
- 损失 少量 威望。
- 隐藏效果:静默杀死詹巴蒂斯塔·德拉·波尔塔人物。
背景介绍
詹巴蒂斯塔·德拉·波尔塔(1535-1615)是文艺复兴时期那不勒斯的一位博学家、剧作家和自然哲学家。他以其在光学、密码学和自然魔法方面的研究而闻名,并创立了被认为是欧洲最早的科学学会之一的“自然奥秘学院”。该事件模拟了这位重要学者在16世纪中叶登上历史舞台,其知识和才能可能为国家带来科技上的飞跃。
完整事件代码
flavor_nap.9 = { #Giambattista della Porta
type = country_event
title = flavor_nap.9.title
desc = flavor_nap.9.desc
historical_info = flavor_nap.9.historical_info
fire_only_once = yes
image = "gfx/interface/illustrations/institutions/renaissance.dds"
dynamic_historical_event = {
tag = NAP
tag = TWS
from = 1555.1.1
to = 1558.1.1
monthly_chance = 25
}
immediate = {
create_character = { #https://en.wikipedia.org/wiki/Giambattista_della_Porta
first_name = name_john.name_baptiste
dynasty = dynasty:della_porta_dynasty
adm = { 60 70 } dip = { 40 50 } mil = { 20 30 }
birth_date = 1535.12.1
birth_location = location:naples
estate = estate_type:nobles_estate
script = nap_giambattista_della_porta
save_scope_as = giambattista_della_porta_scope
create_in_limbo = yes
}
}
option = {
name = flavor_nap.9.a
historical_option = yes
scope:giambattista_della_porta_scope = {
move_country = ROOT
}
change_gold_effect = { scale = -6 }
add_research_progress = research_progress_severe_bonus
}
option = {
name = flavor_nap.9.b
add_prestige = prestige_mild_penalty
hidden_effect = {
kill_character_silently = scope:giambattista_della_porta_scope
}
}
}