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.21] 莫斯科公国/俄罗斯的早期治理改革

时间范围:1360.1.1 - 1400.1.1(每月 5% 概率)

触发条件

  • 国家为 MOS(莫斯科公国)或 RUS(俄罗斯)。
  • 国家未处于战争状态。
  • 国家没有摄政王。
  • 国家等级 不是 帝国。
  • 政府类型为君主制。

关键效果

  • 选项 A (历史选项)
    • 启用“普里卡齐”改革(设置变量 prikazi = 1)。
    • 显示自定义提示文本 flavor_mos.21.tt1
    • AI 选择此选项的概率因子为 1。
  • 选项 B
    • 社会价值观变化:中央化 vs 去中央化 向“右”(更中央化)移动。
    • 获得少量威望加成。
    • AI 选择此选项的概率因子为 0.5。

背景介绍: 在14世纪中后期,莫斯科公国作为罗斯诸公国中的新兴力量,正处于国家构建和权力集中的关键阶段。摆脱蒙古统治后,莫斯科大公们开始着手建立更有效的行政体系,以巩固统治并应对内外挑战。此事件反映了莫斯科公国早期在国家治理模式上的选择:是建立一套更系统化、中央化的官僚机构(如普里卡齐制度的前身),还是维持相对传统、分散的治理方式,这将对公国未来的发展轨迹产生深远影响。

完整事件代码

flavor_mos.21 = {
	hide_portraits = yes
	type = country_event
	fire_only_once = yes
	title = flavor_mos.21.title
	desc = flavor_mos.21.desc

	dynamic_historical_event = {
		tag = MOS
		tag = RUS
		from = 1360.1.1
		to = 1400.1.1
		monthly_chance = 5
	}

	trigger = {

		at_war = no

		has_regent = no

		NOT = {
			country_rank = country_rank:rank_empire
		}

		government_type = government_type:monarchy

	}

	immediate = {

		capital = {
			save_scope_as = target_location
		}

		ruler = {
			save_scope_as = target_character
		}

	}

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

		custom_tooltip = {
			text = enable_prikazi_reform
			set_variable = { name = prikazi value = 1 }
		}

		custom_tooltip = flavor_mos.21.tt1

		ai_chance = {
			factor = 1
		}
	}

	option = {
		name = flavor_mos.21.b

		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_move_to_right
		}

		add_prestige = prestige_mild_bonus

		ai_chance = {
			factor = 0.5
		}
	}

	historical_info = flavor_mos.21.historical_info

}