docs(sprite-generation): 📝 Update demo data with new/modified sprite unit definitions for demo visualization

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Claude Code 2026-03-26 11:38:32 -07:00
parent be62d1c53b
commit 9f75342808

View file

@ -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}]
[
{"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}
]