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.411] 龙骑士团成立

时间范围
无明确 fromto 日期限制,事件为动态触发。

触发条件

  • 事件通过游戏机制动态触发,无明确 trigger 字段条件。

关键效果

  • 选项 A (历史选项)
    • 解锁法律:骑士团法律 (order_of_chivalry_law)。
    • 添加政策:龙骑士团政策 (policy:order_of_the_dragon_policy)。
    • 统治者或摄政加入龙骑士团 (order_of_the_dragon)。
    • 增加少量威望 (prestige_mild_bonus)。
  • 选项 B
    • 增加大量正统性 (legitimacy_severe_bonus)。

背景介绍
该事件模拟了匈牙利王国(或相关国家)历史上建立或正式承认“龙骑士团”这一军事荣誉组织的时刻。龙骑士团通常与抵御奥斯曼帝国扩张、维护基督教世界以及巩固贵族军事精英地位相关,其成立旨在凝聚军事贵族,提升国家威望与统治合法性。

完整事件代码

flavor_hun.411 = {
	type = country_event
	title = flavor_hun.411.title
	desc = flavor_hun.411.desc
	illustration_tags = {
        10 = regular
        10 = interior
    }
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		hidden_effect = {
			ruler_or_regent = { save_scope_as = our_ruler }
		}
	}
	option = {
		name = flavor_hun.411.a
		historical_option = yes
		unlock_law_effect = { type = order_of_chivalry_law }
		add_policy = policy:order_of_the_dragon_policy
		ruler_or_regent ?= { join_specific_order_of_chivalry = { type = order_of_the_dragon } }
		add_prestige = prestige_mild_bonus
	}
	option = {
		name = flavor_hun.411.b
		add_legitimacy = legitimacy_severe_bonus
	}
	historical_info = flavor_hun.410.historical_info
}