Chariot (l_orbital_lander) - /pa/units/orbital/l_orbital_lander/l_orbital_lander.json

Interplanetary Transport - Moves land and air units between planets.
{
  "display_name": "!LOC:Chariot",
  "description": "!LOC:Interplanetary Transport - Moves land and air units between planets.",
  "TEMP_texelinfo": 23.9658,
  "attachable": {
    "offsets": {
      "root": [
        0,
        0,
        0
      ]
    }
  },
  "audio": {
    "loops": {
      "move": {
        "cue": "/SE/Movement/orbital/orbital_transport_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": 200,
  "command_caps": [
    "ORDER_Move",
    "ORDER_Patrol",
    "ORDER_Assist",
    "ORDER_Load",
    "ORDER_Unload",
    "ORDER_SpecialMove"
  ],
  "events": {
    "build_complete": {
      "audio_cue": "/SE/Build_Complete/orbital"
    }
  },
  "fx_offsets": [
    {
      "bone": "thrust001",
      "filename": "/pa/units/air/gunship/gunship_jets.pfx",
      "type": "moving"
    },
    {
      "bone": "thrust002",
      "filename": "/pa/units/air/gunship/gunship_jets.pfx",
      "type": "moving"
    },
    {
      "bone": "thrust003",
      "filename": "/pa/units/air/gunship/gunship_jets.pfx",
      "type": "moving"
    },
    {
      "bone": "thrust004",
      "filename": "/pa/units/air/gunship/gunship_jets.pfx",
      "type": "moving"
    },
    {
      "bone": "thrust005",
      "filename": "/pa/units/air/gunship/gunship_jets.pfx",
      "offset": [
        0,
        1,
        0
      ],
      "orientation": [
        0,
        180,
        0
      ],
      "type": "idle"
    },
    {
      "bone": "thrust006",
      "filename": "/pa/units/air/gunship/gunship_jets.pfx",
      "offset": [
        0,
        1,
        0
      ],
      "orientation": [
        0,
        180,
        0
      ],
      "type": "idle"
    },
    {
      "bone": "thrust007",
      "filename": "/pa/units/air/gunship/gunship_jets.pfx",
      "offset": [
        0,
        1,
        0
      ],
      "orientation": [
        0,
        180,
        0
      ],
      "type": "idle"
    },
    {
      "bone": "thrust008",
      "filename": "/pa/units/air/gunship/gunship_jets.pfx",
      "offset": [
        0,
        1,
        0
      ],
      "orientation": [
        0,
        180,
        0
      ],
      "type": "idle"
    }
  ],
  "max_health": 150,
  "mesh_bounds": [
    30,
    20,
    10
  ],
  "model": {
    "animations": {
      "closed": "/pa/units/orbital/l_orbital_lander/l_orbital_lander_closed.papa",
      "deploy": "/pa/units/orbital/l_orbital_lander/l_orbital_lander_deploy.papa",
      "open": "/pa/units/orbital/l_orbital_lander/l_orbital_lander_open.papa"
    },
    "animtree": "/pa/anim/anim_trees/satellite_launched_anim_tree.json",
    "filename": "/pa/units/orbital/l_orbital_lander/l_orbital_lander.papa"
  },
  "navigation": {
    "acceleration": 25,
    "brake": 30,
    "move_speed": 50,
    "turn_speed": 360,
    "vertical_speed": 200
  },
  "physics": {
    "radius": 8
  },
  "recon": {
    "observer": {
      "items": [
        {
          "channel": "sight",
          "layer": "surface_and_air",
          "radius": 100,
          "shape": "capsule"
        },
        {
          "channel": "sight",
          "layer": "orbital",
          "radius": 300,
          "shape": "sphere"
        },
        {
          "channel": "sight",
          "layer": "underwater",
          "radius": 100,
          "shape": "capsule"
        }
      ]
    }
  },
  "selection_icon": {
    "diameter": -39
  },
  "transporter": {
    "capacity": 1,
    "transportable_attach_offset": "head",
    "transportable_unit_types": "(Mobile & Land) | (Fabber & (Air | Naval))",
    "transporter_attach_bone": "bone_root"
  },
  "unit_types": [
    "UNITTYPE_Orbital",
    "UNITTYPE_Mobile",
    "UNITTYPE_Transport",
    "UNITTYPE_Basic",
    "UNITTYPE_FactoryBuild",
    "UNITTYPE_Custom1",
    "UNITTYPE_Interplanetary"
  ],
  "usable": true,
  "useable": {
    "range": 4084,
    "type": "transport"
  }
}