[flavor_ven.27] 扩建总督宫
时间范围
1500.1.1 - 1700.1.1(每月 2% 概率触发)
触发条件
- 拥有威尼斯地区(
owns = location:venice)
关键效果
选项 A:flavor_ven.27.a(历史选项)
- 在威尼斯地区建造建筑:总督宫(
building_type:doges_palace) - 增加 10 点共和传统(
add_republican_tradition = 10)
选项 B:flavor_ven.27.b
- 增加少量威望惩罚(
add_prestige = prestige_weak_penalty)
背景介绍
该事件反映了威尼斯共和国在1500年至1700年间对总督宫的扩建与修缮。总督宫作为威尼斯政治与权力的核心象征,其扩建不仅是城市建设的需要,也体现了共和国对自身制度传统与威望的维护。选择扩建宫殿能强化共和体制的合法性,而拒绝则可能被视为对共和国威望的轻视。
完整事件代码
flavor_ven.27 = { #Expanding the Doge's Palace
type = country_event
title = flavor_ven.27.title
desc = flavor_ven.27.desc
fire_only_once = yes
historical_info = flavor_ven.27.historical_info
dynamic_historical_event = {
tag = VEN
from = 1500.1.1
to = 1700.1.1
monthly_chance = 2
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
set_variable = unlocked_the_doges_palace
}
trigger = {
owns = location:venice
}
option = {
name = flavor_ven.27.a
historical_option = yes
location:venice = {
construct_building = {
building_type = building_type:doges_palace
}
}
add_republican_tradition = 10
}
option = {
name = flavor_ven.27.b
add_prestige = prestige_weak_penalty
}
}