flavor_ayu.5 现代泰国国家的建立
时间范围:1750.1.1 - 1800.1.1,每月 5% 概率
触发条件:
- 国家拥有统治者。
- 统治者的总能力值大于等于170。
- 国家拥有阿瑜陀耶(ayodhya)地区。
关键效果:
- 选项 A: 建立它(历史选项)
- 获得巨额威望加成。
- 按人口排序,为最多5个自有地区增加少量发展度。
- 将阿瑜陀耶地区重命名为“曼谷”。
- 如果阿瑜陀耶地区当前不是城市等级,则将其提升为城市。
- 将阿瑜陀耶湾重命名为曼谷湾。
- 如果当前首都不是阿瑜陀耶地区,则将首都迁至该地区。
- 选项 B: 保持现状
- 获得巨额稳定度加成。
背景介绍: 该事件模拟了18世纪中后期,阿瑜陀耶王国(或其后继国家)在一位杰出统治者的领导下,进行国家现代化转型的关键时刻。其核心决策是选择在阿瑜陀耶(后更名为曼谷)建立新的政治中心,以构建现代泰国国家的基石,或是选择维持现有的统治格局。这一选择深刻影响了该地区后续的政治、经济重心转移。
完整事件代码:
flavor_ayu.5 = { #The Foundation of the Modern Thai State
type = country_event
title = flavor_ayu.5.title
desc = flavor_ayu.5.desc
historical_info = flavor_ayu.5.historical_info
dynamic_historical_event = {
tag = AYU
from = 1750.1.1
to = 1800.1.1
monthly_chance = 5
}
fire_only_once = yes
trigger = {
has_ruler = yes
ruler.total_abilities >= 170
owns = location:ayodhya
}
illustration_tags = {
10 = regular
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
ruler = { save_scope_as = target_ruler }
location:ayodhya = { save_scope_as = target_location }
}
option = { #Found it
name = flavor_ayu.5.a
historical_option = yes
add_prestige = prestige_extreme_bonus
ordered_owned_location = {
order_by = population
max = 5
change_development = development_weak_bonus
}
scope:target_location = {
rename_location = bangkok
if = {
limit = {
NOT = { location_rank = location_rank:city }
}
change_location_rank = location_rank:city
}
}
location:bight_ayodhya = { rename_location = bight_bangkok }
if = {
limit = {
NOT = { capital = scope:target_location }
}
set_capital = scope:target_location
}
}
option = { #Let's stay as we are
name = flavor_ayu.5.b
add_stability = stability_extreme_bonus
}
}