Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

flavor_hun.580 首都撤离

时间范围:1526.1.1 - 1600.1.1,每月 10% 概率触发

触发条件

  • 布达(buda)地区:
    • 由匈牙利(ROOT)所有。
    • 是匈牙利(ROOT)的首都。
    • 由匈牙利(ROOT)控制。
    • 是匈牙利(ROOT)的核心领土。
    • 任意相邻地区由奥斯曼(TUR)所有。
  • 布拉迪斯拉发(bratislava)地区:
    • 由匈牙利(ROOT)所有。
    • 不是匈牙利(ROOT)的首都。
    • 由匈牙利(ROOT)控制。
    • 是匈牙利(ROOT)的核心领土。

关键效果

  • 选项 A (历史选项)
    • 将首都迁至布拉迪斯拉发(bratislava)。
    • 如果布拉迪斯拉发当前是“乡村定居点”(rural_settlement)等级,则将其提升为“城镇”(town)等级。
    • 否则,为布拉迪斯拉发增加“温和发展加成”(development_mild_bonus)和“显著繁荣加成”(prosperity_severe_bonus)。
  • 选项 B
    • 增加“微弱稳定加成”(stability_weak_bonus)。
    • 为当前首都增加“温和发展加成”(development_mild_bonus)和“显著繁荣加成”(prosperity_severe_bonus)。

背景介绍: 该事件模拟了16世纪匈牙利王国面临的严峻军事压力。在1526年莫哈奇战役后,奥斯曼帝国持续扩张,其兵锋直指匈牙利王国的心脏地带——首都布达。面对强邻压境、首都随时可能被围困或攻陷的危机,匈牙利宫廷内部出现了是否应将政府机构、王室及重要资源迁往更安全的西北部城市布拉迪斯拉发的争论。这一决策不仅关乎王室安全,也深刻影响着国家的政治中心、经济发展重心以及对抗奥斯曼前线的战略布局。

完整事件代码

flavor_hun.580 = { #Evacuation of the Capital
	type = country_event
	title = flavor_hun.580.title
	desc = flavor_hun.580.desc
	historical_info = flavor_hun.580.historical_info
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = HUN
		from = 1526.1.1
		to = 1600.1.1
		monthly_chance = 10
	}

	trigger = {
		location:buda = {
			owner = ROOT
			is_capital = yes
			controller = ROOT
			is_core_of = ROOT
		}
		location:buda = {
			any_neighbor_location = {
				owner = c:TUR
			}
		}
		location:bratislava = {
			owner = ROOT
			is_capital = no
			controller = ROOT
			is_core_of = ROOT
		}
	}

	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.580.a
		historical_option = yes
		set_capital = location:bratislava
		location:bratislava = {
			if = {
				limit = {
					location_rank = location_rank:rural_settlement
				}
				change_location_rank = location_rank:town
			}
			else = {
				location:bratislava = {
					change_development = development_mild_bonus
					change_prosperity = prosperity_severe_bonus
				}
			}
		}
	}

	option = {
		name = flavor_hun.580.b
		add_stability = stability_weak_bonus
		capital = {
			change_development = development_mild_bonus
			change_prosperity = prosperity_severe_bonus
		}
	}
}