tbftss/data/fighters/leopard.json

29 lines
414 B
JSON
Raw Normal View History

2015-11-01 12:36:23 +01:00
{
"name" : "Leopard",
"health" : 125,
"shield" : 75,
"speed" : 1.7,
2015-11-01 12:36:23 +01:00
"reloadTime" : 16,
"shieldRechargeRate" : 70,
"textureName" : "gfx/fighters/leopard.png",
"guns" : [
{
"type" : "BT_PLASMA",
"x" : -12,
"y" : -12
},
{
"type" : "BT_PLASMA",
"x" : 12,
"y" : -12
},
{
"type" : "BT_PLASMA",
2015-11-01 12:36:23 +01:00
"x" : 0,
"y" : -16
}
],
2015-11-28 15:33:05 +01:00
"missiles" : 3,
"aiFlags" : "AIF_MOVES_TO_PLAYER"
2015-11-01 12:36:23 +01:00
}