Added Tzac SK-34.

This commit is contained in:
Steve 2016-04-12 08:40:42 +01:00
parent 0150a8e1a1
commit ffbbe96d80
2 changed files with 33 additions and 0 deletions

33
data/fighters/sk34.json Normal file
View File

@ -0,0 +1,33 @@
{
"name" : "SK-34",
"health" : 100,
"shield" : 45,
"speed" : 1.7,
"reloadTime" : 17,
"shieldRechargeRate" : 45,
"texture" : "gfx/fighters/sk34.png",
"guns" : [
{
"type" : "BT_PLASMA",
"x" : -12,
"y" : -12
},
{
"type" : "BT_PLASMA",
"x" : 12,
"y" : -12
},
{
"type" : "BT_MAG",
"x" : -4,
"y" : -12
},
{
"type" : "BT_MAG",
"x" : 6,
"y" : -12
}
],
"missiles" : 6,
"flags" : "EF_TAKES_DAMAGE"
}

BIN
gfx/fighters/sk34.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB