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.13 法典编纂

时间范围

1650.1.1 - 1700.1.1,每月有 5% 的概率触发。

触发条件

  • 政府类型为君主制 (government_type:monarchy)。
  • 满足以下条件之一:
    • 社会价值“中央集权 vs 地方分权”小于等于20。
    • 拥有政府改革“专制制度” (government_reform:autocracy)。
    • 人物 rus_boris_morozov 存活且在政府内阁中。
  • 国家没有摄政王 (has_regent = no)。

关键效果

选项 A (历史选项)

  • 解锁并启用政策“缙绅会议法典” (sobornoye_ulozheniye_policy)。
  • 农民阶层满意度大幅下降 (estate_satisfaction_severe_penalty)。

选项 B

  • 社会价值“首都经济 vs 传统经济”向右移动 (societal_value_move_to_right)。
  • 农民阶层满意度大幅提升 (estate_satisfaction_severe_bonus)。

背景介绍

该事件模拟了17世纪中后期俄罗斯帝国在强化中央集权、编纂全国性法典过程中面临的政治抉择。以1649年《缙绅会议法典》为历史背景,统治者需要在推行统一法律以巩固专制统治与安抚地方传统势力之间做出权衡,其决策将深刻影响农民阶层与国家经济结构。

完整事件代码

flavor_rus.13 = {
	hide_portraits = yes
	type = country_event
	title = flavor_rus.13.title
	desc = flavor_rus.13.desc
	image = "gfx/interface/illustrations/institutions/legalism.dds"

	fire_only_once = yes
	dynamic_historical_event = {
		tag = RUS
		from = 1650.1.1
		to = 1700.1.1
		monthly_chance = 5
	}

	trigger = {
		government_type = government_type:monarchy
		OR = {
			societal_value:centralization_vs_decentralization <= 20
			has_reform = government_reform:autocracy
			character:rus_boris_morozov ?= {
				is_alive = yes
				in_cabinet = yes
			}
		}
		has_regent = no
	}

	immediate = {
		ruler = {
			save_scope_as = target_character
		}
		capital = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_rus.13.a
		historical_option = yes
		unlock_policy_effect = { type = sobornoye_ulozheniye_policy }
		add_policy = policy:sobornoye_ulozheniye_policy
		add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_severe_penalty }
	}

	option = {
		name = flavor_rus.13.b
		change_societal_value = { type = capital_economy_vs_traditional_economy value = societal_value_move_to_right }
		add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_severe_bonus }
	}

	historical_info = flavor_rus.13.historical_info
}