|
|
@@ -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 ]
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+}
|