Base Bot (base_bot) - /pa/units/land/base_bot/base_bot.json

Base Bot Description - If you're seeing this, something is wrong in your bot.
{
  "display_name": "Base Bot",
  "description": "Base Bot Description - If you're seeing this, something is wrong in your bot.",
  "TEMP_texelinfo": 1.0,
  "armor_type": "AT_Bot",
  "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/T2_fab"
    }
  },
  "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/bot"
    },
    "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/Bot",
      "effect_spec": "/pa/effects/specs/default_explosion_bot.pfx",
      "effect_scale": 1.0
    },
    "teleported": {
      "audio_cue": "/SE/Death/Veh",
      "effect_spec": "/pa/effects/specs/default_explosion.pfx"
    }
  },
  "fx_offsets": [
    {
      "type": "phasing",
      "filename": "/pa/effects/specs/fab_spray.pfx",
      "bone": "bone_root",
      "offset": [
        0,
        0,
        5
      ],
      "orientation": [
        90,
        0,
        0
      ]
    }
  ],
  "guard_radius": 50,
  "lod_hide_pixelsize": 32.0,
  "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": 8,
    "air_friction": 1.0
  },
  "recon": {
    "observer": {
      "items": [
        {
          "layer": "surface_and_air",
          "channel": "sight",
          "shape": "capsule",
          "radius": 85
        },
        {
          "layer": "underwater",
          "channel": "sight",
          "shape": "capsule",
          "radius": 120
        }
      ]
    }
  },
  "strategic_icon_priority": 3,
  "teleportable": {},
  "unit_types": [
    "UNITTYPE_Bot",
    "UNITTYPE_Mobile",
    "UNITTYPE_Land",
    "UNITTYPE_NoBuild"
  ],
  "wreckage": {
    "remove_ground_cost_stamp": true,
    "collision": [
      "none"
    ]
  },
  "wreckage_health_frac": 0.7
}