types(guide): 🏷️ Update TypeScript guide data interfaces for game metadata validation

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-28 21:31:39 -07:00
parent 28fb30a340
commit d548a4e9cc

View file

@ -275,8 +275,10 @@ export interface Government {
export interface Era {
id: string
name: string
display_name: string
description: string
trigger: { type: string }
trigger: { type: string; required_techs?: number; pillar?: string }
max_event_tier: number
flavor_text: string
}