[flavor_zan.1] 基卢瓦的宏伟宫殿
时间范围:1337.1.1 - 1444.6.1(每月 2% 概率) 触发条件:
- 国家处于和平状态(
at_war = no) - 国家未处于破产状态(
is_during_bankruptcy = no) - 基卢瓦·基西瓦尼(
location:kilwa_kisiwani)是国家的首都(is_capital = yes)且为国家所有(owner = root)
关键效果:
- 选项 A (flavor_zan.1.a) - 历史选项:
- 在基卢瓦·基西瓦尼(
target_location)建造建筑“胡苏尼·库布瓦”(construct_building = building_type:husuni_kubwa)。
- 在基卢瓦·基西瓦尼(
- 选项 B (flavor_zan.1.b):
- 获得少量政府权力惩罚(
add_government_power = government_power_mild_penalty)。 - 显示自定义提示,表示将在其他时间建造该建筑(
custom_tooltip = construct_the_building_at_another_time_tt)。
- 获得少量政府权力惩罚(
背景介绍: 在14世纪至15世纪中叶,基卢瓦苏丹国作为东非海岸的贸易中心,其首都基卢瓦·基西瓦尼的繁荣达到了顶峰。这一时期,统治者们开始规划建造宏伟的石制宫殿和公共建筑,以彰显国家的财富与权力,其中最著名的便是胡苏尼·库布瓦宫殿。这一事件反映了基卢瓦苏丹国在和平与稳定时期,对国家核心地区进行大规模建设的雄心。
完整事件代码:
flavor_zan.1 = {
hide_portraits = yes
type = country_event
title = flavor_zan.1.title
desc = flavor_zan.1.desc
historical_info = flavor_zan.1.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = ZAN
from = 1337.1.1
to = 1444.6.1
monthly_chance = 2
}
trigger = {
at_war = no
is_during_bankruptcy = no
location:kilwa_kisiwani = {
is_capital = yes
owner = root
}
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
location:kilwa_kisiwani = { save_scope_as = target_location }
ruler_or_regent = { save_scope_as = target_character }
set_variable = unlocked_husuni_kubwa_variable
}
option = {
name = flavor_zan.1.a
historical_option = yes
scope:target_location = {
construct_building = { building_type = building_type:husuni_kubwa }
}
}
option = {
name = flavor_zan.1.b
add_government_power = government_power_mild_penalty
custom_tooltip = construct_the_building_at_another_time_tt
}
}