tbftss/data/fighters/leopard.json

29 lines
404 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,
"texture" : "gfx/fighters/leopard.png",
2015-11-01 12:36:23 +01:00
"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,
"flags" : "EF_TAKES_DAMAGE"
2015-11-01 12:36:23 +01:00
}