tbftss/data/fighters/hyenaB.json

34 lines
460 B
JSON

{
"name" : "Hyena-B",
"health" : 90,
"shield" : 45,
"speed" : 1.85,
"reloadTime" : 15,
"shieldRechargeRate" : 40,
"texture" : "gfx/fighters/hyena.png",
"guns" : [
{
"type" : "BT_PLASMA",
"x" : -12,
"y" : -12
},
{
"type" : "BT_PLASMA",
"x" : 12,
"y" : -12
},
{
"type" : "BT_LASER",
"x" : -8,
"y" : -12
},
{
"type" : "BT_LASER",
"x" : 8,
"y" : -12
}
],
"missiles" : 4,
"flags" : "EF_TAKES_DAMAGE"
}