Stinger (bot_aa) - /pa/units/land/bot_aa/bot_aa.json

Anti-Air Bot - Equipped with basic anti-air missiles.
{
  "display_name": "Stinger",
  "description": "!LOC:Anti-Air Bot - Equipped with basic anti-air missiles.",
  "TEMP_texelinfo": 5.47132,
  "attachable": {
    "offsets": {
      "root": [
        0,
        0,
        0
      ],
      "head": [
        0,
        0.3,
        3.0
      ]
    }
  },
  "audio": {
    "loops": {
      "move": {
        "cue": "/SE/Movement/bot/aa_loop",
        "flag": "vel_changed",
        "should_start_func": "is_moving",
        "should_stop_func": "is_not_moving"
      }
    }
  },
  "base_spec": "/pa/units/land/base_vehicle/base_vehicle.json",
  "build_metal_cost": 120,
  "events": {
    "build_complete": {
      "audio_cue": "/SE/Build_Complete/bot"
    },
    "fired": {
      "audio_cue": "/SE/Weapons/bot/bot_aa_fire",
      "effect_spec": "/pa/effects/specs/default_muzzle_flash.pfx socket_leftMuzzle /pa/effects/specs/default_muzzle_flash.pfx socket_rightMuzzle"
    },
    "died": {
      "audio_cue": "/SE/Death/bot",
      "effect_scale": 0.6
    }
  },
  "guard_layer": "WL_Air",
  "max_health": 130,
  "mesh_bounds": [
    4.5,
    3,
    3.8
  ],
  "model": {
    "filename": "/pa/units/land/bot_aa/bot_aa.papa",
    "animations": {
      "death01": "/pa/units/land/bot_aa/bot_aa_anim_death01.papa",
      "walk": "/pa/units/land/bot_aa/bot_aa_anim_run.papa",
      "idle": "/pa/units/land/bot_aa/bot_aa_anim_idle.papa",
      "aim_up": "/pa/units/land/bot_aa/bot_aa_anim_aimUp.papa",
      "aim_down": "/pa/units/land/bot_aa/bot_aa_anim_aimDown.papa"
    },
    "animtree": "/pa/anim/anim_trees/bot_aa_anim_tree.json",
    "walk_speed": 11.2,
    "arrows": 5
  },
  "navigation": {
    "type": "land-small",
    "acceleration": 120,
    "brake": 120,
    "move_speed": 16,
    "turn_speed": 720
  },
  "nearby_target_tick_update_interval": 3,
  "physics": {
    "radius": 2.25
  },
  "recon": {
    "observer": {
      "items": [
        {
          "layer": "surface_and_air",
          "channel": "sight",
          "shape": "capsule",
          "radius": 100
        }
      ]
    }
  },
  "selection_icon": {
    "diameter": 10.0
  },
  "tools": [
    {
      "spec_id": "/pa/units/land/bot_aa/bot_aa_tool_weapon.json",
      "aim_bone": "bone_turret",
      "projectiles_per_fire": 2,
      "muzzle_bone": [
        "socket_rightMuzzle",
        "socket_leftMuzzle"
      ]
    }
  ],
  "transportable": {
    "size": 1
  },
  "unit_types": [
    "UNITTYPE_Custom58",
    "UNITTYPE_Bot",
    "UNITTYPE_Mobile",
    "UNITTYPE_Offense",
    "UNITTYPE_AirDefense",
    "UNITTYPE_Land",
    "UNITTYPE_Basic",
    "UNITTYPE_FactoryBuild",
    "UNITTYPE_CannonBuildable"
  ]
}