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.1007 哈布斯堡 - 特权被接受

时间范围

  • 起始日期:未指定(无 from 字段)
  • 结束日期:未指定(无 to 字段)
  • 触发概率:未指定(无 monthly_chance 字段)

触发条件

  • 事件类型:国家事件
  • 具体条件:代码中未明确指定 trigger 字段,因此触发条件需由游戏引擎或其他事件逻辑决定。

关键效果

选项:flavor_hab.1007.a

  • 设置变量 privilegium_maius_accepted
  • 添加政府改革 libertas_affectandi
  • 更改继承法为 austrian_cognatic_primogeniture

背景介绍

该事件模拟了哈布斯堡家族接受或确认一项重要特权的历史时刻。在神圣罗马帝国及哈布斯堡君主国的历史中,家族特权、法律地位和继承规则的确认往往是巩固权力、确立统治合法性的关键步骤。事件中的改革和继承法变更,可能反映了哈布斯堡家族通过正式接纳某项历史特权(如《大特权书》或类似法律文件),来强化其统治结构、明确继承顺序,以应对内部政治或王朝稳定的需求。

完整事件代码

flavor_hab.1007 = { #Habsburg - Privilege Accepted
	type = country_event
	title = flavor_hab.1007.title
	desc = flavor_hab.1007.desc

	illustration_tags = {
		10 = regular
		10 = interior
	}

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

	option = {
		name = flavor_hab.1007.a

		set_variable = privilegium_maius_accepted
		add_reform = government_reform:libertas_affectandi
		change_heir_selection = heir_selection:austrian_cognatic_primogeniture
	}
}