Fighter tweaks.
This commit is contained in:
parent
a2ce689188
commit
b61369b57f
|
@ -7,6 +7,11 @@
|
||||||
"shieldRechargeRate" : 30,
|
"shieldRechargeRate" : 30,
|
||||||
"textureName" : "gfx/fighters/firefly.png",
|
"textureName" : "gfx/fighters/firefly.png",
|
||||||
"guns" : [
|
"guns" : [
|
||||||
|
{
|
||||||
|
"type" : "BT_PARTICLE",
|
||||||
|
"x" : 0,
|
||||||
|
"y" : -4
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type" : "BT_PLASMA",
|
"type" : "BT_PLASMA",
|
||||||
"x" : -12,
|
"x" : -12,
|
||||||
|
@ -16,11 +21,6 @@
|
||||||
"type" : "BT_PLASMA",
|
"type" : "BT_PLASMA",
|
||||||
"x" : 12,
|
"x" : 12,
|
||||||
"y" : -2
|
"y" : -2
|
||||||
},
|
|
||||||
{
|
|
||||||
"type" : "BT_PARTICLE",
|
|
||||||
"x" : 0,
|
|
||||||
"y" : -4
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"combinedGuns" : 1,
|
"combinedGuns" : 1,
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name" : "Scarab",
|
"name" : "Scarab",
|
||||||
"health" : 40,
|
"health" : 125,
|
||||||
"shield" : 35,
|
"shield" : 35,
|
||||||
"speed" : 1.5,
|
"speed" : 1.5,
|
||||||
"reloadTime" : 25,
|
"reloadTime" : 25,
|
||||||
|
|
Loading…
Reference in New Issue