chore(units): 🔧 Update unit definitions in stub.json for "Age of Four" game

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

View file

@ -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
}
]