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_eth.23] 我们被忽视了

时间范围
该事件为动态历史事件,无固定的 fromto 日期限制。其触发概率由游戏动态计算,代码中未指定 monthly_chance

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

关键效果

  • 选项 Aflavor_eth.23.a
    • 效果:add_legitimacy = legitimacy_mild_penalty(增加合法性,具体数值为“轻度惩罚”级别的修正)

背景介绍
此事件反映了国家内部,特别是农民阶层(Peasants Estate)与贵族阶层(Nobles Estate)之间因被忽视或待遇不公而产生的紧张关系。事件插画通过对比两个阶层(前景为农民,背景为贵族)和“愤怒”、“外部”的标签,强调了社会不满与外部压力的交织。统治者面临的选择将直接影响其统治的合法性。

完整事件代码

flavor_eth.23 = { #We have been neglected
	type = country_event
	title = flavor_eth.23.title
	desc = flavor_eth.23.desc
	illustration_tags = {
		10 = angry
		10 = exterior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:nobles_estate }
	}
	option = {
		name = flavor_eth.23.a
		add_legitimacy = legitimacy_mild_penalty
	}
}