Orbital Fabrication Bot (orbital_fabrication_bot) - /pa/units/orbital/orbital_fabrication_bot/orbital_fabrication_bot.json

Orbital Fabricator - Builds orbital satellites, spaceships and TITANS.
{
  "display_name": "Orbital Fabrication Bot",
  "description": "!LOC:Orbital Fabricator - Builds orbital satellites, spaceships and TITANS.",
  "TEMP_texelinfo": 7.54279,
  "attachable": {
    "offsets": {
      "root": [
        0,
        0,
        0
      ]
    }
  },
  "audio": {
    "loops": {
      "build": {
        "cue": "/SE/Construction/Fab_contruction_beam_loop_orbital",
        "flag": "build_target_changed",
        "should_start_func": "has_build_target",
        "should_stop_func": "no_build_target"
      },
      "move": {
        "cue": "/SE/Movement/air/fab_air_loop",
        "flag": "vel_changed",
        "should_start_func": "is_moving",
        "should_stop_func": "is_not_moving"
      }
    }
  },
  "base_spec": "/pa/units/orbital/base_orbital/base_orbital.json",
  "build_metal_cost": 1300,
  "buildable_types": "FabOrbBuild & Custom58",
  "command_caps": [
    "ORDER_Move",
    "ORDER_Patrol",
    "ORDER_Build",
    "ORDER_Reclaim",
    "ORDER_Repair",
    "ORDER_Assist"
  ],
  "events": {
    "build_complete": {
      "audio_cue": "/SE/Build_Complete/fab_orbital"
    },
    "died": {
      "audio_cue": "/SE/Death/orbital"
    }
  },
  "fx_offsets": [
    {
      "type": "build",
      "filename": "/pa/effects/specs/fab_spray.pfx",
      "bone": "bone_nozzle",
      "offset": [
        1.755,
        0,
        0
      ],
      "orientation": [
        0,
        0,
        -90
      ]
    }
  ],
  "guard_layer": "WL_Orbital",
  "localised_display_name": "!LOC:Orbital Fabrication Bot",
  "max_health": 100,
  "mesh_bounds": [
    20,
    10,
    21
  ],
  "model": {
    "filename": "/pa/units/orbital/orbital_fabrication_bot/orbital_fabrication_bot.papa",
    "animations": {
      "open": "/pa/units/orbital/orbital_fabrication_bot/orbital_fabrication_bot_anim_open.papa",
      "deploy": "/pa/units/orbital/orbital_fabrication_bot/orbital_fabrication_bot_anim_deploy.papa",
      "closed": "/pa/units/orbital/orbital_fabrication_bot/orbital_fabrication_bot_anim_closed.papa"
    },
    "animtree": "/pa/anim/anim_trees/orbital_fabrication_bot_anim_tree.json"
  },
  "navigation": {
    "type": "orbital",
    "acceleration": 10,
    "brake": 10,
    "move_speed": 20,
    "turn_speed": 75,
    "hover_time": -1.0,
    "aggressive_behavior": "circle",
    "aggressive_distance": 120,
    "bank_factor": 10
  },
  "physics": {
    "radius": 5
  },
  "recon": {
    "observer": {
      "items": [
        {
          "layer": "surface_and_air",
          "channel": "sight",
          "shape": "capsule",
          "radius": 100
        },
        {
          "layer": "orbital",
          "channel": "sight",
          "shape": "capsule",
          "radius": 250
        },
        {
          "layer": "underwater",
          "channel": "sight",
          "shape": "capsule",
          "radius": 100
        }
      ]
    }
  },
  "selection_icon": {
    "diameter": 32.0
  },
  "spawn_layers": "WL_Orbital",
  "tools": [
    {
      "spec_id": "/pa/units/orbital/orbital_fabrication_bot/orbital_fabrication_bot_build_arm.json",
      "aim_bone": "bone_shoulder"
    }
  ],
  "unit_types": [
    "UNITTYPE_Custom58",
    "UNITTYPE_Orbital",
    "UNITTYPE_Fabber",
    "UNITTYPE_Construction",
    "UNITTYPE_Mobile",
    "UNITTYPE_Basic",
    "UNITTYPE_FactoryBuild",
    "UNITTYPE_Interplanetary"
  ]
}