Added Blizzard.
This commit is contained in:
parent
c98acc9ef6
commit
11ce19e677
|
@ -3,7 +3,7 @@ Changelog
|
||||||
0.6
|
0.6
|
||||||
|
|
||||||
* New Campaign missions
|
* 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
|
* Added control remapping
|
||||||
* New game mode: Challenges
|
* New game mode: Challenges
|
||||||
* Added i18n support
|
* Added i18n support
|
||||||
|
|
|
@ -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"
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Loading…
Reference in New Issue