tbftss/data/fighters/ataf.json

64 lines
789 B
JSON
Raw Normal View History

2015-10-20 13:51:49 +02:00
{
"name" : "ATAF",
2015-11-14 00:35:35 +01:00
"health" : 75,
"shield" : 2500,
"speed" : 2.5,
2015-11-14 00:35:35 +01:00
"reloadTime" : 8,
2015-10-20 13:51:49 +02:00
"shieldRechargeRate" : 5,
"textureName" : "gfx/fighters/ataf.png",
"flags" : "EF_NO_EPIC",
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-10-20 13:51:49 +02:00
}