From c8d910cc64664876e1c2a0e7ac1c93537fa32a53 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Thu, 26 Mar 2026 11:38:28 -0700 Subject: [PATCH] =?UTF-8?q?chore(units):=20=F0=9F=94=A7=20Update=20unit=20?= =?UTF-8?q?definitions=20in=20stub.json=20for=20"Age=20of=20Four"=20game?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- games/age-of-four/data/units/stub.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 games/age-of-four/data/units/stub.json diff --git a/games/age-of-four/data/units/stub.json b/games/age-of-four/data/units/stub.json deleted file mode 100644 index 9ad3b6ee..00000000 --- a/games/age-of-four/data/units/stub.json +++ /dev/null @@ -1,17 +0,0 @@ -[ - { - "id": "founder", - "name": "Founder", - "description": "Colonist who founds new cities", - "gender": { - "male": { "name": "Founder", "sprite": "sprites/units/founder_m.png" }, - "female": { "name": "Founder", "sprite": "sprites/units/founder_f.png" } - }, - "combat_type": "civilian", - "school": null, - "domain": "land", - "keywords": [], - "sprite": "sprites/units/founder.png", - "race_required": null - } -]