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.59 叶卡捷琳娜二世的《圣谕》

时间范围:1760.1.1 - 1840.1.1(每月 5% 概率)

触发条件

  • 国家为俄罗斯(tag = RUS)。
  • 满足以下任一条件:
    • 已拥有“人文主义”思潮。
    • 首都已接纳“启蒙运动”制度。
  • 西欧次大陆(sub_continent:western_europe)上,至少有10个地点已接纳“启蒙运动”制度。

关键效果

  • 选项 A (历史选项)
    • 启用《圣谕》改革(设置变量 nakaz = 1)。
    • 贵族阶层满意度大幅下降(estate_satisfaction_severe_penalty)。
    • AI选择概率:100%。
  • 选项 B
    • 社会价值观向“人文主义”方向偏移(societal_value_move_to_right)。
    • 国家稳定度小幅下降(stability_mild_penalty)。
    • 人口最多的5个非农村地区控制度大幅下降(control_severe_penalty)。
    • AI选择概率:50%。
  • 选项 C
    • 政府点数大幅减少(government_power_severe_penalty)。
    • 社会价值观向“传统主义”方向偏移(societal_value_move_to_left)。
    • AI选择概率:50%。

背景介绍: 该事件模拟了叶卡捷琳娜二世统治时期(1762-1796年)颁布《圣谕》(Nakaz)的历史时刻。《圣谕》是一部旨在改革俄罗斯法律体系的宏大法典草案,深受孟德斯鸠等启蒙思想家的影响。它试图引入现代司法原则,限制酷刑,并主张法律面前人人平等。然而,这些激进的改革思想遭到了贵族阶层的强烈抵制,最终大部分条款未能真正实施,但它标志着俄罗斯在启蒙时代与西欧思想的一次重要接触,以及国内改革派与保守势力之间的深刻矛盾。

完整事件代码

flavor_rus.59 = {
	type = country_event
	title = flavor_rus.59.title
	desc = flavor_rus.59.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = RUS
		from = 1760.1.1
		to = 1840.1.1
		monthly_chance = 5
	}

	trigger = {
		OR = {
			has_advance = humanism
			capital = {
				has_institution = institution:enlightenment
			}
		}
		sub_continent:western_europe = {
			any_location_in_sub_continent = {
				count > 10
				has_institution = institution:enlightenment
			}
		}
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		capital = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_rus.59.a
		historical_option = yes
		custom_tooltip = {
			text = enable_nakaz_reform
			set_variable = { name = nakaz value = 1 }
		}
		add_estate_satisfaction = { type = estate_type:nobles_estate
			value = estate_satisfaction_severe_penalty
		}
		custom_tooltip = flavor_rus.59.tt1
		ai_chance = {
			factor = 1
		}
	}

	option = {
		name = flavor_rus.59.b
		change_societal_value = {
			type = spiritualist_vs_humanist
			value = societal_value_move_to_right
		}
		add_stability = stability_mild_penalty
		ordered_owned_non_rural_location = {
			order_by = population
			max = 5
			change_control = control_severe_penalty
		}
		custom_tooltip = flavor_rus.59.tt2
		ai_chance = {
			factor = 0.5
		}
	}

	option = {
		name = flavor_rus.59.c
		add_government_power = government_power_severe_penalty
		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_left
		}
		custom_tooltip = flavor_rus.59.tt3
		ai_chance = {
			factor = 0.5
		}
	}

	historical_info = flavor_rus.59.historical_info
}