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.5 维特尔斯巴赫家族争夺蒂罗尔!

时间范围
1350.1.1 - 1390.1.1
每月 20% 概率触发

触发条件

  • 国家 TIR(蒂罗尔)必须存在。
  • 国家 TIR 必须拥有统治者,且其统治者的王朝为 habsburg_dynasty(哈布斯堡王朝)。
  • 事件触发国必须拥有统治者,且其统治者的王朝为 wittelsbach_dynasty(维特尔斯巴赫王朝)。

关键效果

  • 选项 A (flavor_hab_tir.5.a):
    • 将社会价值观 belligerent_vs_conciliatory(好战 vs 和解)向左移动(即向“好战”方向调整)。
    • 获得针对 TIR(蒂罗尔)的宣战理由 casus_belli:cb_claim_throne(宣称王位)。
  • 选项 B (flavor_hab_tir.5.b):
    • 将社会价值观 belligerent_vs_conciliatory(好战 vs 和解)向右移动(即向“和解”方向调整)。

背景介绍
在14世纪中后期,蒂罗尔地区由哈布斯堡王朝统治。与此同时,强大的维特尔斯巴赫家族(主要统治巴伐利亚等地)对蒂罗尔产生了领土野心。本事件模拟了维特尔斯巴赫家族统治者面临的一个抉择:是抓住机会,以宣称王位为由对哈布斯堡统治的蒂罗尔采取强硬行动,还是选择更为谨慎、和解的外交姿态,避免直接冲突。这一抉择将影响国家的好战倾向与地区局势。

完整事件代码

flavor_hab_tir.5 = { #Wittelsbacher contest Tirol!
	type = country_event
	title = flavor_hab_tir.5.title
	desc = flavor_hab_tir.5.desc
	#historical_info = flavor_hab_tir.5.historical_info

	fire_only_once = yes

	dynamic_historical_event = {
		tag = UBV
		tag = BAV
		from = 1350.1.1
		to = 1390.1.1
		monthly_chance = 20
	}

	illustration_tags = {
		10 = armed
		10 = exterior
	}

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

		c:TIR = {
			ruler = {
				save_scope_as = target_ruler
			}
		}
	}

	trigger = {
		country_exists = c:TIR
		c:TIR = {
			has_ruler = yes
			ruler = {
				dynasty = dynasty:habsburg_dynasty
			}
		}
		has_ruler = yes
		ruler = {
			dynasty = dynasty:wittelsbach_dynasty
		}
	}

	option = { 
		name = flavor_hab_tir.5.a

		change_societal_value = { type = belligerent_vs_conciliatory value = societal_value_move_to_left }
		add_casus_belli = { 
			target = c:TIR 
			type = casus_belli:cb_claim_throne 
		}
	}

	option = { 
		name = flavor_hab_tir.5.b

		change_societal_value = { type = belligerent_vs_conciliatory value = societal_value_move_to_right }
	}
}