tbftss/data/fighters/mantis.json

36 lines
526 B
JSON
Raw Normal View History

2015-11-19 09:14:43 +01:00
{
"name" : "Mantis",
2017-08-07 20:14:43 +02:00
"description" : "TODO",
"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,
2016-05-17 20:02:58 +02:00
"flags" : "EF_TAKES_DAMAGE+EF_COMMON_FIGHTER"
2015-11-19 09:14:43 +01:00
}