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

时间范围

  • 起始日期:未指定(代码中未定义 from 字段)
  • 结束日期:未指定(代码中未定义 to 字段)
  • 触发概率:未指定(代码中未定义 monthly_chance 字段)

触发条件

  • 事件类型:国家事件(type = country_event
  • 触发条件:代码中未定义 trigger 字段,具体触发条件未知。

关键效果

  • 选项名称flavor_hol.19.a
  • 选项效果:显示自定义提示文本 flavor_hol.19.a.tt
  • 是否为历史选项:未标注(代码中未定义 historical_option 字段)

背景介绍

此事件涉及国家内部贵族阶层的事务。事件描述和标题通过本地化键(flavor_hol.19.titleflavor_hol.19.desc)引用,具体内容需查看游戏本地化文件。事件插画聚焦于室内场景,并立即应用了贵族阶层的前景与背景视觉效果,暗示事件与贵族势力的内部动态或决策相关。

完整事件代码

flavor_hol.19 = {
	type = country_event
	title = flavor_hol.19.title
	desc = flavor_hol.19.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_hol.19.a
		custom_tooltip = flavor_hol.19.a.tt
	}
}