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_wittelsbach_house_union.1 帕维亚条约后续

时间范围:1337.1.1 - 1345.1.1 (每月 6% 概率触发)

触发条件

  • 本国拥有统治者。
  • 本国统治者的王朝为 wittelsbach_dynasty
  • 本国是神圣罗马帝国 (international_organization:hre) 的领导者。
  • 国家 PAL 拥有统治者。
  • 国家 PAL 的统治者王朝为 wittelsbach_dynasty

关键效果

  • 选项 A (历史选项)
    • PAL 国添加 careful_diplomatic_manouvering 意见修正。
    • 设置全局变量 wittelsbach_treaty_pavia_yes
  • 选项 B
    • 增加 stability_severe_penalty 稳定性惩罚。
    • PAL 国首都投下 antagonism_pressed_claim 敌意炸弹,值为 15。
    • 增加 legitimacy_severe_penalty 正统性惩罚。
    • 获得对 PAL 国的 casus_belli:cb_annex 宣战理由。
    • 移除全局变量 wittelsbach_treaty_pavia_undecided

背景介绍: 该事件模拟了14世纪中叶,神圣罗马帝国皇帝、维特尔斯巴赫王朝的路德维希四世,在处理其家族内部关于上巴伐利亚和普法尔茨领地继承权的复杂局面。此前签订的《帕维亚条约》旨在分割领土,但后续执行引发了家族内部更深的矛盾。此事件代表了皇帝面临的关键抉择:是继续通过外交手段谨慎处理家族事务,还是采取强硬措施主张权利,从而可能引发内部冲突。

完整事件代码

flavor_wittelsbach_house_union.1 = { #Treaty of Pavia Follow Up
	type = country_event
	title = flavor_wittelsbach_house_union.1.title
	desc = flavor_wittelsbach_house_union.1.desc
	historical_info = flavor_wittelsbach_house_union.1.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = UBV
		from = 1337.1.1
		to = 1345.1.1
		monthly_chance = 6
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

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

		ruler ?= {
			save_scope_as = target_ruler
		}
		c:PAL.ruler ?= {
			save_scope_as = target_character
		}
		set_global_variable = wittelsbach_treaty_pavia_undecided
	}

	trigger = {
		has_ruler = yes
		ruler.dynasty ?= dynasty:wittelsbach_dynasty
		is_leader_of_international_organization = international_organization:hre
		c:PAL = {
			has_ruler = yes
			ruler.dynasty ?= dynasty:wittelsbach_dynasty
		}
	}

	option = {
		name = flavor_wittelsbach_house_union.1.a
		historical_option = yes

		custom_tooltip = flavor_wittelsbach_house_union.1.a.tt
		add_opinion = {
			target = c:PAL
			modifier = careful_diplomatic_manouvering
		}
		set_global_variable = wittelsbach_treaty_pavia_yes
	}

	option = {
		name = flavor_wittelsbach_house_union.1.b

		add_stability = stability_severe_penalty
		drop_antagonism_bomb = {
			target = c:PAL.capital
			modifier = antagonism_pressed_claim
			value = 15
		}
		add_legitimacy = legitimacy_severe_penalty
		add_casus_belli =  { type = casus_belli:cb_annex target = c:PAL }
		remove_global_variable = wittelsbach_treaty_pavia_undecided
	}
}