flavor_cas.109 利马的建立
时间范围:1450.1.1 - 1836.1.1,每月 1% 概率触发
触发条件:
- 满足以下任一条件:
- 拥有
rimaq地区。 rimaq地区的所有者是root的附属国。
- 拥有
- 国家宗教属于基督教组 (
religion.group = religion_group:christian)。
关键效果:
- 选项 A (历史选项):
- 国库减少 8 金币。
- 将
rimaq地区重命名为ciudad_de_los_reyes。 - 提升
rimaq地区的繁荣度 (prosperity_mild_bonus)。 - 提升
rimaq地区的发展度 (development_severe_bonus)。 - 如果
rimaq地区当前不是城市 (location_rank:city),则将其升级为城市。 - 触发一次持续 100 个月的移民潮:从
root的首都省份迁移 5% 的root主流文化人口至rimaq地区。
- 选项 B:
- 国家威望受到轻微惩罚 (
prestige_mild_penalty)。
- 国家威望受到轻微惩罚 (
背景介绍: 该事件模拟了西班牙殖民者在秘鲁建立利马城(最初名为“诸王之城”)的历史进程。作为西班牙在南美洲太平洋沿岸最重要的行政与商业中心,利马的建立标志着西班牙对该地区殖民统治的巩固,并引发了来自本土的移民潮,深刻改变了当地的人口与文化结构。
完整事件代码:
flavor_cas.109 = { #The Founding of Lima
type = country_event
title = flavor_cas.109.title
desc = flavor_cas.109.desc
fire_only_once = yes
historical_info = flavor_cas.109.historical_info
dynamic_historical_event = {
tag = CAS
tag = SPA
from = 1450.1.1
to = 1836.1.1
monthly_chance = 1
}
trigger = {
OR = {
owns = location:rimaq
location:rimaq = {
owner ?= {
is_subject_of = root
}
}
}
religion.group = religion_group:christian
}
immediate = {
location:rimaq = {
save_scope_as = target_location
}
}
option = {
name = flavor_cas.109.a
historical_option = yes
change_gold_effect = { scale = -8 }
location:rimaq = {
rename_location = ciudad_de_los_reyes
change_prosperity = prosperity_mild_bonus
change_development = development_severe_bonus
if = {
limit = {
NOT = { location_rank = location_rank:city }
}
change_location_rank = location_rank:city
}
}
add_migration = {
owner = this
from = root.capital.province_definition
to = scope:target_location.province_definition
culture = root.culture
amount = 0.05
months = 100
}
}
option = {
name = flavor_cas.109.b
add_prestige = prestige_mild_penalty
}
}