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.7] 帝国宫廷法院(Reichshofrat)

时间范围:1490.1.1 - 1520.1.1(每月 2% 概率触发)

触发条件

  • 国家是神圣罗马帝国(HRE)的领袖。

关键效果

  • 选项 A (历史选项)
    • 解锁政府改革:reichshofrat_reform(帝国宫廷法院改革)。
  • 选项 B
    • 增加少量稳定度。

背景介绍: 该事件模拟了神圣罗马帝国皇帝马克西米利安一世在位期间,为加强中央司法权威、处理帝国事务而设立“帝国宫廷法院”(Reichshofrat)的历史进程。作为帝国最高司法机构之一,它的建立旨在更有效地裁决诸侯间的争端,巩固哈布斯堡王朝在帝国内部的领导地位,是帝国行政与法律体系发展中的重要一步。

完整事件代码

flavor_hab.7 = { #Reichshofrat
	type = country_event
	title = flavor_hab.7.title
	desc = flavor_hab.7.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = HAB
		from = 1490.1.1
		to = 1520.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

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

	trigger = {
		is_leader_of_international_organization = international_organization:hre
	}

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

		unlock_government_reform_effect = { type = reichshofrat_reform }
	}

	option = {
		name = flavor_hab.7.b

		add_stability = stability_mild_bonus
	}
}