Investigator (l_scout_bot) - /pa/units/land/l_scout_bot/l_scout_bot.json

Scout - Fast. Detects mines. Use alt fire to change into a short-range radar detectable only by radar.
{
    "display_name": "!LOC:Investigator",
    "description": "!LOC:Scout - Fast. Detects mines. Use alt fire to change into a short-range radar detectable only by radar.",
    "TEMP_texelinfo": 28.7454,
    "attachable": {
        "offsets": {
            "head": [
                0,
                0,
                3.5
            ],
            "root": [
                0,
                0,
                0
            ]
        }
    },
    "audio": {
        "loops": {
            "move": {
                "cue": "/SE/Movement/bot/assault_loop",
                "flag": "vel_changed",
                "should_start_func": "is_moving",
                "should_stop_func": "is_not_moving"
            }
        },
        "selection_response": {
            "cue": "/SE/Selection/bot/assault"
        }
    },
    "base_spec": "/pa/units/land/base_bot/base_bot.json",
    "build_metal_cost": 150,
    "command_caps": [
        "ORDER_Move",
        "ORDER_Patrol",
        "ORDER_Assist",
        "ORDER_Use",
        "ORDER_FireSecondaryWeapon",
        "ORDER_Attack"
    ],
    "death": {
        "decals": []
    },
    "events": {
        "died": {},
        "fired": {
            "audio_cue": "/SE/Weapons/bot/assault_fire",
            "effect_spec": "/pa/effects/specs/default_small_muzzle_flash.pfx socket_muzzle"
        }
    },
    "guard_layer": "WL_AnySurface",
    "max_health": 60,
    "mesh_bounds": [
        4,
        2,
        4
    ],
    "model": {
        "animations": {
            "idle": "/pa/units/land/l_scout_bot/l_scout_bot_anim_idle.papa",
            "walk": "/pa/units/land/l_scout_bot/l_scout_bot_anim_walk.papa"
        },
        "animtree": "/pa/anim/anim_trees/l_scout_bot_anim_tree.json",
        "filename": "/pa/units/land/l_scout_bot/l_scout_bot.papa",
        "walk_speed": 30
    },
    "navigation": {
        "acceleration": 350,
        "brake": -1,
        "move_speed": 35,
        "turn_speed": 720,
        "type": "amphibious"
    },
    "physics": {
        "radius": 2
    },
    "recon": {
        "observer": {
            "items": [
                {
                    "channel": "sight",
                    "layer": "surface_and_air",
                    "radius": 150,
                    "shape": "capsule"
                },
                {
                    "channel": "sight",
                    "layer": "underwater",
                    "radius": 150,
                    "shape": "capsule"
                },
                {
                    "channel": "sight",
                    "layer": "mine",
                    "radius": 150,
                    "shape": "capsule"
                }
            ]
        }
    },
    "selection_icon": {
        "diameter": -8
    },
    "tools": [
        {
            "aim_bone": "bone_root",
            "muzzle_bone": "bone_root",
            "spec_id": "/pa/units/land/land_scout/land_scout_tool_dummy_weapon.json",
            "show_range": false
        },
        {
            "aim_bone": "bone_root",
            "primary_weapon": false,
            "secondary_weapon": true,
            "spec_id": "/pa/units/land/l_scout_bot/l_scout_bot_tool_weapon.json"
        }
    ],
    "transportable": {
        "size": 1
    },
    "unit_types": [
        "UNITTYPE_Bot",
        "UNITTYPE_Scout",
        "UNITTYPE_Mobile",
        "UNITTYPE_Land",
        "UNITTYPE_Basic",
        "UNITTYPE_FactoryBuild",
        "UNITTYPE_CannonBuildable",
        "UNITTYPE_Custom1",
        "UNITTYPE_Amphibious"
    ],
    "wreckage_health_frac": 0.0
}