tbftss/data/fighters/leopard.json

30 lines
445 B
JSON

{
"name" : "Leopard",
"health" : 125,
"shield" : 75,
"speed" : 1.7,
"reloadTime" : 16,
"shieldRechargeRate" : 70,
"texture" : "gfx/fighters/leopard.png",
"combinedGuns" : 1,
"guns" : [
{
"type" : "BT_PARTICLE",
"x" : 0,
"y" : -16
},
{
"type" : "BT_PLASMA",
"x" : -12,
"y" : -12
},
{
"type" : "BT_PLASMA",
"x" : 12,
"y" : -12
}
],
"missiles" : 3,
"flags" : "EF_TAKES_DAMAGE+EF_COMMON_FIGHTER"
}