Added SK-31, medium class Tzac fighter.

This commit is contained in:
Steve 2016-04-11 08:43:37 +01:00
parent 78f125a4ec
commit e8f791d96a
2 changed files with 33 additions and 0 deletions

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

@ -0,0 +1,33 @@
{
"name" : "SK-31",
"health" : 85,
"shield" : 50,
"speed" : 1.8,
"reloadTime" : 15,
"shieldRechargeRate" : 45,
"texture" : "gfx/fighters/sk31.png",
"guns" : [
{
"type" : "BT_PLASMA",
"x" : -12,
"y" : -12
},
{
"type" : "BT_PLASMA",
"x" : 12,
"y" : -12
},
{
"type" : "BT_LASER",
"x" : -4,
"y" : -12
},
{
"type" : "BT_LASER",
"x" : 6,
"y" : -12
}
],
"missiles" : 5,
"flags" : "EF_TAKES_DAMAGE"
}

BIN
gfx/fighters/sk31.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB