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.37] 帝国崛起

时间范围
无明确 fromto 日期限制,事件触发后仅发生一次 (fire_only_once = yes)。

触发条件

  • 国家是国际组织“神圣罗马帝国”(international_organization:hre)的领导者。
  • 国家当前拥有统治者(has_ruler = yes)。
  • 神圣罗马帝国已启用政策“金玺诏书”(policy:golden_bull_policy)。

关键效果

  • 历史选项historical_option = yes):
    • 获得大量正统性加成(add_legitimacy = legitimacy_severe_bonus)。
    • 获得大量威望加成(add_prestige = prestige_severe_bonus)。

背景介绍
该事件模拟了奥地利(或神圣罗马帝国皇帝)在帝国体制内巩固权威的历史时刻。当皇帝成功推行“金玺诏书”政策,确立帝国选举与权力结构后,其统治的正统性与帝国威望得到显著提升,象征着皇权在帝国内部的强化与帝国地位的上升。

完整事件代码

flavor_hab.37 = { #Imperial Ascendancy
	type = country_event
	title = flavor_hab.37.title
	desc = flavor_hab.37.desc

	fire_only_once = yes

	historical_info = flavor_hab.37.historical_info

	immediate = {
		ruler = {
			save_scope_as = austria_first_emperor
		}
		set_variable = {
			name = austria_first_emperor_variable
			value = scope:austria_first_emperor
		}
	}

	trigger = {
		is_leader_of_international_organization = international_organization:hre
		has_ruler = yes
		international_organization:hre = {
			international_organization_has_policy = policy:golden_bull_policy
		}
	}

	option = {
		name = flavor_hab.37.a
		historical_option = yes
		add_legitimacy = legitimacy_severe_bonus
		add_prestige = prestige_severe_bonus
	}
}