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:
parent
be62d1c53b
commit
9f75342808
1 changed files with 4 additions and 1 deletions
|
|
@ -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}
|
||||
]
|
||||
Loading…
Add table
Reference in a new issue