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_hun.440 破碎的传统

时间范围:无明确起止日期(from/to),事件在满足触发条件后,无特定月度概率(无 monthly_chance 定义)。

触发条件

  • 国家为 匈牙利(HUN)
  • 政府类型为 君主制(monarchy)
  • 国家 不拥有 圣物“匈牙利圣冠(holy_crown_of_hungary)”的所在地。
  • 圣物“匈牙利圣冠(holy_crown_of_hungary)”的 损坏版本(holy_crown_of_hungary_crooked) 存在于游戏中。
  • 国家 不拥有 上述损坏版本圣物的所在地。

关键效果

  • 选项 A
    • 获得一个针对 损坏的匈牙利圣冠所在地所有者征服省份(cb_conquer_province) 宣战理由。
    • 贵族阶层(nobles_estate) 满意度大幅下降(estate_satisfaction_extreme_penalty)。
    • 国家 威望 轻微下降(prestige_weak_penalty)。
    • 国家 正统性 大幅下降(legitimacy_ultimate_penalty)。

背景介绍: 匈牙利圣冠是匈牙利王国的核心象征,代表着王权的合法性与神圣性。当这顶圣冠或其损坏版本流落他国,不为匈牙利君主所持有时,不仅象征着王权的削弱,也直接挑战了君主在贵族与臣民眼中的合法统治地位。此事件反映了圣冠丢失对国家内部稳定与君主权威造成的严重冲击。

完整事件代码

flavor_hun.440 = { #Broken Tradition
	type = country_event
	title = flavor_hun.440.title
	desc = flavor_hun.440.desc
	trigger = {
		tag = HUN
		government_type = government_type:monarchy

		not = {root = work_of_art:holy_crown_of_hungary.location.owner}

		exists = work_of_art:holy_crown_of_hungary_crooked
		not = { work_of_art:holy_crown_of_hungary_crooked.location.owner ?= root}
	}

	illustration_tags = {
        10 = angry
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		if = {
			limit  = {
				exists = work_of_art:holy_crown_of_hungary_crooked
			}
			work_of_art:holy_crown_of_hungary_crooked = {
				save_scope_as = scope_holy_crown_of_hungary
			}
		}
		else = {
			work_of_art:holy_crown_of_hungary = {
				save_scope_as = scope_holy_crown_of_hungary
			}
		}

		ruler = {
			save_scope_as = ruler_scope
		}
	}

	option = {
		name = flavor_hun.440.a
		add_casus_belli =  {
			type = casus_belli:cb_conquer_province
			province = scope:scope_holy_crown_of_hungary.location.province
			target = scope:scope_holy_crown_of_hungary.location.owner
		}

		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_extreme_penalty }
		add_prestige = prestige_weak_penalty
		add_legitimacy = legitimacy_ultimate_penalty
	}
}