Added munitions ship.

This commit is contained in:
Steve 2015-12-24 20:18:40 +00:00
parent e2ffe9ba84
commit 4345a01e3f
3 changed files with 14 additions and 1 deletions

View File

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

View File

@ -0,0 +1,12 @@
{
"name" : "Munitions Ship",
"health" : 125,
"shield" : 0,
"speed" : 1.5,
"reloadTime" : 10,
"shieldRechargeRate" : 0,
"textureName" : "gfx/craft/munitionsShip.png",
"deathType" : "DT_NO_SPIN",
"flags" : "EF_TAKES_DAMAGE",
"aiFlags" : "AIF_AVOIDS_COMBAT"
}

BIN
gfx/craft/munitionsShip.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB