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.2100] 玛丽亚·特蕾莎与约瑟夫二世的改革

时间范围:1750.1.1 - 1800.1.1(每月 4% 概率)

触发条件

  • 国家已接纳启蒙思潮制度 (institution:enlightenment)。
  • 当前统治者的总能力值 (total_abilities) 不低于 170。

关键效果

  • 选项 A (历史选项)
    • 社会价值观向“创新”方向大幅移动 (traditionalist_vs_innovative 右移 societal_value_large_move_to_right)。
    • 获得大量研究进度 (research_progress_severe_bonus)。
    • 为国家添加持续 5 年的“法律改革”修正 (modifier = reform_of_law)。
    • 设置变量 hab_reforms_of_enlightenment

背景介绍: 该事件模拟了18世纪下半叶哈布斯堡君主国在玛丽亚·特蕾莎女皇及其子约瑟夫二世皇帝统治下进行的一系列重大改革。这些改革深受启蒙思想影响,旨在加强中央集权、推动行政与法律现代化、促进教育发展,并对农奴制进行限制,是奥地利历史上关键的现代化转型时期。

完整事件代码

flavor_hab.2100 = { #Reforms of Maria Theresia and Joseph II
	type = country_event
	title = flavor_hab.2100.title
	desc = flavor_hab.2100.desc
	historical_info = flavor_hab.2100.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = HAB
		from = 1750.1.1
		to = 1800.1.1
		monthly_chance = 4
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

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

		ruler = {
			save_scope_as = target_ruler
		}
	}

	trigger = {
		has_embraced_institution = institution:enlightenment
		ruler ?= { total_abilities >= 170 }
	}

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

		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_large_move_to_right }
		add_research_progress = research_progress_severe_bonus
		add_country_modifier = { modifier = reform_of_law years = 5 mode = add_and_extend }
		set_variable = hab_reforms_of_enlightenment
	}
}