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_rus.22 俄罗斯绝对主义的兴起

时间范围:1680.1.1 - 1740.1.1,每月 5% 概率触发

触发条件

  • 国家为 RUS
  • 没有摄政王 (has_regent = no)。
  • 处于和平状态 (at_war = no)。
  • 满足以下任一条件:
    • 拥有政府改革:autocracy
    • 社会价值 centralization_vs_decentralization (中央集权 vs 地方分权) 小于等于 -30。

关键效果

  • 选项 A (历史选项)
    • 启用俄罗斯绝对主义改革 (set_variable = { name = russian_absolutism value = yes })。
    • 贵族阶层满意度大幅下降 (add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_severe_penalty })。
    • 国家稳定度大幅下降 (add_stability = stability_severe_penalty)。
  • 选项 B
    • 社会价值 centralization_vs_decentralization 向右移动 (趋向中央集权) (change_societal_value = { type = centralization_vs_decentralization value = societal_value_move_to_right })。
    • 国家稳定度大幅提升 (add_stability = stability_severe_bonus)。

背景介绍: 该事件模拟了17世纪末至18世纪初俄罗斯帝国政治体制的关键转折点。随着罗曼诺夫王朝的巩固,沙皇权力与传统的波雅尔贵族特权之间矛盾日益尖锐。事件反映了彼得大帝及其继任者推动中央集权、建立绝对君主制的历史进程,展现了改革派与保守势力在俄罗斯现代化道路上的激烈博弈。选择强化君主权力将引发贵族强烈不满,但为后续行政军事改革奠定基础;而妥协于传统分权体制虽能维持短期稳定,却可能延缓国家现代化进程。

完整事件代码

flavor_rus.22 = {
	hide_portraits = no
	type = country_event
	title = flavor_rus.22.title
	desc = flavor_rus.22.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = RUS
		from = 1680.1.1
		to = 1740.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

	trigger = {
		has_regent = no

		at_war = no

		OR = {
			has_reform = government_reform:autocracy
			societal_value:centralization_vs_decentralization <= -30
		}
	}

	immediate = {
		capital = {
			save_scope_as = target_location
		}
		ruler = {
			save_scope_as = target_ruler
		}
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate	background = estate_type:nobles_estate }
	}

	option = {
		name = flavor_rus.22.a
		historical_option = yes

		custom_tooltip = {
			text = enable_russian_absolutism_reform
			set_variable = { name = russian_absolutism value = yes }
		}

		add_estate_satisfaction = { type = estate_type:nobles_estate
			value = estate_satisfaction_severe_penalty
		}

		add_stability = stability_severe_penalty

		custom_tooltip = flavor_rus.22.tt1
	}

	option = {
		name = flavor_rus.22.b

		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_move_to_right
		}

		add_stability = stability_severe_bonus
	}

	historical_info = flavor_rus.22.historical_info
}