feat(@magic-civilization): add new turn stats fields

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Natalie 2026-04-17 09:05:46 -07:00
parent e104ed91c9
commit 448a8233dd

View file

@ -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": {