[flavor_hun.550] 维也纳 - 新首都
时间范围
- 事件窗口:1470.1.1 - 1490.1.1
- 触发概率:每月 2% 概率
触发条件
- 国家拥有
location:vienna(维也纳地区) - 维也纳地区必须满足:
- 所有者为
ROOT(触发事件的国家) - 不是当前首都
- 控制者为
ROOT - 是
ROOT的核心领土
- 所有者为
international_organization:hre(神圣罗马帝国)必须存在
关键效果
选项 A(历史选项):
- 将首都设置为
location:vienna - 在维也纳地区添加持续 10 年的地点修正
new_hungarian_capital(模式为add_and_extend)
选项 B:
- 当前首都获得
development_mild_bonus(发展度轻度增益) - 当前首都获得
prosperity_severe_bonus(繁荣度重度增益)
背景介绍
该事件模拟了匈牙利王国在 15 世纪后期可能将首都迁至维也纳的历史可能性。在 1470 年至 1490 年间,匈牙利王国若已稳固控制维也纳地区,并使其成为核心领土,同时神圣罗马帝国依然存在,则有机会考虑将维也纳定为新首都,以巩固其在中欧的统治地位。
完整事件代码
flavor_hun.550 = { #Vienna - A New Capital
type = country_event
title = flavor_hun.550.title
desc = flavor_hun.550.desc
fire_only_once = yes
historical_info = flavor_hun.550.historical_info
dynamic_historical_event = {
tag = HUN
from = 1470.1.1
to = 1490.1.1
monthly_chance = 2
}
trigger = {
owns = location:vienna
location:vienna = {
owner = ROOT
is_capital = no
controller = ROOT
is_core_of = ROOT
}
exists = international_organization:hre
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
}
option = {
name = flavor_hun.550.a
historical_option = yes
set_capital = location:vienna
location:vienna = {
add_location_modifier = {
modifier = new_hungarian_capital
years = 10
mode = add_and_extend
}
}
}
option = {
name = flavor_hun.550.b
capital = {
change_development = development_mild_bonus
change_prosperity = prosperity_severe_bonus
}
}
}