add robust fixture rendering
This commit is contained in:
parent
ef2d067b38
commit
cf4e8024af
13 changed files with 140 additions and 64 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue