add robust fixture rendering

This commit is contained in:
Asraelite 2016-03-30 15:58:06 +01:00
parent ef2d067b38
commit cf4e8024af
13 changed files with 140 additions and 64 deletions

View file

@ -1,12 +1,14 @@
{
"01": {
"name": "Basic Blaster",
"class": "gun",
"type": "blaster",
"damage": {
"thermal": 5,
"kinetic": 1
},
"speed": 1,
"acceleration": 0,
"range": 10,
"autofire": true,
"rateOfFire": 4,
@ -23,5 +25,20 @@
"trail": 3,
"size": 2
}
},
"02": {
"name": "Grappling Hook",
"class": "launcher",
"type": "grapple",
"speed": 0.1,
"range": 8,
"cost": {
},
"appearance": {
"type": "projectile",
"sprite": "grapple",
"size": 1
}
}
}