diff --git a/data/craft/infTug.json b/data/craft/infTug.json new file mode 100644 index 0000000..473ad61 --- /dev/null +++ b/data/craft/infTug.json @@ -0,0 +1,11 @@ +{ + "name" : "INF Tug", + "health" : 50, + "shield" : 0, + "speed" : 1.85, + "reloadTime" : 10, + "shieldRechargeRate" : 0, + "texture" : "gfx/craft/infTug.png", + "flags" : "EF_HAS_ROPE+EF_TAKES_DAMAGE", + "aiFlags" : "AIF_AVOIDS_COMBAT+AIF_TOWS" +} diff --git a/gfx/craft/infTug.png b/gfx/craft/infTug.png new file mode 100644 index 0000000..c1c27c8 Binary files /dev/null and b/gfx/craft/infTug.png differ