tbftss/data/fighters/taf.json

25 lines
377 B
JSON
Raw Normal View History

2015-10-20 13:51:49 +02:00
{
"name" : "TAF",
2017-08-07 20:14:43 +02:00
"description" : "TODO",
"health" : 35,
"shield" : 35,
2015-10-20 13:51:49 +02:00
"speed" : 2,
"reloadTime" : 16,
"shieldRechargeRate" : 50,
"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
}
],
"missiles" : 4,
2016-05-17 20:02:58 +02:00
"flags" : "EF_TAKES_DAMAGE+EF_COMMON_FIGHTER"
2015-10-20 13:51:49 +02:00
}