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.64] 制度化枢密院

时间范围
1600.1.1 - 1700.1.1
每月 10% 概率触发

触发条件

  • 已拥有科技 geheimrat
  • 已采用政府改革 privy_council

关键效果

  • 选项 A (flavor_hab.64.a)
    解锁政府改革效果 hab_geheimer_rat
    显示自定义提示 flavor_hab.64.a.tt

  • 选项 B (flavor_hab.64.b)
    改变社会价值观:traditionalist_vs_innovative 向左移动(趋向传统主义)

背景介绍
该事件反映了哈布斯堡君主国在17世纪试图将枢密院(Geheimer Rat)制度化的历史进程。枢密院作为君主的核心咨询机构,其制度化旨在加强中央集权与行政效率,是近代早期国家构建的重要步骤。事件中的两个选项代表了在推进机构改革时可能采取的不同路径:一是正式确立并强化这一机构,二是选择保持或回归更传统的治理模式。

完整事件代码

flavor_hab.64 = { #Institutionalizing the Geheimer Rat
	type = country_event
	title = flavor_hab.64.title
	desc = flavor_hab.64.desc

	fire_only_once = yes

	illustration_tags = {
		10 = regular
		10 = interior
	}

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

	dynamic_historical_event = {
		tag = HAB
		from = 1600.1.1
		to = 1700.1.1
		monthly_chance = 10
	}

	trigger = {
		has_advance = geheimrat
		has_reform = government_reform:privy_council
	}

	option = {
		name = flavor_hab.64.a
		unlock_government_reform_effect = { type = hab_geheimer_rat }
		custom_tooltip = flavor_hab.64.a.tt
	}

	option = {
		name = flavor_hab.64.b
		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_left
		}
	}
}