feat: add three bundled scenario fixtures and manifest

This commit is contained in:
Keith Solomon
2026-07-25 23:15:57 -05:00
parent 9314fc5870
commit 01029b43b7
4 changed files with 102 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"skirmish": {
"name": "Skirmish",
"summary": "8x8 open ground. Three units per side. Eliminate the enemy team."
},
"hold-the-line": {
"name": "Hold the Line",
"summary": "10x8 with a forest corridor. Three defenders hold the center against four attackers. Hold the objective for three rounds."
},
"last-stand": {
"name": "Last Stand",
"summary": "12x12 with mixed terrain. Six defenders versus four strikers. Eliminate the enemy team."
}
}