Added supply ship.

This commit is contained in:
Steve 2015-12-24 08:57:00 +00:00
parent 01ec3ceb7b
commit f2cd43c95e
4 changed files with 13 additions and 1 deletions

View File

@ -25,5 +25,6 @@
"data/fighters/khepri.json",
"data/fighters/cannonDart.json",
"data/fighters/missileDart.json",
"data/fighters/rocketTurret.json"
"data/fighters/rocketTurret.json",
"data/fighters/supplyShip.json"
]

View File

@ -0,0 +1,11 @@
{
"name" : "Supply Ship",
"health" : 125,
"shield" : 0,
"speed" : 1.5,
"reloadTime" : 10,
"shieldRechargeRate" : 0,
"textureName" : "gfx/craft/supplyShip2.png",
"flags" : "EF_TAKES_DAMAGE",
"aiFlags" : "AIF_AVOIDS_COMBAT"
}

BIN
gfx/craft/supplyShip.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

BIN
gfx/craft/supplyShip2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB