{
  "type": "missile",
  "template": "MissileUnitType",
  "flying": true,
  "speed": 0,
  "drawCell": false,
  "drawEngine": false,
  "loopSound": "none",
  "drawMinimap": true,
  "engineSize": 0,
  "rotateMoveFirst": false,
  "range": 240,
  "health": 1200,
  "lifetime": 660,
  "name": "Laser Sentry",
  "description": "A small sentry turret that shoots a hail of lasers.",
  "rotateSpeed": 2,
  "weapons": [
    {
      "x": 0,
      "y": 1,
      "rotate": false,
      "alternate": false,
      "mirror": true,
      "inaccuracy": 7,
      "reload": 60,
      "shoot": {
        "shots": 6,
        "shootDelay": 1
      }
      "shootOnDeath": true,
      "shootSound": "laser",
      "bullet": {
        "type": "LaserBulletType",
        "width": 3,
        "length": 240,
        "damage": 12,
        "pierce": true,
        "pierceBuilding": true
      }
    }
  ]
}
