types(guide): 🏷️ Update TypeScript guide data interfaces for game metadata validation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
28fb30a340
commit
d548a4e9cc
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue