tbftss/data/fighters/mantis.json

35 lines
483 B
JSON
Raw Normal View History

2015-11-19 09:14:43 +01:00
{
"name" : "Mantis",
"health" : 50,
"shield" : 75,
"speed" : 1.85,
2015-11-19 09:14:43 +01:00
"reloadTime" : 25,
"shieldRechargeRate" : 35,
"texture" : "gfx/fighters/mantis.png",
2015-11-19 09:14:43 +01:00
"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"
2015-11-19 09:14:43 +01:00
}