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.210] 匈牙利边境要塞系统

时间范围

1450.1.1 - 1500.1.1
每月 5% 概率

触发条件

  • 拥有贝尔格莱德地区(location:belgrad
  • 与奥斯曼帝国(c:TUR)接壤
  • 本国非农村省份数量少于奥斯曼帝国
  • 贝尔格莱德地区拥有至少 1 级要塞(modifier:fort_level > 0

关键效果

选项 A

  • 解锁法律效果:匈牙利边境要塞(hun_frontier_fortresses
  • 添加政策:要塞系统(vegvar_system

选项 B

  • 解锁法律效果:匈牙利边境要塞(hun_frontier_fortresses
  • 添加政策:未维护(not_maintained

背景介绍

在 15 世纪中后期,随着奥斯曼帝国在巴尔干地区的持续扩张,匈牙利王国面临着日益严峻的南部边境防御压力。为了应对来自南方的军事威胁,匈牙利王国开始在其南部边境,特别是贝尔格莱德等关键战略要地,规划和建设一系列边境要塞系统。这一事件反映了匈牙利王国在奥斯曼帝国扩张阴影下,为巩固国防、加强边境控制而进行的军事与行政改革努力。

完整事件代码

flavor_hun.210 = {
	hide_portraits = yes
	type = country_event

	title = flavor_hun.210.title
	desc = flavor_hun.210.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = HUN
		from = 1450.1.1
		to = 1500.1.1
		monthly_chance = 5
	}

	trigger = {
		owns = location:belgrad
		is_neighbor_of = c:TUR
		num_of_non_rural < c:TUR.num_of_non_rural
		location:belgrad = {
			modifier:fort_level > 0
		}
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		hidden_effect = {
			if = {
				limit = {
					any_neighbor_country = {
						tag = TUR
						num_of_non_rural >= root.num_of_non_rural
					}
				}

			}
			c:TUR = {
					save_scope_as = threat_to_hungary
			}
			location:belgrad = {
				save_scope_as = belgrade_localized
			}
		}
	}

	option = {
		name = flavor_hun.210.a
		unlock_law_effect = { type = hun_frontier_fortresses }
		add_policy = policy:vegvar_system
	}
	option = {
		name = flavor_hun.210.b
		unlock_law_effect = { type = hun_frontier_fortresses }
		add_policy = policy:not_maintained
	}
}