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.1702] 维滕贝格领主收到约翰·特策尔

时间范围
无明确起止日期(无 fromto 字段),事件通过其他条件触发。

触发条件

  • 事件文件未包含 trigger 字段,具体触发条件需参考游戏内其他机制或事件链。

关键效果

  • 选项 A(名称:flavor_pap.1702.a
    对目标人物(约翰·特策尔)添加人物修正:
    refuses_to_serve_in_cabinet(拒绝在内阁任职)
    持续时间:延长1年(years = -1mode = add_and_extend

背景介绍
该事件模拟了16世纪初,多明我会修士约翰·特策尔在神圣罗马帝国境内,特别是维滕贝格地区,推行赎罪券销售的历史场景。特策尔的激进做法直接引发了马丁·路德的公开抗议,成为宗教改革运动的导火索之一。事件反映了教廷通过代理人筹集资金,与地方领主之间的复杂互动。

完整事件代码

flavor_pap.1702 = { #Wittenberg Owner receives Johann Tetzel
	hide_portraits = yes
	type = country_event
	title = flavor_pap.1701.title
	desc = flavor_pap.1702.desc

	illustration_tags = {
		10 = regular
		10 = exterior
	}

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

		character:johann_tetzel_script = {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_pap.1702.a

		scope:target_character = {
			add_character_modifier = {
				modifier = refuses_to_serve_in_cabinet
				years = -1
				mode = add_and_extend
			}
		}
	}
}