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.47 修道院改革运动

时间范围:1460.1.1 - 1540.1.1(每月 1% 概率)

触发条件

  • 国家为 MOS(莫斯科)或 RUS(俄罗斯)。
  • 国家修正项 clergy_estate_max_tax(教士阶层最大税收)小于 0.25。
  • 拥有至少 3 个省份,且每个省份至少拥有 1 级东正教修道院建筑。

关键效果

  • 选项 A (历史选项)
    • 添加政策 policy:non_possessors(非占有派)。
    • 教士阶层满意度获得 estate_satisfaction_mild_penalty(轻度惩罚)。
    • AI 选择权重因子为 1。
  • 选项 B
    • 添加政策 policy:possessors(占有派)。
    • 获得 religious_influence_mild_bonus(宗教影响力轻度加成)。
    • AI 选择权重因子为 0.5。

背景介绍: 在15世纪末至16世纪初的莫斯科公国/俄罗斯,随着修道院地产的扩张和财富积累,教会内部关于财产和苦修生活的争论日益激烈。这引发了“占有派”与“非占有派”之间的深刻分歧,前者主张修道院可以拥有土地和财富,后者则倡导回归使徒式的清贫生活。这一运动不仅关乎神学,也深刻影响着国家与教会的关系、土地分配及社会结构。

完整事件代码

flavor_mos.47 = {
	type = country_event
	fire_only_once = yes
	title = flavor_mos.47.title
	desc = flavor_mos.47.desc

	dynamic_historical_event = {
		tag = MOS
		tag = RUS
		from = 1460.1.1
		to = 1540.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	trigger = {

		modifier:clergy_estate_max_tax < 0.25

		any_owned_location = {
			count >= 3
			has_building_with_at_least_one_level = orthodox_monastery
		}

	}

	immediate = {

		location:moscow = {
			save_scope_as = target_location
		}

		root = { save_scope_as = target_root_country }

		set_variable = { name = monastic_reformation_movement value = 1 }

		event_illustration_estate_effect = { foreground = estate_type:clergy_estate	background = estate_type:clergy_estate }
	}

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

		custom_tooltip = {
			text = flavor_mos.47.custom1
		}

		custom_tooltip = {
			text = flavor_mos.47.custom2
		}

		add_policy = policy:non_possessors

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

		ai_chance = {
			factor = 1
		}
	}

	option = {
		name = flavor_mos.47.b

		custom_tooltip = {
			text = flavor_mos.47.custom1
		}

		custom_tooltip = {
			text = flavor_mos.47.custom2
		}

		add_policy = policy:possessors

		add_religious_influence = religious_influence_mild_bonus

		ai_chance = {
			factor = 0.5
		}
	}

	historical_info = flavor_mos.47.historical_info

}