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.1703] 对赎罪券的调查

时间范围
无明确 fromto 日期限制,无 monthly_chance 概率设定。

触发条件
代码中未明确指定 trigger 字段内容。

关键效果

  • 选项 A (历史选项)
    • 为国际组织“天主教会”添加政策:policy:unlimited_indulgences(无限赎罪券政策)。
  • 选项 B
    • 设置变量:indulgences_investigated(赎罪券已调查)。
    • 增加稳定性惩罚:stability_severe_penalty(严重稳定性惩罚)。
    • 增加政府点数奖励:government_power_mild_bonus(轻度政府点数奖励)。

背景介绍
该事件反映了16世纪初天主教会内部关于赎罪券销售与滥用的争议。赎罪券作为一种减免罪罚的凭证,其过度商业化和神学上的争议,逐渐引发了教会内外的批评与调查,最终成为宗教改革运动的导火索之一。事件中,教廷面临是否继续推行无限赎罪券政策,或启动内部调查并承受相应后果的抉择。

完整事件代码

flavor_pap.1703 = { #Investigation of the Indulgences
	type = country_event
	title = flavor_pap.1703.title
	desc = flavor_pap.1703.desc

	illustration_tags = {
		10 = angry
		10 = interior
	}

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

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

		international_organization:catholic_church = {
			add_policy_to_international_organization = policy:unlimited_indulgences
		}
	}

	option = {
		name = flavor_pap.1703.b

		set_variable = indulgences_investigated

		add_stability = stability_severe_penalty
		add_government_power = government_power_mild_bonus
	}
}