tbftss/data/fighters/tug.json

19 lines
296 B
JSON
Raw Normal View History

2015-11-15 00:18:09 +01:00
{
"name" : "Tug",
"health" : 50,
2015-11-15 12:29:59 +01:00
"shield" : 0,
"speed" : 1.85,
2015-11-15 00:18:09 +01:00
"reloadTime" : 10,
"shieldRechargeRate" : 0,
"textureName" : "gfx/craft/tug.png",
"guns" : [
{
"type" : "BT_PARTICLE",
"x" : 0,
"y" : 0
}
],
"flags" : "EF_HAS_ROPE",
"aiFlags" : "AIF_AVOIDS_COMBAT+AIF_TOWS"
2015-11-15 00:18:09 +01:00
}