Renderer/assets/Data/units/units.json
austin d39254968f
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
melee ai targeting fix
2024-09-05 00:48:43 -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"
}
]
}
]
}