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_mos.72 沙皇特辖军的组建

时间范围:1550.1.1 - 1625.1.1(每月 1% 概率) 所属文件:temp/MOS/flavor_mos.72.txt

触发条件

  • 国家已启用 oprichnik_policy(特辖军政策)。
  • 满足以下任一条件:
    • 国家改革为 government_reform:autocracy(专制政体)。
    • 当前统治者的军事能力 (mil) 大于 50。

关键效果

  • 选项 A (历史选项)

    • 在首都市场 (capital.market) 添加一个持续 5 年的临时需求 demand:mos_equipping_the_oprichnik(为特辖军装备)。
  • 选项 B

    • 改变社会价值观:quality_vs_quantity(质量 vs 数量)向右侧移动(即更倾向于质量)。
  • 选项 C

    • 触发条件:当前统治者拥有特质 kind_hearted(仁慈之心)。
    • 效果:增加 stability_mild_bonus(少量稳定度)。

背景介绍

该事件模拟了莫斯科大公国或俄罗斯在16世纪中后期至17世纪初期,推行“特辖制”(Oprichnina)政策的关键时刻。特辖军是沙皇伊凡四世(雷帝)为打击大贵族势力、巩固中央集权而建立的一支直属武装力量。此事件反映了君主在推行这一高压政策时,面临如何装备这支特殊部队、平衡社会价值观,或展现统治者个人特质(如仁慈)所带来的不同选择与后果。

完整事件代码

flavor_mos.72 = {
	hide_portraits = yes
	type = country_event

	title = flavor_mos.72.title
	desc = flavor_mos.72.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = MOS
		tag = RUS
		from = 1550.1.1
		to = 1625.1.1
		monthly_chance = 1
	}
	illustration_tags = {
		10 = armed
		10 = exterior
	}

	trigger = {

		has_policy = oprichnik_policy

		OR = {
			has_reform = government_reform:autocracy
			ruler ?= {
				mil > 50
			}
		}

	}

	immediate = {

		capital = { save_scope_as = target_location }

		ruler ?= {
			save_scope_as = target_character
		}

		event_illustration_estate_effect = { foreground = estate_type:nobles_estate	background = estate_type:burghers_estate }
	}

	option = {
		name = flavor_mos.72.a
		historical_option = yes

		capital.market = {
			add_temporary_demand = {
				type = demand:mos_equipping_the_oprichnik
				years = 5
			}
		}

	}

	option = {
	name = flavor_mos.72.b

		change_societal_value = {
			type = quality_vs_quantity
			value = societal_value_move_to_right
		}

	}

	option = {
		name = flavor_mos.72.c
		trigger = {
			ruler ?= {
				has_trait = kind_hearted
			}
		}

			add_stability = stability_mild_bonus

	}

	historical_info = flavor_mos.72.historical_info

}