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_tir.1101 蒂罗尔无嗣

时间范围
事件为一次性触发事件,无具体时间范围。

触发条件
事件为一次性触发事件,无具体触发条件。

关键效果

  • 选项 A (历史选项):触发哈布斯堡君主国(HAB)的事件 flavor_hab_tir.1102
  • 选项 B:哈布斯堡君主国(HAB)获得对蒂罗尔(TIR)的“宣称王位”宣战理由。

背景介绍
该事件模拟了蒂罗尔公国(TIR)出现继承危机、无合法继承人的历史情境。作为神圣罗马帝国的重要成员和哈布斯堡家族的传统领地,蒂罗尔的继承问题直接关系到奥地利哈布斯堡(HAB)的领土整合与王朝利益。事件为哈布斯堡提供了两种应对策略:一是通过后续事件(选项A)以和平或政治手段解决继承问题;二是直接宣称对蒂罗尔王位的权利(选项B),为军事吞并提供法理依据。

完整事件代码

flavor_hab_tir.1101 = { #Tirol has no Heir
	type = country_event
	title = flavor_hab_tir.1101.title
	desc = flavor_hab_tir.1101.desc

	fire_only_once = yes

	illustration_tags = {
		10 = regular
		10 = interior
	}

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

	option = {
		name = flavor_hab_tir.1101.a
		historical_option = yes

		c:HAB = {
			trigger_event_non_silently = {
				id = flavor_hab_tir.1102
			}
		}
	}

	option = {
		name = flavor_hab_tir.1101.b

		c:HAB = {
			add_casus_belli = { 
				target = c:TIR 
				type = casus_belli:cb_claim_throne 
			}
		}
	}
}