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.98 枢密院改革

时间范围:1700.1.1 - 1800.1.1(每月 1% 概率)

触发条件

  • 国家政策为“枢密院治理”(has_policy = dop_law_governing_senate)。
  • 国家拥有变量 prikazi
  • 省份 neva 的所有者与控制者均为本国,且该省份是首都(is_capital = yes)。

关键效果

  • 选项 A (历史选项)
    • 移除国家变量 prikazi
    • 设置国家变量 collegium 为 1(启用委员会改革)。
    • 显示自定义提示文本 flavor_mos.98.tt1
    • AI 选择权重因子为 1。
  • 选项 B
    • 社会价值观向“传统主义”方向移动(societal_value_move_to_left)。
    • 首都获得微弱的繁荣度加成(prosperity_very_weak_bonus)。
    • 显示自定义提示文本 flavor_mos.98.tt2
    • AI 选择权重因子为 0.5。

背景介绍: 在18世纪,俄罗斯帝国(或其前身莫斯科大公国)面临着中央行政机构现代化的压力。旧的“普里卡齐”(衙门)体系效率低下且分散,难以管理日益扩张的帝国。彼得大帝及其继任者推动改革,旨在用更集中、更专业的“委员会”(Collegia)体系取代旧制度,以加强中央集权、提高行政效率并更好地整合新征服的领土(如以圣彼得堡/neva地区为代表的新首都)。这一事件模拟了统治者在首都稳固后,决定是否推行这一关键行政改革的历史抉择。

完整事件代码

flavor_mos.98 = {
	type = country_event

	title = flavor_mos.98.title
	desc = flavor_mos.98.desc
	image = "gfx/interface/illustrations/institutions/legalism.dds"

	fire_only_once = yes

	dynamic_historical_event = {
		tag = MOS
		tag = RUS
		from = 1700.1.1
		to = 1800.1.1
		monthly_chance = 1
	}

	trigger = {

		has_policy = dop_law_governing_senate

		has_variable = prikazi

		location:neva = {
			owner = root
			controller = root
			is_capital = yes
		}

	}

	immediate = {

		location:neva = {
			save_scope_as = target_location
		}

	}

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

		remove_variable = prikazi

		custom_tooltip = {
			text = enable_collegium_reform
			set_variable = { name = collegium value = 1 }
		}

		custom_tooltip = flavor_mos.98.tt1

		ai_chance = {
			factor = 1
		}

	}

	option = {
	name = flavor_mos.98.b

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_left
		}

		capital = {
			change_prosperity = prosperity_very_weak_bonus
		}

		custom_tooltip = flavor_mos.98.tt2

		ai_chance = {
			factor = 0.5
		}

	}

	historical_info = flavor_mos.98.historical_info

}