46 lines
588 B
JSON
46 lines
588 B
JSON
{
|
|
"name" : "ATAF",
|
|
"health" : 75,
|
|
"shield" : 2500,
|
|
"speed" : 2.5,
|
|
"reloadTime" : 8,
|
|
"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
|
|
}
|
|
}
|