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_chi.60] 祖训抉择

时间范围
无明确起止日期(无 fromto 字段),事件触发后立即处理。

触发条件

  • 国家必须拥有变量 huang_ming_zuxun_choice
  • 国家必须拥有变量 chi_ancestor

关键效果

  • 选项 A (flavor_chi.60.a):
    • 执行效果:chi_follow_recommendations = yes(遵循建议)。
  • 选项 B (flavor_chi.60.b):
    • 执行效果:改变社会价值观 traditionalist_vs_innovative(传统主义 vs 创新),向右侧小幅移动(societal_value_minor_move_to_right)。

背景介绍
此事件涉及对国家祖训或传统指导方针的抉择。当国家已具备特定的祖训相关变量时,统治者面临是否严格遵循传统建议,或是在社会价值观上向创新方向适度调整的决策。这反映了在维护传统与推动变革之间的经典张力。

完整事件代码

flavor_chi.60 = {
	hide_portraits = yes
	type = country_event
	title = flavor_chi.60.title
	desc = flavor_chi.60.desc

	illustration_tags = {
		10 = interior
		10 = regular
	}

	trigger = {
		has_variable = huang_ming_zuxun_choice
		has_variable = chi_ancestor
	}

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

	option = {
		name = flavor_chi.60.a

		chi_follow_recommendations = yes
	}

	option = {
		name = flavor_chi.60.b

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_minor_move_to_right
		}
	}
}