[flavor_cas.51] 马丁·德·阿斯皮利奎塔与经济理论
时间范围:1540.1.1 - 1550.1.1,每月 1% 概率触发
触发条件:
- 国家拥有变量
cas_unlock_salamanca_events - 国家拥有地区
pamplona
关键效果:
- 历史选项:选项
flavor_cas.51.a- 将创建的角色
target_character移动至本国 - 为国家添加修正
cas_azpilicuetas_theory,持续 20 年(模式为叠加并延长)
- 将创建的角色
背景介绍: 该事件模拟了16世纪西班牙经院哲学家、法学家马丁·德·阿斯皮利奎塔(Martin de Azpilicueta)的登场及其对经济理论的贡献。阿斯皮利奎塔是萨拉曼卡学派的代表人物之一,他关于货币数量论和公平价格的理论,为早期经济学思想奠定了基础。事件反映了西班牙帝国在知识领域的发展,以及其在经济思想史上的重要地位。
完整事件代码:
flavor_cas.51 = { #Martín de Azpilicueta and the Theory of Economics
type = country_event
title = flavor_cas.51.title
desc = flavor_cas.51.desc
image = "gfx/interface/illustrations/institutions/banking.dds"
historical_info = flavor_cas.51.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = CAS
tag = SPA
from = 1540.1.1
to = 1550.1.1
monthly_chance = 1
}
immediate = {
create_character = {
first_name = name_martin
last_name = de_Azpilicueta
birth_date = 1491.12.13
birth_location = location:pamplona
nickname = doctor_navarrus
culture = culture:basque
adm = { 75 90 }
dip = { 40 70 }
mil = { 20 40 }
estate = estate_type:clergy_estate
create_in_limbo = yes
save_scope_as = target_character
script = cas_azpilicueta
}
}
trigger = {
has_variable = cas_unlock_salamanca_events
owns = location:pamplona
}
option = {
name = flavor_cas.51.a
historical_option = yes
scope:target_character = {
move_country = root
}
add_country_modifier = { modifier = cas_azpilicuetas_theory years = 20 mode = add_and_extend }
}
}