Added Zackaria's Sphinx.

This commit is contained in:
Steve 2016-05-16 17:45:26 +01:00
parent 268a7165e7
commit 3abca20b28
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
{
"name" : "Unique Sphinx",
"health" : 999,
"shield" : 999,
"speed" : 1.85,
"reloadTime" : 14,
"shieldRechargeRate" : 0,
"texture" : "gfx/fighters/zakSphinx.png",
"guns" : [
{
"type" : "BT_PLASMA",
"x" : 0,
"y" : -4
},
{
"type" : "BT_PLASMA",
"x" : 9,
"y" : 0
},
{
"type" : "BT_PLASMA",
"x" : -9,
"y" : 0
},
{
"type" : "BT_LASER",
"x" : 0,
"y" : 0
}
],
"missiles" : 2,
"flags" : "EF_TAKES_DAMAGE+EF_IMMORTAL+EF_MISSION_TARGET"
}

BIN
gfx/fighters/zakSphinx.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB