Advanced Fabrication Vehicle (fabrication_vehicle_adv) - /pa/units/land/fabrication_vehicle_adv/fabrication_vehicle_adv.json

Advanced Fabricator - Builds basic and advanced structures. Durable. More powerful than other fabricators.
{
  "display_name": "!LOC:Advanced Fabrication Vehicle",
  "description": "!LOC:Advanced Fabricator - Builds basic and advanced structures. Durable. More powerful than other fabricators.",
  "TEMP_texelinfo": 6.38729,
  "attachable": {
    "offsets": {
      "root": [
        0,
        0,
        0
      ],
      "head": [
        0,
        0.5,
        5
      ]
    }
  },
  "audio": {
    "loops": {
      "build": {
        "cue": "/SE/Construction/Fab_contruction_beam_loop",
        "flag": "build_target_changed",
        "should_start_func": "has_build_target",
        "should_stop_func": "no_build_target"
      },
      "move": {
        "cue": "/SE/Movement/veh/fab_loop_T2",
        "flag": "vel_changed",
        "should_start_func": "is_moving",
        "should_stop_func": "is_not_moving"
      }
    },
    "selection_response": {
      "cue": "/SE/Selection/veh/fab_T2"
    }
  },
  "base_spec": "/pa/units/land/base_vehicle/base_vehicle.json",
  "build_metal_cost": 2100,
  "buildable_types": "Structure & Land & Advanced - Factory | Factory & Land & Tank & Advanced | FabAdvBuild | FabBuild",
  "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": {
      "audio_cue": "/SE/Death/Veh",
      "effect_spec": "/pa/effects/specs/default_explosion_bot_t2.pfx",
      "effect_scale": 1.0
    }
  },
  "fx_offsets": [
    {
      "type": "build",
      "filename": "/pa/effects/specs/fab_spray.pfx",
      "bone": "socket_muzzle",
      "offset": [
        0,
        0,
        0
      ],
      "orientation": [
        0,
        0,
        0
      ]
    }
  ],
  "guard_layer": "WL_LandHorizontal",
  "max_health": 150,
  "mesh_bounds": [
    5.2,
    6,
    4.6
  ],
  "model": {
    "filename": "/pa/units/land/fabrication_vehicle_adv/fabrication_vehicle_adv.papa",
    "animations": {
      "death01": "/pa/units/land/fabrication_vehicle_adv/fabrication_vehicle_adv_anim_death01.papa",
      "drive": "/pa/units/land/fabrication_vehicle_adv/fabrication_vehicle_adv_anim_drive.papa"
    },
    "animtree": "/pa/anim/anim_trees/turret_wheels_anim_tree.json",
    "arrows": 5
  },
  "navigation": {
    "type": "land-small",
    "acceleration": 120,
    "brake": 120,
    "move_speed": 12,
    "turn_speed": 360,
    "group_preference": "back"
  },
  "physics": {
    "radius": 3,
    "allow_pushing": true
  },
  "recon": {
    "observer": {
      "items": [
        {
          "layer": "surface_and_air",
          "channel": "sight",
          "shape": "capsule",
          "radius": 100
        },
        {
          "layer": "underwater",
          "channel": "sight",
          "shape": "capsule",
          "radius": 100
        }
      ]
    }
  },
  "selection_icon": {
    "diameter": 13.0
  },
  "tools": [
    {
      "spec_id": "/pa/units/land/fabrication_vehicle_adv/fabrication_vehicle_adv_build_arm.json",
      "aim_bone": "bone_root"
    }
  ],
  "transportable": {
    "size": 1
  },
  "unit_name": "Advanced Fabrication Vehicle",
  "unit_types": [
    "UNITTYPE_Fabber",
    "UNITTYPE_Construction",
    "UNITTYPE_Tank",
    "UNITTYPE_Mobile",
    "UNITTYPE_Land",
    "UNITTYPE_Advanced",
    "UNITTYPE_FactoryBuild",
    "UNITTYPE_CannonBuildable"
  ]
}