tbftss/data/fighters/mantis.json

36 lines
526 B
JSON

{
"name" : "Mantis",
"description" : "TODO",
"health" : 50,
"shield" : 75,
"speed" : 1.85,
"reloadTime" : 25,
"shieldRechargeRate" : 35,
"texture" : "gfx/fighters/mantis.png",
"guns" : [
{
"type" : "BT_PLASMA",
"x" : -12,
"y" : -2
},
{
"type" : "BT_PLASMA",
"x" : 12,
"y" : -2
},
{
"type" : "BT_PARTICLE",
"x" : -2,
"y" : -4
},
{
"type" : "BT_PARTICLE",
"x" : 2,
"y" : -4
}
],
"combinedGuns" : 1,
"missiles" : 6,
"flags" : "EF_TAKES_DAMAGE+EF_COMMON_FIGHTER"
}