Base Vehicle (base_vehicle) - /pa/units/land/base_vehicle/base_vehicle.json

Base Vehicle Description - If you're seeing this, something is wrong in your vehicle.
{
    "display_name": "Base Vehicle",
    "description": "Base Vehicle Description - If you're seeing this, something is wrong in your vehicle.",
    "TEMP_texelinfo": 1.0,
    "armor_type": "AT_Vehicle",
    "audio": {
        "loops": {
            "move": {
                "cue": "/SE/Movement/veh/aa_missile_vehicle_loop",
                "flag": "vel_changed",
                "should_start_func": "is_moving",
                "should_stop_func": "is_not_moving"
            }
        },
        "selection_response": {
            "cue": "/SE/Selection/veh/veh"
        }
    },
    "build_metal_cost": 1,
    "command_caps": [
        "ORDER_Move",
        "ORDER_Patrol",
        "ORDER_Attack",
        "ORDER_Assist",
        "ORDER_Use"
    ],
    "death": {
        "decals": [
            "/pa/effects/specs/scorch_a_01.json"
        ]
    },
    "events": {
        "build_complete": {
            "audio_cue": "/SE/Build_Complete/veh"
        },
        "fired": {
            "audio_cue": "/SE/Weapons/base/base_fire_laser",
            "effect_spec": "/pa/effects/specs/default_muzzle_flash.pfx socket_muzzle"
        },
        "died": {
            "audio_cue": "/SE/Death/Veh",
            "effect_spec": "/pa/effects/specs/default_explosion_bot.pfx"
        },
        "teleported": {
            "audio_cue": "/SE/Death/Veh",
            "effect_spec": "/pa/effects/specs/default_explosion.pfx"
        }
    },
    "guard_radius": 50,
    "max_health": 1,
    "navigation": {
        "type": "land-small",
        "acceleration": 1,
        "brake": 1,
        "move_speed": 1,
        "turn_speed": 1,
        "dodge_radius": 15,
        "dodge_multiplier": 1.0,
        "wobble_factor": 0.1,
        "wobble_speed": 0.2,
        "park_stamp": {
            "shape": "sphere",
            "cost": 10,
            "type_data": [
                {
                    "move_type": "land-small",
                    "stamp_type": "simple"
                },
                {
                    "move_type": "amphibious",
                    "stamp_type": "simple"
                },
                {
                    "move_type": "hover",
                    "stamp_type": "simple"
                },
                {
                    "move_type": "water-hover",
                    "stamp_type": "simple"
                }
            ]
        }
    },
    "physics": {
        "radius": 1,
        "air_friction": 1.0
    },
    "recon": {
        "observer": {
            "items": [
                {
                    "layer": "surface_and_air",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 100
                },
                {
                    "layer": "underwater",
                    "channel": "sight",
                    "shape": "capsule",
                    "radius": 120
                }
            ]
        }
    },
    "strategic_icon_priority": 3,
    "teleportable": {},
    "unit_types": [
        "UNITTYPE_Tank",
        "UNITTYPE_Mobile",
        "UNITTYPE_Land",
        "UNITTYPE_NoBuild"
    ],
    "wreckage": {
        "remove_ground_cost_stamp": true,
        "collision": [
            "none"
        ]
    },
    "wreckage_health_frac": 0.7
}