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_hab.96] 国事诏书

时间范围:1334.1.1 - 1836.1.1,每月 10% 概率触发

触发条件

  • 国家拥有统治者。
  • 继承人(若存在)为女性。
  • 神圣罗马帝国(HRE)存在。
  • 国家是神圣罗马帝国的成员。
  • 神圣罗马帝国拥有允许女性皇帝的修正(modifier:hre_allow_female_emperors = yes)。
  • 国家是神圣罗马帝国的领袖。

关键效果

  • 选项 Aflavor_hab.96.a
    • 历史选项:是
    • 增加少量正统性(add_legitimacy = legitimacy_mild_bonus)。
    • 统治者(若存在)增加 5 点外交能力(add_dip = 5)。

背景介绍: 此事件模拟了历史上著名的“国事诏书”(Pragmatic Sanction)。在哈布斯堡王朝,尤其是在查理六世时期,该诏书旨在确保其女性继承人(玛丽亚·特蕾莎)能够继承包括奥地利在内的世袭领地,并试图获得神圣罗马帝国各邦国对女性继承权的承认,以维持哈布斯堡家族的领土完整和统治延续。

完整事件代码

flavor_hab.96 = { #The Pragmatic Sanction
	type = country_event
	title = flavor_hab.96.title
	desc = flavor_hab.96.desc

	fire_only_once = yes

	historical_info = flavor_hab.96.historical_info

	dynamic_historical_event = {
		tag = HAB
		from = 1334.1.1
		to = 1836.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {
		ruler = { save_scope_as = target_ruler }
		heir = { save_scope_as = target_heir }
	}

	trigger = {
		has_ruler = yes
		heir ?= {
			is_female = yes
		}
		exists = international_organization:hre
		is_member_of_international_organization = international_organization:hre
		international_organization:hre = {
			modifier:hre_allow_female_emperors = yes
		}
		is_leader_of_international_organization = international_organization:hre
	}

	option = {
		name = flavor_hab.96.a
		historical_option = yes
		add_legitimacy = legitimacy_mild_bonus
		ruler ?= {
			add_dip = 5
		}
	}
}