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.7 亨利八世的婚姻与宗教改革

时间范围:1530.1.1 - 1560.1.1(每月 100% 概率)

触发条件

  • 国家为 ENG(英格兰)或 GBR(大不列颠)。
  • 国家宗教为天主教。
  • 统治者满足以下条件:
    • 男性。
    • 已婚。
    • 没有存活的男性子嗣。
    • 年龄大于25岁。
  • 教宗国(PAP)存在且宗教为天主教。

关键效果

  • 选项 A (历史选项)
    • 启用安立甘宗(英国国教)。
    • 将国家宗教改为安立甘宗。
    • 统治者和王室成员改信安立甘宗。
    • 国家稳定性遭受极端惩罚。
    • 统治者与当前配偶离婚,并与新创建的人物安妮·博林结婚。
    • 贵族阶层满意度遭受轻度惩罚。
    • 在全国人口最多的省份,20%的天主教人口将改信安立甘宗。
  • 选项 B
    • 教宗国对本国获得“接受罗马至上”的正面意见修正。
    • 安妮·博林获得“禁止婚姻”的角色修正。
    • 如果人物托马斯·沃尔西存活且在政府内阁中,则其行政与外交能力各+10。
    • 统治者行政与外交能力各-10。

背景介绍: 该事件模拟了英格兰国王亨利八世因其婚姻问题与罗马教廷决裂,并推动英格兰宗教改革的历史进程。由于未能从教宗获得与阿拉贡的凯瑟琳的婚姻无效宣告,亨利八世转而寻求国内解决方案,宣布自己为英格兰教会最高领袖,并迎娶安妮·博林。这一事件直接导致了安立甘宗的建立和英格兰与罗马天主教的正式分裂,对国家政治、宗教和社会结构产生了深远影响。

完整事件代码

flavor_eng.7 = {
	type = country_event
	fire_only_once = yes
	title = flavor_eng.7.title
	desc = flavor_eng.7.desc

	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1530.1.1
		to = 1560.1.1
		monthly_chance = 100
	}

	trigger = {

		religion = religion:catholic

		ruler ?= {
			is_female = no
			is_married = yes
			any_child = {
				is_female = no
				is_alive = yes
				count < 1
			}
			age_in_years > 25
		}

		c:PAP ?= {	religion = religion:catholic }

	}

	illustration_tags = {
        10 = angry
        10 = interior
    }

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

		create_character = {
			first_name = name_anna
			adm = 20
			dip = 60
			mil = 10
			fertility = 25
			female = yes
			dynasty = dynasty:boleyn_dynasty
			estate = estate_type:nobles_estate
			religion = religion:anglican
			age = 18
			birth_location = location:rochester
			save_scope_as = anne_boleyn
			script = eng_anne_boleyn
		}

		ruler.first_spouse = {
			save_scope_as = current_wife
		}

		capital = {
			save_scope_as = target_location
		}

		root = { save_scope_as = target_root_country }

		character:eng_thomas_wolsey ?= {
			save_scope_as = thomas_wolsey
		}

	}

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

		custom_tooltip = flavor_eng.7.tt1

		religion:anglican = {
			enable_religion = yes
		}

		custom_tooltip = {
			text = flavor_eng.7.a.tooltip
			ordered_owned_location = {
				order_by = population
				max = {
					value = 1
					add = {
						value = num_provinces
						multiply = 0.2
					}
				}
				every_pop = {
					limit = {
						religion = religion:catholic
					}
					split_pop = {
						fraction = 0.20
						religion = religion:anglican
					}
				}
			}
		}

		change_religion = religion:anglican
		change_religion_for_ruler_and_family = { country = ROOT religion = religion:anglican }

		add_stability = stability_extreme_penalty

		ruler ?= {
			divorce_character = scope:current_wife
			marry_character = scope:anne_boleyn
			change_character_religion = religion:anglican
		}

		custom_tooltip = flavor_eng.7.tt2

		add_estate_satisfaction = { type = estate_type:nobles_estate
			value = estate_satisfaction_mild_penalty
		}

	}
	option = {
		name = flavor_eng.7.b

		c:PAP = {
			add_opinion = {
				target = root
				modifier = accepted_supremacy_of_rome
			}
		}

		hidden_effect = {
			scope:anne_boleyn = {
				add_character_modifier = {
					modifier = block_marriage
					years = -1
					mode = add_and_extend
				}
			}
		}

		custom_tooltip = flavor_eng.7.tt1

		character:eng_thomas_wolsey ?= {
			if = {
				limit = {
					is_alive = yes
					in_cabinet = yes
				}
				add_adm = 10
				add_dip = 10
				root = { custom_tooltip = flavor_eng.7.tt3 }
			}
		}

		ruler = {
			add_adm = -10
			add_dip = -10
		}

		custom_tooltip = flavor_eng.7.tt4

	}

	historical_info = flavor_eng.7.historical_info

}