flavor_cas.107 征服库斯科
时间范围:1450.1.1 - 1836.1.1,每月 100% 概率触发
触发条件:
- 满足以下任一条件:
- 国家直接拥有库斯科(qusqu)地区。
- 库斯科(qusqu)地区的所有者是触发国(root)的附属国。
关键效果:
- 选项 A:
- 获得大量黄金(
change_gold_effect = { scale = 4 })。 - 库斯科(qusqu)地区繁荣度遭受严重惩罚(
change_prosperity = prosperity_severe_penalty)。
- 获得大量黄金(
背景介绍: 该事件模拟了西班牙殖民者(通常由卡斯蒂利亚或西班牙控制)征服印加帝国首都库斯科的历史进程。库斯科是印加帝国的政治、文化和宗教中心,其征服标志着西班牙在南美洲安第斯地区殖民统治的关键一步。事件反映了殖民者通过军事征服获取巨额财富(尤其是黄金),以及对当地社会经济造成的破坏性影响。
完整事件代码:
flavor_cas.107 = { #The Conquest of Cusco
type = country_event
title = flavor_cas.107.title
desc = flavor_cas.107.desc
fire_only_once = yes
historical_info = flavor_cas.107.historical_info
dynamic_historical_event = {
tag = CAS
tag = SPA
from = 1450.1.1
to = 1836.1.1
monthly_chance = 100
}
trigger = {
OR = {
owns = location:qusqu
location:qusqu = {
owner ?= {
is_subject_of = root
}
}
}
}
immediate = {
location:qusqu = {
save_scope_as = target_location
}
}
option = {
name = flavor_cas.107.a
change_gold_effect = { scale = 4 }
location:qusqu = {
change_prosperity = prosperity_severe_penalty
}
}
}