Renderer/assets/Data/creatures.json
austin ff3914cc19
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
remove blender transform token support
2024-08-09 18:06:44 -04:00

50 lines
1.1 KiB
JSON

{
"creatures" : [
{
"creatureId" : "CUBE_MAN",
"hitboxes" : [],
"tokens" : [
"SENTIENT",
"GRAVITY"
],
"movementSystems" : [
{
"type" : "GROUND",
"acceleration" : 0.15,
"maxVelocity" : 1
}
],
"collidable" : {
"type" : "CYLINDER",
"dimension1" : 0.1,
"dimension2" : 0.45,
"dimension3" : 0.1,
"rotX": 0,
"rotY": 0,
"rotZ": 0,
"rotW": 1,
"offsetX" : 0,
"offsetY" : 0.45,
"offsetZ" : 0
},
"healthSystem" : {
"maxHealth" : 100,
"onDamageIFrames" : 30
},
"modelPath" : "Models/unitcube.fbx"
}
],
"files" : [
"Data/creatures/human.json",
"Data/creatures/animals.json",
"Data/creatures/test.json"
]
}