feat(@magic-civilization): ✨ add new turn stats fields
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
e104ed91c9
commit
448a8233dd
1 changed files with 3 additions and 1 deletions
|
|
@ -52,7 +52,9 @@
|
|||
"minimum": -1,
|
||||
"description": "-1 if no combat yet"
|
||||
},
|
||||
"turn_first_city_captured": { "type": "integer", "minimum": -1 }
|
||||
"turn_first_city_captured": { "type": "integer", "minimum": -1 },
|
||||
"lair_cleared": { "type": "integer", "minimum": 0 },
|
||||
"strategic_gate_rejected": { "type": "integer", "minimum": 0 }
|
||||
}
|
||||
},
|
||||
"player_stats": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue