2015-10-20 13:51:49 +02:00
|
|
|
{
|
|
|
|
"name" : "TAF",
|
2015-11-22 18:50:05 +01:00
|
|
|
"health" : 35,
|
|
|
|
"shield" : 35,
|
2015-10-20 13:51:49 +02:00
|
|
|
"speed" : 2,
|
|
|
|
"reloadTime" : 16,
|
|
|
|
"shieldRechargeRate" : 50,
|
2016-02-13 15:31:45 +01:00
|
|
|
"texture" : "gfx/fighters/taf.png",
|
2015-10-20 13:51:49 +02:00
|
|
|
"guns" : [
|
|
|
|
{
|
|
|
|
"type" : "BT_PLASMA",
|
|
|
|
"x" : -12,
|
|
|
|
"y" : -12
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type" : "BT_PLASMA",
|
|
|
|
"x" : 12,
|
|
|
|
"y" : -12
|
|
|
|
}
|
|
|
|
],
|
2015-12-07 20:19:41 +01:00
|
|
|
"missiles" : 4,
|
|
|
|
"flags" : "EF_TAKES_DAMAGE"
|
2015-10-20 13:51:49 +02:00
|
|
|
}
|