feat(units): Add new unit definitions or update existing unit stats, names, and behaviors in "Age of Dwarves"

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

View file

@ -0,0 +1,17 @@
[
{
"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
}
]