Skitter (land_scout) - /pa/units/land/land_scout/land_scout.json

Scout - Fast. Can see far away and detects mines. Does not attack.
{
    "display_name": "Skitter",
    "description": "!LOC:Scout - Fast. Can see far away and detects mines. Does not attack.",
    "TEMP_texelinfo": 4.03457,
    "attachable": {
        "offsets": {
            "root": [
                0,
                0,
                0
            ],
            "head": [
                0,
                -0.2,
                1.6
            ]
        }
    },
    "audio": {
        "loops": {
            "move": {
                "cue": "/SE/Movement/veh/land_scout_loop",
                "flag": "vel_changed",
                "should_start_func": "is_moving",
                "should_stop_func": "is_not_moving"
            }
        },
        "selection_response": {
            "cue": "/SE/Selection/veh/land_scout"
        }
    },
    "base_spec": "/pa/units/land/base_vehicle/base_vehicle.json",
    "build_metal_cost": 75,
    "command_caps": [
        "ORDER_Move",
        "ORDER_Patrol",
        "ORDER_Assist",
        "ORDER_Use",
        "ORDER_Attack"
    ],
    "events": {
        "build_complete": {
            "audio_cue": "/SE/Build_Complete/veh"
        },
        "fired": {
            "audio_cue": "",
            "effect_spec": ""
        },
        "died": {
            "audio_cue": "/SE/Death/Veh_small",
            "effect_scale": 1.0
        }
    },
    "guard_layer": "WL_AnySurface",
    "guard_radius": 0,
    "max_health": 10,
    "mesh_bounds": [
        3.5,
        4.5,
        2
    ],
    "model": {
        "filename": "/pa/units/land/land_scout/land_scout.papa",
        "animations": {
            "drive": "/pa/units/land/land_scout/land_scout_anim_drive.papa"
        },
        "animtree": "/pa/anim/anim_trees/land_scout_anim_tree.json",
        "arrows": 5
    },
    "navigation": {
        "type": "land-small",
        "acceleration": 250,
        "brake": 250,
        "move_speed": 25,
        "turn_speed": 360
    },
    "physics": {
        "radius": 3
    },
    "recon": {
        "observer": {
            "items": [
                {
                    "layer": "surface_and_air",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 200
                },
                {
                    "layer": "underwater",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 200
                },
                {
                    "layer": "mine",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 200
                }
            ]
        }
    },
    "selection_icon": {
        "diameter": 10.0
    },
    "tools": [
        {
            "spec_id": "/pa/units/land/land_scout/land_scout_tool_dummy_weapon.json",
            "aim_bone": "bone_root",
            "muzzle_bone": "bone_root",
            "show_range": false
        }
    ],
    "transportable": {
        "size": 1
    },
    "unit_types": [
        "UNITTYPE_Custom58",
        "UNITTYPE_Offense",
        "UNITTYPE_Tank",
        "UNITTYPE_Vehicle",
        "UNITTYPE_Scout",
        "UNITTYPE_Mobile",
        "UNITTYPE_Land",
        "UNITTYPE_Basic",
        "UNITTYPE_FactoryBuild"
    ]
}