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.124 安妮·博林的审判

时间范围

  • 事件窗口:1536.1.1 - 1550.1.1
  • 触发概率:每月 10% 概率

触发条件

  • 国家宗教:国家宗教必须是以下之一:
    • 加尔文宗
    • 英国国教
    • 路德宗
    • 罗拉德派
  • 人物状态:角色 eng_anne_boleyn(安妮·博林)必须满足以下所有条件:
    • 存活
    • 已婚
    • 未怀孕
    • 没有任何存活的男性子嗣

关键效果

  • 选项 A (历史选项)

    • 处决角色 eng_anne_boleyn(安妮·博林),处决者为当前统治者。
    • 当前统治者获得特质 malevolent(恶毒)。
    • peasants_estate(农民阶层)获得一次性的严重满意度加成。
    • 社会价值观 belligerent_vs_conciliatory(好战 vs 和解)向左移动(向好战方向)。
  • 选项 B

    • 当前统治者获得特质 benevolent(仁慈)。
    • 社会价值观 belligerent_vs_conciliatory(好战 vs 和解)向右移动(向和解方向)。

背景介绍

此事件模拟了英格兰国王亨利八世与其第二任王后安妮·博林之间关系破裂的关键历史时刻。安妮未能诞下男性继承人,加之宗教改革背景下复杂的宫廷政治与个人恩怨,最终导致她在1536年被指控通奸、叛国等罪名,并遭到处决。这一事件深刻影响了都铎王朝的继承序列、英格兰的宗教改革进程以及王权的性质。

完整事件代码

flavor_eng.124 = {
	type = country_event

	title = flavor_eng.124.title
	desc = flavor_eng.124.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1536.1.1
		to = 1550.1.1
		monthly_chance = 10
	}

	trigger = {

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

		character:eng_anne_boleyn ?= {
			 is_alive = yes
			 is_married = yes
			 is_pregnant = no
			 any_child = {
				is_female = no
				is_alive = yes
				count < 1
			}
		}

	}
	illustration_tags = {
		10 = angry
		10 = interior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		character:eng_anne_boleyn ?= { save_scope_as = anne_boleyn }

		capital = { save_scope_as = target_location }

	}

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

		character:eng_anne_boleyn = {
			kill_character = {
				target = this
				reason = execution
				killer = ruler
			}
		}

		ruler = { add_trait = trait:malevolent }

		add_estate_satisfaction = { type = estate_type:peasants_estate value = estate_satisfaction_severe_bonus }

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_move_to_left
		}

	}

	option = {
		name = flavor_eng.124.b

		ruler = { add_trait = trait:benevolent }

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_move_to_right
		}

	}

	historical_info = flavor_eng.124.historical_info

}