Made Leopard's specs consistent with those on website.
This commit is contained in:
parent
41d8937e4e
commit
ac84a8eef5
|
@ -6,7 +6,13 @@
|
||||||
"reloadTime" : 16,
|
"reloadTime" : 16,
|
||||||
"shieldRechargeRate" : 70,
|
"shieldRechargeRate" : 70,
|
||||||
"texture" : "gfx/fighters/leopard.png",
|
"texture" : "gfx/fighters/leopard.png",
|
||||||
|
"combinedGuns" : 1,
|
||||||
"guns" : [
|
"guns" : [
|
||||||
|
{
|
||||||
|
"type" : "BT_PARTICLE",
|
||||||
|
"x" : 0,
|
||||||
|
"y" : -16
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type" : "BT_PLASMA",
|
"type" : "BT_PLASMA",
|
||||||
"x" : -12,
|
"x" : -12,
|
||||||
|
@ -16,11 +22,6 @@
|
||||||
"type" : "BT_PLASMA",
|
"type" : "BT_PLASMA",
|
||||||
"x" : 12,
|
"x" : 12,
|
||||||
"y" : -12
|
"y" : -12
|
||||||
},
|
|
||||||
{
|
|
||||||
"type" : "BT_PLASMA",
|
|
||||||
"x" : 0,
|
|
||||||
"y" : -16
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"missiles" : 3,
|
"missiles" : 3,
|
||||||
|
|
Loading…
Reference in New Issue