tbftss/data/fighters/leopard.json

32 lines
447 B
JSON
Raw Normal View History

2015-11-01 12:36:23 +01:00
{
"name" : "Leopard",
"health" : 100,
"shield" : 75,
"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_PARTICLE",
"x" : 0,
"y" : -16
}
],
"combinedGuns" : 1,
"missiles" : {
"type" : "MISSILE_MISSILE",
"ammo" : 3
}
}