tbftss/data/fighters/ataf.json

65 lines
839 B
JSON
Raw Normal View History

2015-10-20 13:51:49 +02:00
{
"name" : "ATAF",
"health" : 150,
2015-11-14 00:35:35 +01:00
"shield" : 2500,
"speed" : 2.25,
2015-11-14 00:35:35 +01:00
"reloadTime" : 8,
2015-10-20 13:51:49 +02:00
"shieldRechargeRate" : 5,
"texture" : "gfx/fighters/ataf.png",
2015-10-20 13:51:49 +02:00
"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
2015-10-20 13:51:49 +02:00
}
],
"missiles" : 4,
2015-12-27 19:02:41 +01:00
"flags" : "EF_NO_EPIC+EF_TAKES_DAMAGE",
"aiFlags" : "AIF_UNLIMITED_RANGE"
2015-10-20 13:51:49 +02:00
}