tbftss/data/fighters/leopard.json

28 lines
379 B
JSON
Raw Normal View History

2015-11-01 12:36:23 +01:00
{
"name" : "Leopard",
"health" : 200,
"shield" : 150,
2015-11-01 12:36:23 +01:00
"speed" : 1.6,
"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
}
],
"missiles" : 3
2015-11-01 12:36:23 +01:00
}