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_hab.1008] 授予自己《大特权诏书》

时间范围

  • 动态历史事件窗口:1380.1.1 - 1700.1.1
  • 触发概率:每月 50% 概率

触发条件

  • 国家拥有统治者。
  • 国家是神圣罗马帝国(HRE)的领袖。
  • 国家拥有维也纳(Vienna)地区。
  • 统治者的王朝为哈布斯堡王朝(dynasty:habsburg_dynasty)。
  • 国家拥有变量 privilegium_maius_granted

关键效果

  • 选项flavor_hab.1008.a
  • 历史选项:是
  • 效果
    • 设置变量 privilegium_maius_granted
    • 解锁政府改革 austrian_archduchy_reform
    • 立即采用政府改革 austrian_archduchy_reform

背景介绍

该事件模拟了哈布斯堡家族通过伪造《大特权诏书》(Privilegium Maius)来提升自身地位的历史行为。这份文件声称赋予奥地利大公国在神圣罗马帝国内的特殊权利和自治地位,旨在巩固哈布斯堡家族的政治权威和法律特权,为其日后在帝国内的主导地位奠定基础。

完整事件代码

flavor_hab.1008 = { #Grant ourselves the Privilegium Maius
	type = country_event
	title = flavor_hab.1008.title
	desc = flavor_hab.1008.desc
	#historical_info = flavor_hab.1008.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = HAB
		tag = STY
		tag = TIR
		from = 1380.1.1
		to = 1700.1.1
		monthly_chance = 50
	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }

		ruler ?= {
			save_scope_as = target_ruler
		}
	}

	trigger = {
		has_ruler = yes
		is_leader_of_international_organization = international_organization:hre
		owns = location:vienna
		ruler = { dynasty = dynasty:habsburg_dynasty }
		NOT = {
			has_variable = privilegium_maius_granted
		}
	}

	option = {
		name = flavor_hab.1008.a
		historical_option = yes

		set_variable = privilegium_maius_granted
		unlock_government_reform_effect = { type = austrian_archduchy_reform }
		add_reform = government_reform:austrian_archduchy_reform
	}
}