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.71 军事屯垦制度

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

触发条件

  • 社会价值观“农奴制 vs 自由民”低于 -10。
  • 满足以下任一条件:
    • 已采用“早期常备军”政策。
    • 人力储备小于或等于 3。
  • 当前军队规模小于预期军队规模。

关键效果

  • 选项 A (历史选项)
    • 启用“军事屯垦”政策(设置变量 military_settlements = 1)。
    • AI 选择权重因子为 1。
  • 选项 B
    • 将社会价值观“农奴制 vs 自由_subjects”向右移动(即向“自由民”方向调整)。
    • 为“农民阶层”增加大量阶层满意度。
    • AI 选择权重因子为 0.5。

背景介绍: 在18世纪末至19世纪初的俄罗斯帝国,随着军事需求的增长和传统农奴制社会结构的压力,国家面临维持足够军队规模的挑战。这一时期,俄国政府探索了多种军事改革方案,其中军事屯垦制度(Military Settlements)是一项重要的尝试。该制度由阿拉克切耶夫伯爵等人推动,旨在将士兵安置在国有土地上,使其平时务农、战时出征,以此解决军队供养和人力短缺问题。这一政策深刻影响了俄国社会结构、军事体系以及农奴与自由民之间的平衡。

完整事件代码

flavor_rus.71 = {
	type = country_event
	title = flavor_rus.71.title
	desc = flavor_rus.71.desc
	image = "gfx/interface/illustrations/institutions/levee_en_masse.dds"

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

	trigger = {

		societal_value:serfdom_vs_free_subjects < -10

		OR = {
			has_policy = early_standing_army_policy
			manpower <= 3
		}

		army_size < expected_army_size
	}


	immediate = {
		capital = {
			save_scope_as = target_location
		}
	}

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

		custom_tooltip = {
			text = enable_military_settlements_policy
			set_variable = { name = military_settlements value = 1 }
		}

		ai_chance = {
			factor = 1
		}

	}

	option = {
		name = flavor_rus.71.b

		change_societal_value = {
			type = serfdom_vs_free_subjects
			value = societal_value_move_to_right
		}

		add_estate_satisfaction = { type = estate_type:peasants_estate
			value = estate_satisfaction_severe_bonus
		}

		ai_chance = {
			factor = 0.5
		}

	}

	historical_info = flavor_rus.71.historical_info

}