Single Laser Defense Tower (laser_defense_single) - /pa/units/land/laser_defense_single/laser_defense_single.json

Basic Turret - Equipped with direct fire anti-land, and anti-ship defenses.
{
  "display_name": "!LOC:Single Laser Defense Tower",
  "description": "!LOC:Basic Turret - Equipped with direct fire anti-land, and anti-ship defenses.",
  "TEMP_texelinfo": 10.2184,
  "area_build_separation": 18,
  "atrophy_cool_down": 15.0,
  "atrophy_rate": 5.0,
  "base_spec": "/pa/units/land/base_structure/base_structure.json",
  "build_metal_cost": 225,
  "command_caps": [
    "ORDER_Attack"
  ],
  "events": {
    "build_complete": {
      "audio_cue": "/SE/Build_Complete/structure_small"
    },
    "fired": {
      "audio_cue": "/SE/Weapons/structure/laser_defense_single_fire",
      "effect_spec": "/pa/effects/specs/default_muzzle_flash.pfx socket_muzzle"
    },
    "died": {
      "audio_cue": "/SE/Death/structure_small",
      "effect_scale": 0.55
    }
  },
  "guard_layer": "WL_AnyHorizontalGroundOrWaterSurface",
  "max_health": 350,
  "mesh_bounds": [
    6.8,
    5.76558,
    14.6
  ],
  "model": [
    {
      "layer": "WL_LandHorizontal",
      "filename": "/pa/units/land/laser_defense_single/laser_defense_single.papa",
      "animtree": "/pa/anim/anim_trees/defense_turret_single_anim_tree.json",
      "skirt_decal": "/pa/effects/specs/skirt_defense.json"
    },
    {
      "layer": "WL_WaterSurface",
      "filename": "/pa/units/sea/floating_laser_single/floating_laser_single.papa",
      "animtree": "/pa/anim/anim_trees/defense_turret_single_anim_tree.json"
    }
  ],
  "recon": {
    "observer": {
      "items": [
        {
          "layer": "surface_and_air",
          "channel": "sight",
          "shape": "capsule",
          "radius": 130
        },
        {
          "layer": "underwater",
          "channel": "sight",
          "shape": "capsule",
          "radius": 130
        }
      ]
    }
  },
  "selection_icon": {
    "diameter": 12.0
  },
  "spawn_layers": "WL_AnyHorizontalGroundOrWaterSurface",
  "tools": [
    {
      "spec_id": "/pa/units/land/laser_defense_single/laser_defense_single_tool_weapon.json",
      "aim_bone": "bone_pitch",
      "muzzle_bone": [
        "socket_muzzle"
      ]
    }
  ],
  "unit_name": "Single Laser Defense Tower",
  "unit_types": [
    "UNITTYPE_Structure",
    "UNITTYPE_Basic",
    "UNITTYPE_Land",
    "UNITTYPE_SurfaceDefense",
    "UNITTYPE_Defense",
    "UNITTYPE_FabBuild",
    "UNITTYPE_CmdBuild",
    "UNITTYPE_CombatFabAdvBuild"
  ]
}