[flavor_flo.4] 佛罗伦萨/托斯卡纳的建筑项目
时间范围:1550.1.1 - 1610.1.1(每月 10% 概率)
触发条件:
- 国家拥有比萨(Pisa)地区。
- 国家未处于战争状态。
关键效果:
- 选项 A:
flavor_flo.4.a- 效果:使比萨(Pisa)地区获得一次“发展度严重加成”(
development_severe_bonus)。
- 效果:使比萨(Pisa)地区获得一次“发展度严重加成”(
背景介绍: 此事件模拟了16世纪中后期至17世纪初,佛罗伦萨(FLO)或托斯卡纳(TUS)统治者在和平时期,于其控制的比萨地区发起重大建筑或开发项目的历史情景。此类项目通常旨在提升城市的基础设施、经济或文化影响力,反映了文艺复兴后期意大利城邦对领土建设和发展的持续投入。
完整事件代码:
flavor_flo.4 = { #The Construction Projects of [ROOT.GetCountry.GetGovernment.GetRuler.GetNameWithNoTooltip]
hide_portraits = yes
type = country_event
title = flavor_flo.4.title
desc = flavor_flo.4.desc
fire_only_once = yes
dynamic_historical_event = {
tag = FLO
tag = TUS
from = 1550.1.1
to = 1610.1.1
monthly_chance = 10
}
trigger = {
owns = location:pisa
at_war = no
}
illustration_tags = {
10 = regular
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
ruler ?= {
save_scope_as = target_character
}
}
option = {
name = flavor_flo.4.a
location:pisa = {
change_development = development_severe_bonus
}
}
}