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.117 托马斯·莫尔之死

时间范围:1530.1.1 - 1550.1.1(每月 5% 概率)

触发条件

  • 国家宗教为以下之一:加尔文宗、安立甘宗、路德宗、罗拉德派。
  • 人物 eng_thomas_more(托马斯·莫尔)存活。

关键效果

  • 选项 A (历史选项)
    • 处死人物 eng_thomas_more(托马斯·莫尔)。
    • 统治者或摄政行政能力 -10。
    • 社会价值观 belligerent_vs_conciliatory 向“左”(好战方向)移动。
    • 显示自定义提示 flavor_eng.117.tt1
  • 选项 B
    • 添加极端惩罚等级的政府权力。
    • 社会价值观 belligerent_vs_conciliatory 向“右”(和解方向)移动。
    • 显示自定义提示 flavor_eng.117.tt2

背景介绍: 该事件模拟了英格兰人文主义者、政治家托马斯·莫尔爵士在宗教改革时期的命运。作为虔诚的天主教徒和亨利八世的前任大法官,莫尔因拒绝承认国王为英格兰教会最高领袖而被捕,最终于1535年被处决。这一事件深刻反映了英格兰宗教改革初期,新教君主与天主教保守势力之间的激烈冲突,以及政治忠诚与宗教信念间的尖锐矛盾。

完整事件代码

flavor_eng.117 = {
	type = country_event

	title = flavor_eng.117.title
	desc = flavor_eng.117.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1530.1.1
		to = 1550.1.1
		monthly_chance = 5
	}

	trigger = {

		OR = {
			religion = religion:calvinist
			religion = religion:anglican
			religion = religion:lutheran
			religion = religion:lollardy
		}

		character:eng_thomas_more ?= { is_alive = yes }

	}

	illustration_tags = {
		10 = angry
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		root = { save_scope_as = target_root_country }

		capital = { save_scope_as = target_location }

		character:eng_thomas_more ?= { save_scope_as = thomas_more }

	}

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

		character:eng_thomas_more ?= { kill_character = this }

		ruler_or_regent = { add_adm = -10 }

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_move_to_left
		}

		custom_tooltip = flavor_eng.117.tt1

	}

	option = {
	name = flavor_eng.117.b

		add_government_power = government_power_extreme_penalty

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_move_to_right
		}

		custom_tooltip = flavor_eng.117.tt2

	}

	historical_info = flavor_eng.117.historical_info

}