Renderer/assets/Data/creatures.json
austin 3e5cade90e
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
searchable voxel selection ui
2024-04-10 22:11:02 -04:00

52 lines
1.2 KiB
JSON

{
"creatures" : [
{
"creatureId" : "CUBE_MAN",
"hitboxes" : [],
"tokens" : [
"BLENDER_TRANSFORM",
"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/elf.json",
"Data/creatures/goblin.json",
"Data/creatures/animals.json",
"Data/creatures/test.json"
]
}