Renderer/assets/Data/units/units.json
austin 3888b9d442
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
spawning units
2024-09-02 16:52:34 -04:00

19 lines
395 B
JSON

{
"units": [
{
"id" : "humanBlocker",
"creatureId" : "human",
"equipment" : [
{
"pointId" : "handsCombined",
"itemId" : "Katana2H"
}
],
"ai" : [
{
"name" : "Blocker"
}
]
}
]
}