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.1700 主教声称拥有出售赎罪券的教宗权威

时间范围:1380.1.1 - 1440.1.1(每月 2% 概率)

触发条件

  • 国家宗教为天主教,且拥有宗教修正 limited_indulgences_religion
  • 路德宗宗教未启用。
  • 国家拥有统治者。

关键效果

  • 选项 A (历史选项)
    • 触发一个自定义提示文本。
    • 在1年后静默触发事件 flavor_pap.1703
  • 选项 B
    • 为国际组织“天主教会”添加政策 policy:unlimited_indulgences
    • 为国家宗教(天主教)添加宗教修正 unlimited_sale_indulgences_religion,并移除宗教修正 limited_indulgences_religion
  • 选项 C
    • 设置变量 indulgences_investigated
    • 增加 stability_ultimate_penalty 级别的稳定度惩罚。
    • 为教士阶层增加 estate_satisfaction_severe_penalty 级别的不满度。

背景介绍: 在14世纪末至15世纪初,天主教会内部关于赎罪券的出售权问题引发了争议。一些主教声称拥有代表教宗出售赎罪券的权威,这直接挑战了教廷的中央权力和对赎罪券发行的控制。这一事件反映了中世纪晚期教会内部在财政、权威和教义实践上的紧张关系,也为后来的宗教改革埋下了伏笔。

完整事件代码

flavor_pap.1700 = { #Bishops claim papal authority to sell indulgences
	type = country_event
	fire_only_once = yes
	title = flavor_pap.1700.title
	desc = flavor_pap.1700.desc

	dynamic_historical_event = {
		tag = PAP
		from = 1380.1.1
		to = 1440.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

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

		ruler = {
			save_scope_as = target_ruler
		}
	}
	
	trigger = {
		religion:catholic = {
			has_religion_modifier = limited_indulgences_religion
		}
		religion:lutheran = { is_religion_enabled = no }
		has_ruler = yes
	}

	option = {
		name = flavor_pap.1700.a
		historical_option = yes

		custom_tooltip = {
			text = flavor_pap.1700.a.tt
			trigger_event_silently = {
				id = flavor_pap.1703
				years = 1
			}
		}
	}

	option = {
		name = flavor_pap.1700.b

		international_organization:catholic_church = {
			add_policy_to_international_organization = policy:unlimited_indulgences
		}
		religion:catholic = {
			add_religion_modifier = unlimited_sale_indulgences_religion
			remove_religion_modifier = limited_indulgences_religion
		}
	}
	
	option = {
		name = flavor_pap.1700.c

		set_variable = indulgences_investigated
		add_stability = stability_ultimate_penalty
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_penalty }
	}
}