Added munitions ship.
This commit is contained in:
parent
e2ffe9ba84
commit
4345a01e3f
|
@ -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"
|
||||
]
|
||||
|
|
|
@ -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"
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
Loading…
Reference in New Issue