diff --git a/CHANGELOG b/CHANGELOG index c7c55d2..8eb6e73 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/data/fighters/blizzard.json b/data/fighters/blizzard.json new file mode 100644 index 0000000..3d7d2a6 --- /dev/null +++ b/data/fighters/blizzard.json @@ -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" +} diff --git a/gfx/fighters/blizzard.png b/gfx/fighters/blizzard.png new file mode 100644 index 0000000..16dfe28 Binary files /dev/null and b/gfx/fighters/blizzard.png differ