flavor_son.9 廷巴克图的抉择
时间范围:1510.1.1 - 1560.1.1 (每月 5% 概率触发)
触发条件:
- 事件所属国家(
root)拥有廷巴克图(timbuktu)地区。 - 廷巴克图地区不是该国的首都。
关键效果:
-
选项 A (flavor_son.9.a):
- 在廷巴克图地区:获得温和的发展度(
development_mild_bonus)与繁荣度(prosperity_mild_bonus)加成。
- 在廷巴克图地区:获得温和的发展度(
-
选项 B (flavor_son.9.b):
- 在当前首都地区:获得温和的发展度(
development_mild_bonus)与繁荣度(prosperity_mild_bonus)加成。
- 在当前首都地区:获得温和的发展度(
-
选项 C (flavor_son.9.c):
- 将首都迁至廷巴克图。
- 在廷巴克图地区:获得显著的发展度(
development_severe_bonus)与繁荣度(prosperity_severe_bonus)加成。
背景介绍: 作为西非历史上重要的学术、文化与商业中心,廷巴克图在16世纪依然保持着巨大的影响力。当桑海帝国(SON)的统治者控制了这座城市,但未将其设为首都时,面临着如何利用这一宝贵资源的战略抉择。是重点投资建设廷巴克图,还是巩固现有首都,亦或是直接迁都以完全掌控其财富与声望?这一事件反映了桑海帝国在黄金时代对核心领土与战略重心规划的考量。
完整事件代码:
flavor_son.9 = {
hide_portraits = yes
type = country_event
title = flavor_son.9.title
desc = flavor_son.9.desc
fire_only_once = yes
dynamic_historical_event = {
tag = SON
from = 1510.1.1
to = 1560.1.1
monthly_chance = 5
}
illustration_tags = {
10 = happy
10 = interior
}
trigger = {
location:timbuktu.owner = root
location:timbuktu = {
is_capital = no
}
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
location:timbuktu = {
save_scope_as = target_location
}
capital = {
save_scope_as = target_location2
}
ruler_or_regent ?= {
save_scope_as = target_character
}
}
option = {
name = flavor_son.9.a
scope:target_location = {
change_development = development_mild_bonus
change_prosperity = prosperity_mild_bonus
}
}
option = {
name = flavor_son.9.b
scope:target_location2 = {
change_development = development_mild_bonus
change_prosperity = prosperity_mild_bonus
}
}
option = {
name = flavor_son.9.c
set_capital = scope:target_location
scope:target_location = {
change_development = development_severe_bonus
change_prosperity = prosperity_severe_bonus
}
}
}