Ripple (l_torpedo_launcher) - /pa/units/sea/l_torpedo_launcher/l_torpedo_launcher.json

Wave Turret - Attacks sea, seabed and undersea targets.
{
    "display_name": "!LOC:Ripple",
    "description": "!LOC:Wave Turret - Attacks sea, seabed and undersea targets.",
    "TEMP_texelinfo": 26.6,
    "area_build_separation": 18,
    "atrophy_cool_down": 15.0,
    "atrophy_rate": 7.14,
    "base_spec": "/pa/units/land/base_structure/base_structure.json",
    "build_metal_cost": 250,
    "command_caps": [
        "ORDER_Attack"
    ],
    "events": {
        "build_complete": {
            "audio_cue": "/SE/Build_Complete/sea"
        },
        "died": {
            "audio_cue": "/SE/Death/Sea",
            "effect_scale": 0.5
        },
        "fired": {
            "audio_cue": "/SE/Weapons/sea/torpedo_fire"
        }
    },
    "guard_layer": "WL_WaterSurface",
    "max_health": 2000,
    "mesh_bounds": [
        12,
        12,
        5
    ],
    "model": {
        "animations": {
            "fire": "/pa/units/sea/l_torpedo_launcher/l_torpedo_launcher_anim_fire.papa"
        },
        "animtree": "/pa/anim/anim_trees/l_torpedo_launcher_anim_tree.json",
        "filename": "/pa/units/sea/l_torpedo_launcher/l_torpedo_launcher.papa"
    },
    "recon": {
        "observer": {
            "items": [
                {
                    "channel": "sight",
                    "layer": "surface_and_air",
                    "radius": 100,
                    "shape": "capsule"
                },
                {
                    "channel": "radar",
                    "layer": "surface_and_air",
                    "radius": 200,
                    "shape": "capsule"
                },
                {
                    "channel": "radar",
                    "layer": "underwater",
                    "radius": 200,
                    "shape": "capsule"
                },
                {
                    "channel": "sight",
                    "layer": "underwater",
                    "radius": 100,
                    "shape": "capsule"
                }
            ]
        }
    },
    "selection_icon": {
        "diameter": -22
    },
    "spawn_layers": "WL_WaterSurface",
    "tools": [
        {
            "aim_bone": "bone_turret",
            "fire_event": "fired0",
            "muzzle_bone": [
                "socket_muzzle001",
                "socket_muzzle002"
            ],
            "projectiles_per_fire": 2,
            "record_index": 0,
            "spec_id": "/pa/units/sea/l_torpedo_launcher/l_torpedo_launcher_wave_tool_weapon.json"
        }
    ],
    "unit_types": [
        "UNITTYPE_Structure",
        "UNITTYPE_Basic",
        "UNITTYPE_Naval",
        "UNITTYPE_Defense",
        "UNITTYPE_CmdBuild",
        "UNITTYPE_FabBuild",
        "UNITTYPE_CombatFabAdvBuild",
        "UNITTYPE_Custom1"
    ]
}