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.23 国家控制教会

时间范围:1720.1.1 - 1800.1.1,每月 5% 概率触发

触发条件

  • 国家宗教为东正教 (religion = religion:orthodox)
  • 已采用政府改革“俄罗斯专制主义” (has_reform = government_reform:russian_absolutism)
  • 神职人员阶层影响力低于 30% ("estate_power(estate_type:clergy_estate)" < 0.3)

关键效果

  • 选项 A (历史选项)
    • 启用“国家控制教会”改革 (set_variable = { name = state_controlled_church value = 1 })
    • 神职人员阶层满意度大幅降低 (add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_penalty })
    • 若已采用“至圣会议”政策且同时采用“有限审查”或“无审查”政策,则添加“严格审查”政策 (add_policy = policy:strict_censorship)
  • 选项 B
    • 神职人员阶层满意度大幅提升 (add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_bonus })
    • 社会价值观向“灵性主义”方向移动 (change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_left })
    • 小幅增加稳定度 (add_stability = stability_mild_bonus)
  • 选项 C
    • 触发前提:统治者需具有“贪婪”特质 (ruler ?= { has_trait = greedy })
    • 大幅增加国库收入 (change_gold_effect = { scale = 6 })
    • 大幅增加政府点数 (add_government_power = government_power_severe_bonus)

背景介绍: 在彼得大帝改革后,俄罗斯专制主义不断加强。随着神职人员阶层影响力的衰落,国家开始寻求进一步控制东正教会,将其纳入中央集权的管理体系。这一事件反映了沙皇政权与教会之间权力关系的转折点,国家试图将教会从一股独立的社会力量转变为服务于国家利益的工具。

flavor_rus.23 = {
	type = country_event
	title = flavor_rus.23.title
	desc = flavor_rus.23.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = RUS
		from = 1720.1.1
		to = 1800.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = angry
		10 = interior
	}
	
	trigger = {
		religion = religion:orthodox
		has_reform = government_reform:russian_absolutism

		"estate_power(estate_type:clergy_estate)" < 0.3

	}

	immediate = {
		capital = {
			save_scope_as = target_location
		}
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate	background = estate_type:clergy_estate }
	}

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

		custom_tooltip = {
			text = enable_state_controlled_church_reform
			set_variable = { name = state_controlled_church value = 1 }
		}

		add_estate_satisfaction = { type = estate_type:clergy_estate
			value = estate_satisfaction_severe_penalty
		}

		if = {
			limit = {
				has_policy = most_holy_synod_policy
				OR = { has_policy = limited_censorship has_policy = no_censorship }
			}
			add_policy = policy:strict_censorship
			custom_tooltip = flavor_rus.23.tt1
		}

	}

	option = {
		name = flavor_rus.23.b

		add_estate_satisfaction = { type = estate_type:clergy_estate
			value = estate_satisfaction_severe_bonus
		}

		change_societal_value = {
			type = spiritualist_vs_humanist
			value = societal_value_move_to_left
		}
		add_stability = stability_mild_bonus
	}

		option = {
		name = flavor_rus.23.c
		trigger = {
			ruler ?= {
				has_trait = greedy
			}
		}

		change_gold_effect = { scale = 6 }

		add_government_power = government_power_severe_bonus
	}

	historical_info = flavor_rus.23.historical_info

}