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.103] 威克里夫圣经与尼古拉斯·赫里福德

时间范围

1380.1.1 - 1410.1.1,每月 5% 概率触发。

触发条件

  • 宗教“罗拉德派”已启用。
  • 国家宗教为天主教。
  • 艺术品“威克里夫圣经”已存在。
  • 艺术品“威克里夫圣经”在伦敦地区。
  • 人物“约翰·威克里夫”存活。

关键效果

选项 A (历史选项)

  • 触发条件:国家采用政策“焚烧异端”。
  • 效果:
    • 如果国家采用政策“严格审查”,则教士阶层满意度将受到极端惩罚

选项 B

  • 触发条件:国家采用政策“焚烧异端”。
  • 效果:
    • 人物“尼古拉斯·赫里福德”将被统治者以火刑处死
    • 社会价值观“传统主义 vs 创新”将向左移动(趋向传统主义)。

选项 C

  • 触发条件:国家采用政策“焚烧异端”。
  • 效果:
    • 社会价值观“传统主义 vs 创新”将向右移动(趋向创新)。
    • 秘密处死人物“尼古拉斯·赫里福德”。
    • 如果国家采用政策“严格审查”,则教士阶层满意度将受到严重惩罚

背景介绍

该事件围绕14世纪末至15世纪初英格兰的宗教改革先驱约翰·威克里夫及其追随者展开。威克里夫倡导将《圣经》翻译成英文,并批判天主教会,其思想形成了罗拉德派。事件聚焦于其门徒尼古拉斯·赫里福德参与翻译“威克里夫圣经”的工作,以及英格兰当局对此可能采取的不同反应,反映了当时宗教权威、异端政策与社会思潮之间的紧张关系。

完整事件代码

flavor_eng.103 = {
	type = country_event
	title = flavor_eng.103.title
	desc = flavor_eng.103.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1380.1.1
		to = 1410.1.1
		monthly_chance = 5
	}

	trigger = {

		religion:lollardy = {
			is_religion_enabled = yes
		}

		religion = religion:catholic

		exists = work_of_art:wycliffe_bible
		NOT = {
			location:london = {
				any_work_of_art_in_location = {
					this = work_of_art:wycliffe_bible
				}
			}
		}

		character:eng_john_wycliffe ?= { is_alive = yes}

	}
	illustration_tags = {
		10 = regular
		10 = interior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		create_character = {
			first_name = name_nicholas
			last_name = of_hereford
			adm = 42
			dip = 10
			mil = 10
			birth_date = 1350.1.1
			birth_location = location:hereford
			estate = estate_type:clergy_estate
			religion = religion:lollardy
			artist_skill = 1
			artist = philosopher
			save_scope_as = nicholas_of_hereford
			script = eng_nicholas_of_hereford
		}

		character:eng_john_wycliffe ?= { save_scope_as = john_wycliffe }

		location:oxford = { save_scope_as = oxford }

		location:hereford = { save_scope_as = hereford }

	}

	option = {
		historical_option = yes
		name = flavor_eng.103.a
		trigger= {
			NOT = { has_policy = de_heretico_comburendo }
		}

		custom_tooltip = flavor_eng.103.tt1

		if = {
			limit = { has_policy = strict_censorship }
			add_estate_satisfaction = { type = estate_type:clergy_estate
				value = estate_satisfaction_extreme_penalty
			}
			custom_tooltip = flavor_eng.103.tt2
		}

	}

	option = {
	name = flavor_eng.103.b
	trigger = { has_policy = de_heretico_comburendo }

		character:eng_nicholas_of_hereford ?= {
			kill_character = {
				target = this
				reason = burned_alive
				killer = ruler
			}
		}

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_left
		}

		custom_tooltip = flavor_eng.103.tt3

	}

	option = {
		name = flavor_eng.103.c
		trigger= {
			NOT = { has_policy = de_heretico_comburendo }
		}

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_right
		}

		hidden_effect = { kill_character_silently = scope:nicholas_of_hereford }

		if = {
			limit = { has_policy = strict_censorship }
			add_estate_satisfaction = { type = estate_type:clergy_estate
				value = estate_satisfaction_severe_penalty
			}
			custom_tooltip = flavor_eng.103.tt4
		}

	}

	historical_info = flavor_eng.103.historical_info

}