tbftss/data/fighters/taf.json

25 lines
377 B
JSON

{
"name" : "TAF",
"description" : "TODO",
"health" : 35,
"shield" : 35,
"speed" : 2,
"reloadTime" : 16,
"shieldRechargeRate" : 50,
"texture" : "gfx/fighters/taf.png",
"guns" : [
{
"type" : "BT_PLASMA",
"x" : -12,
"y" : -12
},
{
"type" : "BT_PLASMA",
"x" : 12,
"y" : -12
}
],
"missiles" : 4,
"flags" : "EF_TAKES_DAMAGE+EF_COMMON_FIGHTER"
}