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_flo.4602] 贵族阶层事件

时间范围
该事件无明确 fromto 日期限制,可在游戏期间触发。触发概率未指定 monthly_chance,具体触发条件见下文。

触发条件
事件代码中未定义 trigger 字段,因此无特定触发条件。该事件可能由其他游戏机制或脚本调用。

关键效果

  • 选项 Aflavor_flo.4602.a):
    获得巨额威望加成(add_prestige = prestige_extreme_bonus)。
    注:该选项未标记为历史选项(无 historical_option = yes)。

背景介绍
此事件聚焦于国家内部贵族阶层的影响。通过授予巨额威望,反映了统治者成功安抚或利用贵族势力,从而巩固自身权威、提升国家声誉的情景。在封建或等级制国家中,贵族的支持往往是稳定统治的关键因素之一。

完整事件代码

flavor_flo.4602 = {
	type = country_event
	title = flavor_flo.4602.title
	desc = flavor_flo.4602.desc
	
	illustration_tags = {
        10 = regular
        10 = interior
    }

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

	option = {
		name = flavor_flo.4602.a
		add_prestige = prestige_extreme_bonus
	}
}