Orca (destroyer) - /pa/units/sea/destroyer/destroyer.json

Deep Water Destroyer - Medium range with high damage. Very durable. Attacks land and sea targets.
{
    "display_name": "Orca",
    "description": "!LOC:Deep Water Destroyer - Medium range with high damage. Very durable. Attacks land and sea targets.",
    "TEMP_texelinfo": 22.1895,
    "audio": {
        "loops": {
            "move": {
                "cue": "/SE/Movement/sea/destroyer_loop",
                "flag": "vel_changed",
                "should_start_func": "is_moving",
                "should_stop_func": "is_not_moving"
            }
        }
    },
    "base_spec": "/pa/units/sea/base_ship/base_ship.json",
    "build_metal_cost": 600,
    "events": {
        "build_complete": {
            "audio_cue": "/SE/Build_Complete/sea"
        },
        "fired0": {
            "audio_cue": "/SE/Weapons/sea/destroyer_fire",
            "effect_spec": "/pa/effects/specs/tank_muzzle_flash.pfx socket_rightMuzzle01 /pa/effects/specs/tank_muzzle_flash.pfx socket_leftMuzzle01",
            "effect_scale": 5.0
        },
        "fired1": {
            "audio_cue": "/SE/Weapons/sea/destroyer_fire",
            "effect_spec": "/pa/effects/specs/tank_muzzle_flash.pfx socket_rightMuzzle02 /pa/effects/specs/tank_muzzle_flash.pfx socket_leftMuzzle02",
            "effect_scale": 5.0
        },
        "fired2": {
            "audio_cue": "/SE/Weapons/sea/torpedo_fire",
            "effect_spec": "/pa/effects/specs/tank_muzzle_flash.pfx socket_torpedoMuzzle",
            "effect_scale": 5.0
        },
        "died": {
            "audio_cue": "/SE/Death/Sea_large",
            "effect_spec": "/pa/effects/specs/default_explosion_naval.pfx",
            "effect_scale": 1
        }
    },
    "fx_offsets": [
        {
            "type": "moving_forward",
            "filename": "/pa/units/sea/destroyer/destroyer_wake.pfx"
        }
    ],
    "guard_layer": "WL_AnySurface",
    "max_health": 1500,
    "mesh_bounds": [
        4,
        28,
        7
    ],
    "model": {
        "filename": "/pa/units/sea/destroyer/destroyer.papa",
        "animtree": "/pa/anim/anim_trees/destroyer_anim_tree.json"
    },
    "navigation": {
        "type": "deepwater",
        "acceleration": 30,
        "brake": 90,
        "move_speed": 12,
        "turn_speed": 45,
        "turn_accel": 15,
        "park_stamp_type": "box",
        "park_stamp_cost": 20
    },
    "nearby_target_tick_update_interval": 15,
    "physics": {
        "shape": "sphere",
        "radius": 3
    },
    "recon": {
        "observer": {
            "items": [
                {
                    "layer": "surface_and_air",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 180
                },
                {
                    "layer": "underwater",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 180
                }
            ]
        }
    },
    "selection_icon": {
        "diameter": 22.0
    },
    "spawn_layers": "WL_DeepWater",
    "tools": [
        {
            "spec_id": "/pa/units/sea/destroyer/destroyer_tool_weapon.json",
            "record_index": 0,
            "fire_event": "fired0",
            "aim_bone": "bone_pitch01",
            "projectiles_per_fire": 2,
            "muzzle_bone": [
                "socket_leftMuzzle01",
                "socket_rightMuzzle01"
            ]
        },
        {
            "spec_id": "/pa/units/sea/destroyer/destroyer_tool_weapon.json",
            "record_index": 1,
            "fire_event": "fired1",
            "aim_bone": "bone_pitch02",
            "projectiles_per_fire": 2,
            "muzzle_bone": [
                "socket_leftMuzzle02",
                "socket_rightMuzzle02"
            ]
        }
    ],
    "unit_types": [
        "UNITTYPE_Custom58",
        "UNITTYPE_Naval",
        "UNITTYPE_Mobile",
        "UNITTYPE_Offense",
        "UNITTYPE_Basic",
        "UNITTYPE_FactoryBuild"
    ]
}