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.82 门第制度危机

时间范围:1600.1.1 - 1680.1.1(每月 1% 概率)

触发条件

  • 国家为 MOS(莫斯科)或 RUS(俄罗斯)。
  • 贵族阶层 (estate_type:nobles_estate) 的影响力大于 20%。
  • 国家已采用政府改革 the_mestnichestvo(门第制度)。

关键效果

  • 选项 A (历史选项)
    • 贵族阶层满意度小幅下降 (estate_satisfaction_mild_penalty)。
    • AI 选择权重:100%。
  • 选项 B
    • 社会价值观向“传统主义”方向移动 (societal_value_move_to_left)。
    • AI 选择权重:50%。
  • 选项 C
    • 触发前提:王室领地阶层 (estate_type:crown_estate) 的影响力大于 50%。
    • 移除政府改革 the_mestnichestvo(门第制度)。
    • 社会价值观向“创新”方向移动 (societal_value_move_to_right)。
    • AI 选择权重:50%。

背景介绍: 在16至17世纪的俄罗斯,门第制度(Mestnichestvo)是一种基于家族出身和世系来决定官职和军事指挥权的严格等级体系。这一制度虽然维护了大贵族的特权,但也严重阻碍了人才的选拔和行政效率,并时常引发贵族间的纷争。随着中央集权的加强和王室力量的崛起,改革或废除这一过时的制度逐渐被提上议程。本事件模拟了在这一历史背景下,统治者所面临的压力与抉择。

完整事件代码

flavor_mos.82 = {
	type = country_event

	title = flavor_mos.82.title
	desc = flavor_mos.82.desc

	fire_only_once = yes

	illustration_tags = {
		10 = angry
		10 = interior
	}

	dynamic_historical_event = {
		tag = MOS
		tag = RUS
		from = 1600.1.1
		to = 1680.1.1
		monthly_chance = 1
	}

	trigger = {

		"estate_power(estate_type:nobles_estate)" > 0.20

		has_reform = government_reform:the_mestnichestvo

	}

	immediate = {

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

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

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

		custom_tooltip = flavor_mos.82.tt1

		ai_chance = {
			factor = 1
		}

	}

	option = {
		name = flavor_mos.82.b

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_left
		}

		ai_chance = {
			factor = 0.5
		}

	}

	option = {
		name = flavor_mos.82.c
		trigger = {
			"estate_power(estate_type:crown_estate)" > 0.50
		}

		remove_reform = government_reform:the_mestnichestvo

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_right
		}

		ai_chance = {
			factor = 0.5
		}

	}

	historical_info = flavor_mos.82.historical_info

}