flavor_ara.19 胡安·德·拉努萨·乌雷亚事件
时间范围:1590.1.1 - 1650.1.1 (每月 1% 概率)
触发条件:
- 国家拥有变量
ara_juan_urrea_event。 - 当前不存在名为“阿拉贡保皇派叛军”的叛军。
关键效果:
- 选项 A (历史选项):
- 获得少量政府力量。
- 处决角色“胡安·德·拉努萨·乌雷亚”。
- 在阿拉贡地区所有本国拥有的省份中,所有人口获得“终极惩罚”级别的不满度。
- 选项 B:
- 国家稳定性遭受“严重惩罚”。
- 角色“胡安·德·拉努萨·乌雷亚”加入本国。
- 在阿拉贡地区所有本国拥有的省份中,所有人口获得“严重奖励”级别的满意度。
背景介绍: 该事件模拟了阿拉贡王国(或西班牙帝国)在16世纪末至17世纪中叶面临的一个历史性抉择。胡安·德·拉努萨·乌雷亚是阿拉贡的一位重要贵族人物,其命运与阿拉贡的传统特权(fueros)和王权之间的冲突紧密相连。事件的核心在于统治者如何处理这位代表地方自治和传统法律的人物:是选择维护王权权威,严厉处置以巩固中央集权(历史选项),还是选择妥协与安抚,以换取地方支持但可能损害国家稳定。
完整事件代码:
flavor_ara.19 = { #Juan de Lanuza y Urrea
type = country_event
title = flavor_ara.19.title
desc = flavor_ara.19.desc
historical_info = flavor_ara.19.historical_info
dynamic_historical_event = {
tag = ARA
tag = SPA
from = 1590.1.1
to = 1650.1.1
monthly_chance = 1
}
illustration_tags = {
10 = angry
10 = interior
}
fire_only_once = yes
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
create_character = {
first_name = name_john
last_name = de_Lanuza_y_Urrea
birth_date = 1564.2.7
birth_location = location:zaragoza
estate = estate_type:peasants_estate
adm = { 20 60 }
dip = { 20 60 }
mil = { 50 80 }
culture = culture:aragonese
save_scope_as = target_character
create_in_limbo = yes
}
}
trigger = {
has_variable = ara_juan_urrea_event
NOT = {
any_rebel = {
rebel_name_key = aragonese_loyalist_rebels
}
}
}
option = {
name = flavor_ara.19.a
historical_option = yes
add_government_power = government_power_mild_bonus
kill_character = {
target = scope:target_character
reason = execution
}
custom_tooltip = {
text = flavor_ara.19.a.tt
every_owned_location = {
limit = {
area = area:aragon_area
}
every_pop = {
limit = {
owner = root
}
add_pop_satisfaction = pop_satisfaction_ultimate_penalty
}
}
}
}
option = {
name = flavor_ara.19.b
add_stability = stability_severe_penalty
scope:target_character = {
move_country = root
}
custom_tooltip = {
text = flavor_ara.19.b.tt
every_owned_location = {
limit = {
area = area:aragon_area
}
every_pop = {
limit = {
owner = root
}
add_pop_satisfaction = pop_satisfaction_severe_bonus
}
}
}
}
after = {
remove_variable = ara_juan_urrea_event
}
}