Blizzard gun fixes.

This commit is contained in:
Steve 2016-04-06 12:57:01 +01:00
parent f97e0bc299
commit a15af616d3
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,7 @@
"reloadTime" : 14, "reloadTime" : 14,
"shieldRechargeRate" : 45, "shieldRechargeRate" : 45,
"texture" : "gfx/fighters/blizzard.png", "texture" : "gfx/fighters/blizzard.png",
"combinedGuns" : 1,
"guns" : [ "guns" : [
{ {
"type" : "BT_PLASMA", "type" : "BT_PLASMA",
@ -26,6 +27,11 @@
"type" : "BT_PARTICLE", "type" : "BT_PARTICLE",
"x" : 8, "x" : 8,
"y" : 0 "y" : 0
},
{
"type" : "BT_PARTICLE",
"x" : 0,
"y" : 0
} }
], ],
"missiles" : 5, "missiles" : 5,