Added Blizzard.

This commit is contained in:
Steve 2016-03-28 22:33:15 +01:00
parent c98acc9ef6
commit 11ce19e677
3 changed files with 34 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Changelog
0.6
* New Campaign missions
* Added new fighters: Razor and Shale, part of the unstable Nation of Tzac
* Added new fighters: Bliizard, Razor, and Shale, part of the unstable Nation of Tzac
* Added control remapping
* New game mode: Challenges
* Added i18n support

View File

@ -0,0 +1,33 @@
{
"name" : "Blizzard",
"health" : 120,
"shield" : 70,
"speed" : 1.85,
"reloadTime" : 14,
"shieldRechargeRate" : 45,
"texture" : "gfx/fighters/blizzard.png",
"guns" : [
{
"type" : "BT_PLASMA",
"x" : -14,
"y" : 0
},
{
"type" : "BT_PLASMA",
"x" : -14,
"y" : 0
},
{
"type" : "BT_PARTICLE",
"x" : 8,
"y" : 0
},
{
"type" : "BT_PARTICLE",
"x" : 8,
"y" : 0
}
],
"missiles" : 5,
"flags" : "EF_TAKES_DAMAGE"
}

BIN
gfx/fighters/blizzard.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB