tbftss/data/fighters/taf.json

23 lines
308 B
JSON
Raw Normal View History

2015-10-20 13:51:49 +02:00
{
"name" : "TAF",
"health" : 35,
"shield" : 35,
2015-10-20 13:51:49 +02:00
"speed" : 2,
"reloadTime" : 16,
"shieldRechargeRate" : 50,
"textureName" : "gfx/fighters/taf.png",
"guns" : [
{
"type" : "BT_PLASMA",
"x" : -12,
"y" : -12
},
{
"type" : "BT_PLASMA",
"x" : 12,
"y" : -12
}
],
"missiles" : 4
2015-10-20 13:51:49 +02:00
}