Fighter tweaks.

This commit is contained in:
Steve 2015-11-22 11:41:09 +00:00
parent a2ce689188
commit b61369b57f
2 changed files with 6 additions and 6 deletions

View File

@ -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,

View File

@ -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,