Added health+damage to enemy

This commit is contained in:
2016-06-21 16:58:39 +02:00
parent 0a0fdfc8b1
commit ec900f7410
6 changed files with 63 additions and 3 deletions
+40
View File
@@ -0,0 +1,40 @@
{
"weapons": [
{
"name": "Fire reaper",
"damage": 1,
"element": "fire",
"file": "models/weapons/ZwaardMetTextures/TextureZwaard.obj",
"anchor": [ -2.0, 6.0, -2.1 ],
"collision": [ 0, 0, 0 ],
"maxRotation": [ 170, 70 ],
"minRotation": [ 20, -80 ],
"left": {
"offset": [ 4.5, -8, -1 ]
},
"right": {
"offset": [ 0.5, -8, -1 ]
}
},
{
"name": "Ice breaker",
"damage": 2,
"element": "ice",
"file": "models/weapons/ZwaardMetTextures/TextureZwaard.obj",
"anchor": [ -2.0, 6.0, -2.1 ],
"collision": [ 0, 0, 0 ],
"maxRotation": [ 170, 70 ],
"minRotation": [ 20, -80 ],
"left": {
"offset": [ 4.5, -8, -1 ]
},
"right": {
"offset": [ 0.5, -8, -1 ]
}
}
]
}