From 9f7534280818208c9ef4fcb3006d63e88aa45ba1 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Thu, 26 Mar 2026 11:38:32 -0700 Subject: [PATCH] =?UTF-8?q?docs(sprite-generation):=20=F0=9F=93=9D=20Updat?= =?UTF-8?q?e=20demo=20data=20with=20new/modified=20sprite=20unit=20definit?= =?UTF-8?q?ions=20for=20demo=20visualization?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- tools/sprite-generation/demo-data/units/demo.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/sprite-generation/demo-data/units/demo.json b/tools/sprite-generation/demo-data/units/demo.json index ef840e7d..cac0404a 100644 --- a/tools/sprite-generation/demo-data/units/demo.json +++ b/tools/sprite-generation/demo-data/units/demo.json @@ -1 +1,4 @@ -[{"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}] \ No newline at end of file +[ + {"id": "founder", "name": "Founder", "description": "Medieval colonist carrying supplies and a banner, wearing traveler clothes", "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}, + {"id": "spearman", "name": "Spearman", "description": "Armored infantry soldier carrying a spear and round shield, bronze helmet", "combat_type": "melee", "school": null, "domain": "land", "keywords": [], "sprite": "sprites/units/spearman.png", "race_required": null} +] \ No newline at end of file