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_dlh.63 贵族不满

时间范围
无明确时间范围(事件未定义 fromto 字段)
触发概率
无明确概率(事件未定义 monthly_chance 字段)

触发条件
事件代码中未定义 trigger 字段,具体触发条件需参考游戏其他逻辑或事件链。

关键效果

  • 选项 A(名称:flavor_dlh.63.a
    效果:
    • 增加 prestige_weak_penalty 声望惩罚(具体数值由游戏内定义)

背景介绍
该事件描述了贵族阶层对国家或君主的不满情绪。事件发生时,贵族可能因政策、待遇或其他原因感到愤怒,这种不满会直接影响到国家的声望。玩家需要处理这一内部矛盾,以维护统治稳定。

完整事件代码

flavor_dlh.63 = {
	type = country_event
	title = flavor_dlh.63.title
	desc = flavor_dlh.63.desc

	illustration_tags = {
		10 = angry
		10 = interior
	}

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

	option = {
		name = flavor_dlh.63.a
		
		add_prestige = prestige_weak_penalty
	}
}