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_dan_corfitz_ulfeldt.7] 科菲茨·乌尔费尔特阴谋的终结

时间范围
无明确 fromto 日期,事件由游戏内条件动态触发,无 monthly_chance 概率设定。

触发条件
事件代码中未直接定义 trigger 字段,触发条件需由游戏内其他机制或前置事件决定。

关键效果

  • 选项flavor_dan_corfitz_ulfeldt.7.a
    • 增加 legitimacy_mild_bonus(适度合法性增益)
    • target_character(目标人物)存活,则将其处决(kill_character

背景介绍
该事件标志着丹麦贵族科菲茨·乌尔费尔特(Corfits Ulfeldt)长期政治阴谋的终结。乌尔费尔特在17世纪丹麦-挪威王国中曾是权倾一时的重臣,后因叛国、贪污等指控流亡海外,其生涯充满争议。事件反映了王室对内部威胁的清除,以及通过处置显赫叛国者来巩固统治合法性的典型手段。

完整事件代码

flavor_dan_corfitz_ulfeldt.7 = { #The end of Corfits Ulfeldt's schemes #GRAVEYARD #PRISON
	type = country_event
	title = flavor_dan_corfitz_ulfeldt.7.title
	desc = flavor_dan_corfitz_ulfeldt.7.desc

	illustration_tags = {
		10 = happy
		10 = interior
	}

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

	option = {
		name = flavor_dan_corfitz_ulfeldt.7.a
		add_legitimacy = legitimacy_mild_bonus
		if = {
			limit = {
				scope:target_character = { is_alive = yes }
			}
			kill_character = scope:target_character
		}
	}
}