tbftss/data/fighters/ataf.json

46 lines
588 B
JSON

{
"name" : "ATAF",
"health" : 50,
"shield" : 1250,
"speed" : 2.5,
"reloadTime" : 9,
"shieldRechargeRate" : 5,
"textureName" : "gfx/fighters/ataf.png",
"guns" : [
{
"type" : "BT_PLASMA",
"x" : -5,
"y" : 0
},
{
"type" : "BT_PLASMA",
"x" : 5,
"y" : 0
},
{
"type" : "BT_PLASMA",
"x" : 9,
"y" : -4
},
{
"type" : "BT_PLASMA",
"x" : -9,
"y" : -4
},
{
"type" : "BT_PLASMA",
"x" : 13,
"y" : -8
},
{
"type" : "BT_PLASMA",
"x" : -13,
"y" : -8
}
],
"missiles" : {
"type" : "MISSILE_MISSILE",
"ammo" : 4
}
}