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.38 鲍里斯·莫罗佐夫的财政改革

时间范围:1620.1.1 - 1650.1.1(每月 5% 概率)

触发条件

  • 人物 rus_boris_morozov 存活,并且(是内阁成员 或 是摄政王)。
  • 省份 moscow 的所有者和控制者均为玩家国家。

关键效果

  • 选项 A (历史选项)
    • 获得国家修正 reduced_government_expenses,持续 5 年。
    • 社会价值观 quality_vs_quantity 向右移动。
  • 选项 B
    • 社会价值观 aristocracy_vs_plutocracy 向左移动。
    • 人物 rus_boris_morozov 的行政能力(adm)减少 20。
    • 显示自定义提示 flavor_rus.38.tt1

背景介绍: 该事件模拟了沙皇俄国时期,权臣鲍里斯·莫罗佐夫在莫斯科掌权期间可能推行的财政政策。作为沙皇阿列克谢·米哈伊洛维奇的老师和主要顾问,莫罗佐夫曾试图通过改革来整顿国家财政,包括削减政府开支和调整税收,但这些措施也常常引发贵族和民众的不满。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = RUS
		from = 1620.1.1
		to = 1650.1.1
		monthly_chance = 5
	}

	trigger = {

		character:rus_boris_morozov ?= {
			is_alive = yes
			OR = {
			in_cabinet = yes
			is_regent = yes
			}
		}

		location:moscow = {
			owner = root
			controller = root
		}
	}

	immediate = {
		location:moscow = {
			save_scope_as = target_location
		}

		character:rus_boris_morozov = {
			save_scope_as = boris_morozov
		}
	}

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

		add_country_modifier = {
			modifier = reduced_government_expenses
			years = 5
		}

		change_societal_value = {
			type = quality_vs_quantity
			value = societal_value_move_to_right
		}
	}

	option = {
		name = flavor_rus.38.b

		change_societal_value = {
			type = aristocracy_vs_plutocracy
			value = societal_value_move_to_left
		}

		character:rus_boris_morozov = {
			add_adm = -20
		}

		custom_tooltip = flavor_rus.38.tt1
	}

	historical_info = flavor_rus.38.historical_info

}