65 lines
851 B
JSON
65 lines
851 B
JSON
{
|
|
"name" : "ATAF",
|
|
"health" : 150,
|
|
"shield" : 2500,
|
|
"speed" : 2.25,
|
|
"reloadTime" : 8,
|
|
"shieldRechargeRate" : 5,
|
|
"texture" : "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
|
|
},
|
|
{
|
|
"type" : "BT_LASER",
|
|
"x" : -5,
|
|
"y" : 0
|
|
},
|
|
{
|
|
"type" : "BT_LASER",
|
|
"x" : 5,
|
|
"y" : 0
|
|
},
|
|
{
|
|
"type" : "BT_MAG",
|
|
"x" : -5,
|
|
"y" : 0
|
|
},
|
|
{
|
|
"type" : "BT_MAG",
|
|
"x" : 5,
|
|
"y" : 0
|
|
}
|
|
],
|
|
"missiles" : 4,
|
|
"flags" : "EF_NO_EPIC+EF_TAKES_DAMAGE+EF_IMMORTAL",
|
|
"aiFlags" : "AIF_UNLIMITED_RANGE"
|
|
}
|