2015-10-29 09:03:05 +01:00
|
|
|
{
|
|
|
|
"name" : "Firefly",
|
|
|
|
"health" : 35,
|
|
|
|
"shield" : 35,
|
|
|
|
"speed" : 1.9,
|
2015-11-09 23:48:28 +01:00
|
|
|
"reloadTime" : 25,
|
2015-10-29 09:03:05 +01:00
|
|
|
"shieldRechargeRate" : 30,
|
|
|
|
"textureName" : "gfx/fighters/firefly.png",
|
|
|
|
"guns" : [
|
2015-11-22 12:41:09 +01:00
|
|
|
{
|
|
|
|
"type" : "BT_PARTICLE",
|
|
|
|
"x" : 0,
|
|
|
|
"y" : -4
|
|
|
|
},
|
2015-10-29 09:03:05 +01:00
|
|
|
{
|
2015-10-30 23:36:31 +01:00
|
|
|
"type" : "BT_PLASMA",
|
2015-10-29 09:03:05 +01:00
|
|
|
"x" : -12,
|
|
|
|
"y" : -2
|
|
|
|
},
|
|
|
|
{
|
2015-11-18 19:37:27 +01:00
|
|
|
"type" : "BT_PLASMA",
|
2015-10-29 09:03:05 +01:00
|
|
|
"x" : 12,
|
|
|
|
"y" : -2
|
|
|
|
}
|
|
|
|
],
|
2015-11-16 17:24:16 +01:00
|
|
|
"combinedGuns" : 1,
|
2015-11-22 00:45:22 +01:00
|
|
|
"missiles" : 3
|
2015-10-29 09:03:05 +01:00
|
|
|
}
|