[flavor_hab.1005] 哈布斯堡 - 授予特权
时间范围
此事件为动态历史事件,代码中未指定 from、to 或 monthly_chance 字段,因此其触发不由时间或概率控制,而是依赖于游戏引擎在满足特定条件时调用。
触发条件
此事件代码中未直接定义 trigger 字段。其触发依赖于游戏引擎在其他脚本或条件满足时调用该事件ID (flavor_hab.1005)。
关键效果
- 选项 A (
flavor_hab.1005.a):- 设置变量
privilegium_maius_granted。 - 添加政府改革:
libertas_affectandi。 - 更改继承人选择法为:
austrian_cognatic_primogeniture(奥地利男女均等的长子继承制)。 - 解锁政府改革效果:
austrian_archduchy_reform(奥地利大公国改革)。 - 添加政府改革:
austrian_archduchy_reform(奥地利大公国改革)。
- 设置变量
背景介绍
此事件模拟了历史上哈布斯堡家族巩固其权力与地位的关键时刻,特别是与“大特权”(Privilegium Maius)相关的法律和政治安排。通过授予特权、引入特定的继承法以及确立奥地利大公国的地位,该事件标志着哈布斯堡王朝在神圣罗马帝国内部制度化和权力合法化的重要一步。
完整事件代码
flavor_hab.1005 = { #Habsburg - Privilege Granted
type = country_event
title = flavor_hab.1005.title
desc = flavor_hab.1005.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.1005.a
set_variable = privilegium_maius_granted
add_reform = government_reform:libertas_affectandi
change_heir_selection = heir_selection:austrian_cognatic_primogeniture
unlock_government_reform_effect = { type = austrian_archduchy_reform }
add_reform = government_reform:austrian_archduchy_reform
}
}