tbftss/data/craft/supplyShip.json

15 lines
300 B
JSON
Raw Normal View History

2015-12-24 09:57:00 +01:00
{
"name" : "Supply Ship",
2017-08-10 09:44:19 +02:00
"description" : "",
"affiliation" : "",
2015-12-27 19:02:41 +01:00
"health" : 150,
"shield" : 50,
2015-12-24 09:57:00 +01:00
"speed" : 1.5,
"reloadTime" : 10,
"shieldRechargeRate" : 0,
2016-07-27 17:17:38 +02:00
"texture" : "gfx/craft/supplyShip.png",
"deathType" : "DT_NO_SPIN",
2015-12-24 09:57:00 +01:00
"flags" : "EF_TAKES_DAMAGE",
"aiFlags" : "AIF_AVOIDS_COMBAT"
}