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_cas.84] 西班牙与帝国皇冠

时间范围

1343.1.1 - 1836.1.1,每月 100% 概率触发。

触发条件

  • 神圣罗马帝国(international_organization:hre)存在。
  • 当前国家是神圣罗马帝国的领导者(is_leader_of_international_organization = international_organization:hre)。
  • 当前国家拥有统治者(has_ruler = yes)。

关键效果

选项: flavor_cas.84.a(历史选项)

  • 获得大量正统性加成(add_legitimacy = legitimacy_severe_bonus)。
  • 获得大量威望加成(add_prestige = prestige_severe_bonus)。

背景介绍

此事件模拟了卡斯蒂利亚(CAS)或西班牙(SPA)在神圣罗马帝国存在期间,其统治者成为帝国皇帝的历史可能性。获得帝国皇冠将极大提升统治者的正统性与国家的威望,象征着在欧洲政治舞台上的至高地位与影响力。

完整事件代码

flavor_cas.84 = { #Spain and the Imperial Crown
	type = country_event
	title = flavor_cas.84.title
	desc = flavor_cas.84.desc
	image = "gfx/interface/illustrations/international_organization_types/hre.dds"
		
	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1343.1.1
		to = 1836.1.1
		monthly_chance = 100
	}

	fire_only_once = yes

	historical_info = flavor_cas.84.historical_info

	immediate = {
		ruler = {
			save_scope_as = target_ruler
		}
	}

	trigger = {
		exists = international_organization:hre
		is_leader_of_international_organization = international_organization:hre
		has_ruler = yes
	}

	option = {
		name = flavor_cas.84.a
		historical_option = yes
		add_legitimacy = legitimacy_severe_bonus
		add_prestige = prestige_severe_bonus
	}
}