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.1100 蒂罗尔没有哈布斯堡继承人

时间范围:1355.1.1 - 1370.1.1,每月 10% 概率触发

触发条件

  • 事件触发国拥有统治者。
  • 事件触发国的统治者属于哈布斯堡王朝(dynasty:habsburg_dynasty)。
  • 国家 TIR(蒂罗尔)满足以下条件:
    • 人物 tir_margarete_von_tirol 是统治者。
    • 没有继承人。

关键效果

  • 选项 Aflavor_hab_tir.1100.a(历史选项)
    • 获得少量威望加成(prestige_mild_bonus)。
    • TIR 国家非静默触发事件 flavor_hab_tir.1101
  • 选项 Bflavor_hab_tir.1100.b
    • 改变社会价值观:使好战 vs 和解(belligerent_vs_conciliatory)倾向向右移动(societal_value_move_to_right)。

背景介绍: 该事件模拟了14世纪中叶哈布斯堡家族面临的一次潜在继承危机。蒂罗尔伯爵领的统治者玛格丽特·冯·蒂罗尔(Margarete von Tirol)没有直系继承人,而当时蒂罗尔由哈布斯堡家族的成员统治。这为哈布斯堡家族(事件触发国,推测为奥地利)提供了一个机会,可以介入并影响蒂罗尔的继承事务,以巩固或扩大其家族在阿尔卑斯地区的势力范围。事件的两个选项分别代表了推动哈布斯堡继承人上位的历史路径,以及采取更加强硬或扩张性姿态的替代方案。

完整事件代码

flavor_hab_tir.1100 = { #Tirol has no Habsburg Heir
	hide_portraits = yes
	type = country_event
	title = flavor_hab_tir.1100.title
	desc = flavor_hab_tir.1100.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = HAB
		from = 1355.1.1
		to = 1370.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

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

		character:tir_margarete_von_tirol = {
			save_scope_as = target_ruler
		}
		ruler = {
			save_scope_as = target_habsburg_ruler
		}
	}

	trigger = {
		has_ruler = yes
		ruler = {
			dynasty = dynasty:habsburg_dynasty
		}
		c:TIR = {
			character:tir_margarete_von_tirol = {
				is_ruler = yes
			}
			has_heir = no
		}
	}

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

		add_prestige = prestige_mild_bonus
		c:TIR = {
			trigger_event_non_silently = { id = flavor_hab_tir.1101 }
		}
	}

	option = {
		name = flavor_hab_tir.1100.b

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