[flavor_chi.36] 迁都上都
时间范围:1350.1.1 - 1450.1.1,每月 25% 概率触发
触发条件:
- 国家是元朝中国 (
is_yuan_china = yes)。 - 拥有上都 (
owns = location:shangdu)。 - 首都 (
capital) 不在上都 (location:shangdu)。 - 不拥有大都 (
NOT = { owns = location:dadu })。 - 国际组织“中华” (
international_organization:middle_kingdom) 的所在地不是当前国家的首都 (NOT = { has_location = root.capital })。
关键效果:
- 选项 A (
flavor_chi.36.a):- 执行迁都效果 (
flee_to_location_effect),将首都从当前首都 (scope:current_capital) 迁至上都 (scope:target_location)。
- 执行迁都效果 (
- 选项 B (
flavor_chi.36.b):- 获得少量威望加成 (
add_prestige = prestige_mild_bonus)。
- 获得少量威望加成 (
背景介绍: 此事件模拟了元朝后期,在失去旧都大都(今北京)的控制权后,朝廷面临的迁都抉择。上都(开平,今内蒙古正蓝旗)作为元朝的夏都,是重要的政治和军事中心。当中央政权在汉地核心区不稳时,北返上都成为部分蒙古贵族维持统治、依托草原力量的选择。事件反映了元廷在南北统治重心间的摇摆,以及元末政治动荡中地理战略的调整。
完整事件代码:
flavor_chi.36 = {
type = country_event
title = flavor_chi.36.title
desc = flavor_chi.36.desc
trigger = {
is_yuan_china = yes
owns = location:shangdu
capital != location:shangdu
NOT = { owns = location:dadu }
international_organization:middle_kingdom ?= {
NOT = { has_location = root.capital }
}
}
fire_only_once = yes
dynamic_historical_event = {
tag = CHI
tag = YUA
from = 1350.1.1
to = 1450.1.1
monthly_chance = 25
}
illustration_tags = {
10 = angry
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:nobles_estate }
capital = {
save_scope_as = current_capital
}
location:dadu = {
save_scope_as = lost_capital
}
location:shangdu = {
save_scope_as = target_location
}
flee_to_location_effect_setup = {
from = scope:current_capital
to = scope:target_location
}
}
option = {
name = flavor_chi.36.a
flee_to_location_effect = {
from = scope:current_capital
to = scope:target_location
}
}
option = {
name = flavor_chi.36.b
add_prestige = prestige_mild_bonus
}
}