Renderer/assets/Data/game/units/units.json
austin 8408d84055
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
massive entity spawning refactor
2024-09-12 18:51:51 -04:00

29 lines
658 B
JSON

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