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_maj.21 贵族效忠

时间范围
事件代码中未定义 fromto 日期,也未定义 monthly_chance 概率。该事件为特定触发条件触发的国家事件。

触发条件
事件代码中未定义 trigger 字段。该事件的具体触发条件需参考游戏内其他机制或事件链。

关键效果

  • 选项 A (名称对应本地化键 flavor_maj.21.a):
    • 为国家增加 25 点正统性 (add_legitimacy = 25)。
    • 为目标人物 (scope:target_character) 增加 15 点军事能力 (add_mil = 15)。

背景介绍
此事件描绘了国内贵族阶层向统治者宣誓效忠的场景。通过接受贵族的支持,君主不仅能巩固自身的统治合法性,还能获得一位军事才能出众的贵族将领的辅佐,从而增强国家的军事力量与内部稳定。这反映了中世纪至近代早期,君主与贵族之间相互依存、利益交换的典型政治关系。

完整事件代码

flavor_maj.21 = {
	type = country_event
	title = flavor_maj.21.title
	desc = flavor_maj.21.desc

	illustration_tags = {
		10 = armed
		10 = exterior
	}

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

	option = {
		name = flavor_maj.21.a

		add_legitimacy = 25
		scope:target_character = {
			add_mil = 15
		}
	}
}