50 lines
1.1 KiB
JSON
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"
|
|
]
|
|
}
|
|
|