flavor_bng.7 迁都潘杜阿
时间范围:1337.1.1 - 1450.1.1,每月 1% 概率触发
触发条件:
- 事件所属国家(BNG)拥有潘杜阿(pandua)地区。
- 潘杜阿(pandua)地区不是当前首都。
关键效果:
- 选项 A (flavor_bng.7.a):
- 将首都迁至潘杜阿(pandua)地区。
- 潘杜阿(pandua)地区获得一次“温和发展度加成”(development_mild_bonus)。
- 选项 B (flavor_bng.7.b):
- 当前首都获得一次“温和发展度加成”(development_mild_bonus)。
背景介绍: 在1337年至1450年间,孟加拉苏丹国(BNG)的统治者面临着一个关于国家中心的战略抉择。潘杜阿作为该地区一个历史悠久且具有重要战略意义的地点,是否应取代现有首都,成为新的政治与行政中心?这一决定不仅关乎王室权威的象征性转移,也涉及到对国家核心区域发展资源的重新分配。选择迁都可能巩固对关键地区的控制并促进其繁荣,而维持现状则意味着集中资源强化现有首都。
完整事件代码:
flavor_bng.7 = { #Pandua as the capital
type = country_event
title = flavor_bng.7.title
desc = flavor_bng.7.desc
dynamic_historical_event = {
tag = BNG
from = 1337.1.1
to = 1450.1.1
monthly_chance = 1
}
illustration_tags = {
10 = regular
10 = interior
}
fire_only_once = yes
trigger = {
location:pandua.owner ?= root
location:pandua = {
is_capital = no
}
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
location:pandua = {
save_scope_as = target_location
}
ruler_or_regent ?= {
save_scope_as = target_character
}
}
option = {
name = flavor_bng.7.a
set_capital = scope:target_location
scope:target_location = {
change_development = development_mild_bonus
}
}
option = {
name = flavor_bng.7.b
capital ?= {
change_development = development_mild_bonus
}
}
}