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.150 匈牙利贵族寻求哈布斯堡保护

时间范围:1550.1.1 - 1650.1.1,每月 5% 概率触发

触发条件

  • 国家 HUN 触发此事件。
  • 国家 HAB 存在。
  • HUNTUR 处于停战状态。
  • 神圣罗马帝国(HRE)的领导者国家是 HAB
  • HABnum_of_non_rural(非农村地区数量)大于 HUNnum_of_non_rural
  • HUNnum_of_non_rural 小于 5。
  • TUR 拥有至少一个位于 carpathia_region 地区、且前所有者为 HUN 的省份。

关键效果

  • 选项 A (flavor_hun.150.a):
    • HUN 所有未被 HAB 视为核心的省份,添加 HAB 的核心。

背景介绍: 在16至17世纪,匈牙利王国(HUN)持续面临奥斯曼帝国(TUR)的巨大军事压力。当匈牙利国力衰弱(非农村地区稀少)、且与奥斯曼处于停战期时,部分匈牙利贵族可能将目光转向同为天主教势力、且实力更为强大的神圣罗马帝国皇帝兼奥地利大公——哈布斯堡王朝(HAB)。此事件模拟了匈牙利贵族阶层在内外交困之下,主动寻求哈布斯堡保护,并愿意让渡部分领土主权,以期获得对抗奥斯曼的强力后援。

完整事件代码

flavor_hun.150 = {
	type = country_event
	title = flavor_hun.150.title
	desc = flavor_hun.150.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = HUN
		from = 1550.1.1
		to = 1650.1.1
		monthly_chance = 5
	}

	trigger = {
		country_exists = c:HAB
		has_truce_with = c:TUR
		international_organization:hre.leader_country = c:HAB

		c:HAB.num_of_non_rural > num_of_non_rural

		num_of_non_rural < 5

		c:TUR = {
			any_owned_location = {
				previous_owner = c:HUN
				region = region:carpathia_region
			}
		}
	}

	illustration_tags = {
        10 = angry
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		c:TUR = { save_scope_as = target_country }
	}

	option = {
		name = flavor_hun.150.a

		every_owned_location = {
			limit = {
				NOT = { is_core_of = c:HAB }
			}
			add_core = c:HAB
		}
	}
}