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.2102] 启蒙改革的支持

时间范围

1790.1.1 - 1830.1.1,每月 2% 概率

触发条件

  • 国家拥有统治者
  • 国家拥有变量 hab_reforms_of_enlightenment
  • 国家稳定度 > 25

关键效果

选项: flavor_hab.2102.a

  • 获得大量正统性加成
  • 社会价值观变化:
    • traditionalist_vs_innovative 向“右”移动
    • serfdom_vs_free_subjects 向“右”移动
  • 移除变量 hab_reforms_of_enlightenment

背景介绍

该事件模拟了哈布斯堡君主国(奥地利)在18世纪末至19世纪初,面对启蒙思想与改革压力时,统治者选择接纳并推行部分开明改革的历史进程。事件反映了传统君主制在启蒙时代背景下,试图平衡保守势力与社会变革需求的复杂局面。

完整事件代码

flavor_hab.2102 = { #Embracement of enlighten reforms
	type = country_event
	title = flavor_hab.2102.title
	desc = flavor_hab.2102.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = HAB
		from = 1790.1.1
		to = 1830.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 }

		ruler = {
			save_scope_as = target_ruler
		}
	}

	trigger = {
		has_ruler = yes
		has_variable = hab_reforms_of_enlightenment
		stability > 25
	}

	option = {
		name = flavor_hab.2102.a

		add_legitimacy = legitimacy_severe_bonus
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_right }
		change_societal_value = { type = serfdom_vs_free_subjects value = societal_value_move_to_right }
		remove_variable = hab_reforms_of_enlightenment
	}
}