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_eng.93 镇压罗拉德派异端

时间范围

1400.1.1 - 1500.1.1(每月 5% 概率)

触发条件

  • 国家为 ENGGBR
  • 神职人员阶层(clergy_estate)的阶层权力 大于等于 25%
  • 宗教 罗拉德派(lollardy) 在游戏中已启用(is_religion_enabled = yes)。

关键效果

选项 A(历史选项) flavor_eng.93.a

  • 实施政策 “火刑处死异端”(de_heretico_comburendo
  • 使 罗拉德派天主教 的宗教观设置为 “敌人”(enemy)
  • 使 天主教罗拉德派 的宗教观设置为 “敌人”(enemy)

选项 B flavor_eng.93.b

  • 使 神职人员阶层(clergy_estate 的阶层满意度 大幅下降estate_satisfaction_extreme_penalty)。

背景介绍

该事件反映了15世纪英格兰(及后来的大不列颠)对罗拉德派(Lollardy)异端运动的镇压。罗拉德派是约翰·威克里夫(John Wycliffe)追随者发起的宗教改革运动,挑战了天主教会的权威。事件模拟了当时英格兰君主面临的选择:要么通过严厉的《火刑法令》镇压异端,巩固天主教会和神职阶层的地位;要么采取相对宽容的态度,但这会激怒强大的神职人员阶层。

完整事件代码

flavor_eng.93 = {
	type = country_event

	title = flavor_eng.93.title
	desc = flavor_eng.93.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1400.1.1
		to = 1500.1.1
		monthly_chance = 5
	}

	trigger = {

		"estate_power(estate_type:clergy_estate)" >= 0.25

		religion:lollardy = {
			is_religion_enabled = yes
		}

	}

	illustration_tags = {
        10 = angry
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		unlock_policy_effect = { type = de_heretico_comburendo }

		religion:lollardy = { save_scope_as = lollard }

		location:canterbury = { save_scope_as = target_location }

	}

	option = {
		historical_option = yes
		name = flavor_eng.93.a

		add_policy = policy:de_heretico_comburendo

		religion:lollardy = {
			set_religious_view = {
				target = religion:catholic
				value = enemy
			}
		}
		religion:catholic = {
			set_religious_view = {
				target = religion:lollardy
				value = enemy
			}
		}

	}

	option = {
		name = flavor_eng.93.b

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

	}

	historical_info = flavor_eng.93.historical_info

}