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_pap.17 禁止圣职买卖

时间范围:1420.1.1 - 1520.1.1(每月 5% 概率)

触发条件

  • 天主教宗教需满足:
    • 改革意愿 ≥ 50%
    • 拥有宗教修正 tolerated_simony_religion
  • 路德宗宗教未启用

关键效果

  • 选项 A (flavor_pap.17.a)

    • 稳定性:stability_extreme_penalty
    • 天主教改革意愿:reform_desire_severe_decrease
    • 政府点数:government_power_extreme_bonus
    • 天主教宗教修正:移除 tolerated_simony_religion,添加 banned_simony_religion
    • 国际组织“天主教会”政策:添加 policy:banned_simony
    • 自定义提示:disables_simony
  • 选项 B (flavor_pap.17.b)

    • 政府点数:government_power_extreme_penalty
    • 天主教宗教修正:移除 tolerated_simony_religion,添加 endorsed_simony_religion
    • 国际组织“天主教会”政策:添加 policy:endorsed_simony

背景介绍: 在15世纪,圣职买卖(Simony)——即买卖教会职位和圣礼——是天主教会内部一个长期存在且备受争议的问题。随着教会改革呼声的日益高涨,教廷面临着巨大的内部压力,需要对此类腐败行为作出明确表态。本事件模拟了教宗国(PAP)在这一历史十字路口所面临的抉择:是顺应改革派的呼声,严厉禁止圣职买卖以净化教会,还是维持现状甚至变相认可这一做法以换取政治上的便利与稳定。这一决定不仅影响教廷的权威和稳定,也将深远地塑造天主教会的未来走向及其与世俗政权的关系。

完整事件代码

flavor_pap.17 = {
	type = country_event
	fire_only_once = yes
	title = flavor_pap.17.title
	desc = flavor_pap.17.desc
	
	dynamic_historical_event = {
		tag = PAP
		from = 1420.1.1
		to = 1520.1.1
		monthly_chance = 5
	}
	
	trigger = {
		religion:catholic = {
			reform_desire >= 0.50
			has_religion_modifier = tolerated_simony_religion
		}
		NOT = { religion:lutheran = { is_religion_enabled = yes} }
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
	}
	
	option = {
		name = flavor_pap.17.a

		add_stability = stability_extreme_penalty
		religion:catholic = { add_reform_desire = reform_desire_severe_decrease }
		add_government_power = government_power_extreme_bonus
		custom_tooltip = disables_simony

		religion:catholic = {
			remove_religion_modifier = tolerated_simony_religion
			add_religion_modifier = banned_simony_religion
		}
		international_organization:catholic_church = {
			add_policy_to_international_organization = policy:banned_simony
		}
	}
	
	option = {
		name = flavor_pap.17.b

		add_government_power = government_power_extreme_penalty
		religion:catholic = {
			remove_religion_modifier = tolerated_simony_religion
			add_religion_modifier = endorsed_simony_religion
		}
		international_organization:catholic_church = {
			add_policy_to_international_organization = policy:endorsed_simony
		}
	}
}