Torpedo Launcher (torpedo_launcher) - /pa/units/sea/torpedo_launcher/torpedo_launcher.json

Torpedo Launcher - Basic anti-ship defense.
{
    "display_name": "!LOC:Torpedo Launcher",
    "description": "!LOC:Torpedo Launcher - Basic anti-ship defense.",
    "TEMP_texelinfo": 10.4007,
    "area_build_separation": 18,
    "atrophy_cool_down": 15.0,
    "atrophy_rate": 10.0,
    "base_spec": "/pa/units/land/base_structure/base_structure.json",
    "build_metal_cost": 350,
    "command_caps": [
        "ORDER_Attack"
    ],
    "events": {
        "build_complete": {
            "audio_cue": "/SE/Build_Complete/sea"
        },
        "fired": {
            "audio_cue": "/SE/Weapons/sea/torpedo_fire"
        },
        "died": {
            "audio_cue": "/SE/Death/Sea",
            "effect_scale": 0.5
        }
    },
    "guard_layer": "WL_WaterSurface",
    "max_health": 2000,
    "mesh_bounds": [
        10,
        10,
        5
    ],
    "model": [
        {
            "layer": "WL_LandHorizontal",
            "filename": "/pa/units/land/torpedo_launcher/torpedo_launcher.papa",
            "animations": {
                "idle": "/pa/units/sea/torpedo_launcher/torpedo_launcher_anim_idle.papa"
            },
            "animtree": "/pa/anim/anim_trees/torpedo_launcher_anim_tree.json"
        },
        {
            "layer": "WL_WaterSurface",
            "filename": "/pa/units/sea/torpedo_launcher/torpedo_launcher.papa",
            "animations": {
                "idle": "/pa/units/sea/torpedo_launcher/torpedo_launcher_anim_idle.papa"
            },
            "animtree": "/pa/anim/anim_trees/torpedo_launcher_anim_tree.json"
        }
    ],
    "recon": {
        "observer": {
            "items": [
                {
                    "layer": "surface_and_air",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 100
                },
                {
                    "layer": "surface_and_air",
                    "channel": "radar",
                    "shape": "capsule",
                    "radius": 200
                },
                {
                    "layer": "underwater",
                    "channel": "radar",
                    "shape": "capsule",
                    "radius": 200
                },
                {
                    "layer": "underwater",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 100
                }
            ]
        }
    },
    "selection_icon": {
        "diameter": 20.0
    },
    "spawn_layers": "WL_AnyHorizontalGroundOrWaterSurface",
    "tools": [
        {
            "spec_id": "/pa/units/sea/torpedo_launcher/torpedo_launcher_tool_weapon.json",
            "aim_bone": "bone_turret",
            "muzzle_bone": [
                "socket_rightMuzzle",
                "socket_leftMuzzle"
            ]
        }
    ],
    "unit_name": "Torpedo Launcher",
    "unit_types": [
        "UNITTYPE_Custom58",
        "UNITTYPE_Structure",
        "UNITTYPE_Basic",
        "UNITTYPE_Naval",
        "UNITTYPE_Defense",
        "UNITTYPE_CmdBuild",
        "UNITTYPE_FabBuild",
        "UNITTYPE_CombatFabAdvBuild"
    ]
}