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:
parent
f02712cd2a
commit
b317106055
1 changed files with 17 additions and 0 deletions
17
games/age-of-dwarves/data/units/stub.json
Normal file
17
games/age-of-dwarves/data/units/stub.json
Normal 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
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Reference in a new issue