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_brapru.25 天鹅骑士团 - 其他“霍亨索伦”国家

时间范围
该事件无明确 fromto 日期限制,也未设置 monthly_chance,因此为满足条件时即可触发的事件。

触发条件

  • 国家宗教为天主教 (religion = religion:catholic)

关键效果

  • 选项 A (历史选项)
    • 解锁法律:骑士团法 (order_of_chivalry_law)
    • 解锁政策:天鹅骑士团政策 (order_of_the_swan_policy)
    • 立即启用政策:天鹅骑士团政策 (add_policy = policy:order_of_the_swan_policy)
    • 当前统治者加入特定骑士团:天鹅骑士团 (join_specific_order_of_chivalry = { type = order_of_the_swan })
  • 选项 B
    • 解锁法律:骑士团法 (order_of_chivalry_law)
    • 解锁政策:天鹅骑士团政策 (order_of_the_swan_policy)

背景介绍
此事件涉及霍亨索伦家族统治下的天主教国家建立或加入“天鹅骑士团”。天鹅骑士团是历史上与勃兰登堡-安斯巴赫等霍亨索伦支系相关的骑士团。事件允许统治者选择是否亲自加入该骑士团并立即推行相关骑士团政策,反映了中世纪晚期至近代早期贵族通过建立骑士团来巩固统治、彰显虔诚与提升威望的常见做法。

完整事件代码

flavor_brapru.25 = { #Order of The Swan - other "Hohenzollern" tags
	hide_portraits = yes
	type = country_event
	title = flavor_brapru.25.title
	desc = flavor_brapru.25.desc
	historical_info = flavor_brapru.25.historical_info

	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_character
		}
	}

	trigger = {
		religion = religion:catholic
	}

	option = {
		name = flavor_brapru.25.a
		historical_option = yes

		unlock_law_effect = { type = order_of_chivalry_law }
		unlock_policy_effect = { type = order_of_the_swan_policy }
		add_policy = policy:order_of_the_swan_policy
		scope:target_character = { join_specific_order_of_chivalry = { type = order_of_the_swan } }
	}

	option = {
		name = flavor_brapru.25.b
		unlock_law_effect = { type = order_of_chivalry_law }
		unlock_policy_effect = { type = order_of_the_swan_policy }
	}
}