flavor_chi.127 西安更名
时间范围:1370.1.1 - 1500.1.1(每月 5% 概率)
触发条件:
- 拥有
jingzhao地区。 - 未激活
red_turban_rebellions局势。
关键效果:
- 选项 A (
flavor_chi.127.a):- 获得
legitimacy_mild_bonus(合法性小幅提升)。 - 在目标地区:
- 若地区等级不是
city,则将其提升为city。 - 若地区等级已是
city,则获得development_weak_bonus(发展度小幅提升)。 - 将地区重命名为
xian。
- 若地区等级不是
- 获得
- 选项 B (
flavor_chi.127.b):- 获得
legitimacy_mild_bonus(合法性小幅提升)。 - 在目标地区:
- 若地区等级不是
city,则将其提升为city。 - 若地区等级已是
city,则获得development_weak_bonus(发展度小幅提升)。 - 将地区重命名为
changan_xian。
- 若地区等级不是
- 获得
- 选项 C (
flavor_chi.127.c):- 获得
prestige_extreme_bonus(威望大幅提升)。
- 获得
背景介绍: 该事件反映了明朝初期对古都西安(旧称长安、京兆)地位的重新确认与命名选择。作为多个朝代的政治与文化中心,其名称的变更不仅关乎行政规划,也象征着对历史遗产的继承或重塑。玩家作为中国的统治者,需在彰显正统、延续历史与提升威望之间做出抉择。
完整事件代码:
flavor_chi.127 = { #Xi'an
type = country_event
title = flavor_chi.127.title
desc = flavor_chi.127.desc
fire_only_once = yes
dynamic_historical_event = {
tag = CHI
from = 1370.1.1
to = 1500.1.1
monthly_chance = 5
}
trigger = {
owns = location:jingzhao
NOT = { is_situation_active = situation:red_turban_rebellions }
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
location:jingzhao = {
save_scope_as = target_location
}
}
option = {
name = flavor_chi.127.a
add_legitimacy = legitimacy_mild_bonus
scope:target_location = {
if = {
limit = { location_rank != location_rank:city}
change_location_rank_effect = { location_rank = location_rank:city }
}
else = {
change_development = development_weak_bonus
}
rename_location = xian
}
}
option = {
name = flavor_chi.127.b
add_legitimacy = legitimacy_mild_bonus
scope:target_location = {
if = {
limit = { location_rank != location_rank:city}
change_location_rank_effect = { location_rank = location_rank:city }
}
else = {
change_development = development_weak_bonus
}
rename_location = changan_xian
}
}
option = {
name = flavor_chi.127.c
add_prestige = prestige_extreme_bonus
}
}