13 lines
267 B
JSON
13 lines
267 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|