Renderer/assets/Data/game/units/units.json
austin ccaaa47127
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
voxel selection item
2024-09-20 20:59:23 -04:00

39 lines
927 B
JSON

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