[flavor_cas.2701] 高地之声
时间范围
无明确 from 和 to 日期,事件触发后仅发生一次(fire_only_once = yes)。触发概率取决于 trigger 条件,无 monthly_chance 设定。
触发条件
- 国家拥有变量
spa_enable_peruvian_rebellion。 - 国家人口中艾马拉文化(
culture:aimara_culture)的比例大于0%。
关键效果
-
选项 A(历史选项):
- 名称:
flavor_cas.2701.a - 效果:
- 国家稳定性遭受严重惩罚(
add_stability = stability_severe_penalty)。 - 在安第斯地区(
region:andes_region)所有本国拥有的省份中,所有艾马拉文化人口(culture:aimara_culture)的忠诚度转向“图帕克叛乱”(scope:tupac_rebellion)。 - 叛乱“图帕克叛乱”的进度增加50%(
add_rebel_progress = 0.5)。 - 设置变量
spa_tupac_revolt。
- 国家稳定性遭受严重惩罚(
- 名称:
-
选项 B:
- 名称:
flavor_cas.2701.b - 效果:
- 政府权力遭受严重惩罚(
add_government_power = government_power_severe_penalty)。 - 移除政府改革“总督制”(
remove_reform = government_reform:intendancy_system)。 - 摧毁叛乱“图帕克叛乱”(
destroy_rebel = scope:tupac_rebellion)。 - 移除变量
spa_enable_peruvian_rebellion。
- 政府权力遭受严重惩罚(
- 名称:
背景介绍
该事件模拟了16世纪下半叶在西班牙殖民统治下的秘鲁地区,由艾马拉文化领袖图帕克·阿马鲁(Tupacamaru)领导的土著反抗运动。图帕克·阿马鲁出生于1545年,出身于哈南·库斯科王朝,代表了安第斯山区原住民对殖民压迫的反抗。事件反映了殖民当局在面对大规模土著叛乱时面临的两难选择:要么镇压叛乱但承受政治与行政上的代价,要么放任叛乱蔓延导致局势失控。
完整事件代码
flavor_cas.2701 = { #A Voice from the Highlands
fire_only_once = yes
type = country_event
title = flavor_cas.2701.title
desc = flavor_cas.2701.desc
illustration_tags = {
10 = angry
10 = exterior
}
immediate = {
event_illustration_poptype_effect = { foreground = pop_type:peasants
background = pop_type:peasants }
create_character = {
first_name = Tupacamaru
adm = { 30 50 }
dip = { 20 40 }
mil = { 40 80 }
birth_date = 1545.4.14
birth_location = location:chucuito
culture = culture:aimara_culture
dynasty = dynasty:hanan_qusqu_dynasty
estate = estate_type:nobles_estate
create_in_limbo = yes
script = spa_tupac_amaru
save_scope_as = target_character
}
create_rebel = {
category = nationalist
name = tupac_rebellion
save_scope_as = tupac_rebellion
culture = culture:aimara_culture
}
scope:target_character = { change_character_allegiance = scope:tupac_rebellion }
}
trigger = {
has_variable = spa_enable_peruvian_rebellion
"culture_percentage_in_country(culture:aimara_culture)" > 0
}
option = {
name = flavor_cas.2701.a
historical_option = yes
add_stability = stability_severe_penalty
custom_tooltip = {
text = flavor_cas.2300.a.tt
every_owned_location = {
limit = {
region = region:andes_region
}
every_pop = {
limit = {
owner = root
culture = culture:aimara_culture
}
change_pop_allegiance = scope:tupac_rebellion
}
}
}
scope:tupac_rebellion = { add_rebel_progress = 0.5 }
hidden_effect = {
set_variable = spa_tupac_revolt
}
}
option = {
name = flavor_cas.2701.b
add_government_power = government_power_severe_penalty
remove_reform = government_reform:intendancy_system
destroy_rebel = scope:tupac_rebellion
remove_variable = spa_enable_peruvian_rebellion
}
}