tbftss/data/craft/supplyShip.json

13 lines
261 B
JSON
Raw Normal View History

2015-12-24 09:57:00 +01:00
{
"name" : "Supply Ship",
"health" : 125,
"shield" : 0,
"speed" : 1.5,
"reloadTime" : 10,
"shieldRechargeRate" : 0,
2015-12-24 12:53:49 +01:00
"textureName" : "gfx/craft/supplyShip.png",
"deathType" : "DT_NO_SPIN",
2015-12-24 09:57:00 +01:00
"flags" : "EF_TAKES_DAMAGE",
"aiFlags" : "AIF_AVOIDS_COMBAT"
}