Advanced Fabrication Walker (l_fabrication_bot_adv) - /pa/units/land/l_fabrication_bot_adv/l_fabrication_bot_adv.json

Advanced Builder - Builds basic and advanced structures. Builds bot titan. Cheap. Less powerful than other builders.
{
  "display_name": "!LOC:Advanced Fabrication Walker",
  "description": "!LOC:Advanced Builder - Builds basic and advanced structures. Builds bot titan. Cheap. Less powerful than other builders.",
  "TEMP_texelinfo": 5,
  "attachable": {
    "offsets": {
      "head": [
        0,
        0,
        3.6
      ],
      "root": [
        0,
        0,
        0
      ]
    }
  },
  "audio": {
    "command_response": {
      "cue": "/SE/Confirmation/bot/fab"
    },
    "loops": {
      "build": {
        "cue": "/SE/Construction/Fab_bot_contruction_beam_loop",
        "flag": "build_target_changed",
        "should_start_func": "has_build_target",
        "should_stop_func": "no_build_target"
      },
      "move": {
        "cue": "/SE/Movement/bot/fab_loop",
        "flag": "vel_changed",
        "should_start_func": "is_moving",
        "should_stop_func": "is_not_moving"
      }
    },
    "selection_response": {
      "cue": "/SE/Selection/bot/T2_fab"
    }
  },
  "base_spec": "/pa/units/land/base_bot/base_bot.json",
  "build_metal_cost": 2000,
  "buildable_types": "Custom1 & (Land & Structure & Advanced - Factory| Factory & Advanced & Bot & Land | FabAdvBuild | FabBuild | Bot & Titan)",
  "command_caps": [
    "ORDER_Move",
    "ORDER_Patrol",
    "ORDER_Build",
    "ORDER_Reclaim",
    "ORDER_Repair",
    "ORDER_Assist",
    "ORDER_Use"
  ],
  "events": {
    "build_complete": {
      "audio_cue": "/SE/Build_Complete/fab"
    },
    "died": {
      "effect_scale": 0.8
    }
  },
  "fx_offsets": [
    {
      "bone": "muzzle01",
      "filename": "/pa/effects/specs/legion_fab_spray.pfx",
      "type": "build"
    },
    {
      "bone": "muzzle02",
      "filename": "/pa/effects/specs/legion_fab_spray.pfx",
      "type": "build"
    }
  ],
  "guard_layer": "WL_LandHorizontal",
  "max_health": 150,
  "mesh_bounds": [
    4,
    2,
    5
  ],
  "model": {
    "animations": {
      "idle": "/pa/units/land/l_fabrication_bot_adv/l_fabrication_bot_adv_idle.papa",
      "walk": "/pa/units/land/l_fabrication_bot_adv/l_fabrication_bot_adv_walk.papa"
    },
    "animtree": "/pa/anim/anim_trees/l_fabrication_bot_adv_anim_tree.json",
    "filename": "/pa/units/land/l_fabrication_bot_adv/l_fabrication_bot_adv.papa",
    "walk_speed": 3
  },
  "navigation": {
    "acceleration": 120,
    "brake": -1,
    "group_preference": "back",
    "move_speed": 14,
    "turn_speed": 720
  },
  "physics": {
    "allow_pushing": true,
    "radius": 4
  },
  "recon": {
    "observer": {
      "items": [
        {
          "channel": "sight",
          "layer": "surface_and_air",
          "radius": 100,
          "shape": "capsule"
        },
        {
          "channel": "sight",
          "layer": "underwater",
          "radius": 100,
          "shape": "capsule"
        }
      ]
    }
  },
  "selection_icon": {
    "diameter": -9
  },
  "tools": [
    {
      "aim_bone": "bone_root",
      "spec_id": "/pa/units/land/l_fabrication_bot_adv/l_fabrication_bot_adv_build_arm.json"
    }
  ],
  "transportable": {
    "size": 1
  },
  "unit_types": [
    "UNITTYPE_Fabber",
    "UNITTYPE_Construction",
    "UNITTYPE_Bot",
    "UNITTYPE_Mobile",
    "UNITTYPE_Land",
    "UNITTYPE_Advanced",
    "UNITTYPE_FactoryBuild",
    "UNITTYPE_CannonBuildable",
    "UNITTYPE_Custom1"
  ]
}