tbftss/data/fighters/firefly.json

30 lines
428 B
JSON

{
"name" : "Firefly",
"health" : 50,
"shield" : 50,
"speed" : 1.85,
"reloadTime" : 25,
"shieldRechargeRate" : 30,
"textureName" : "gfx/fighters/firefly.png",
"guns" : [
{
"type" : "BT_PARTICLE",
"x" : 0,
"y" : -4
},
{
"type" : "BT_PLASMA",
"x" : -12,
"y" : -2
},
{
"type" : "BT_PLASMA",
"x" : 12,
"y" : -2
}
],
"combinedGuns" : 1,
"missiles" : 3,
"flags" : "EF_TAKES_DAMAGE"
}