Vaulta

agc.shipload

Contract

  • Struct property of ship_row

    Struct property of travel_summary

    {
      "name": "ship_stats",
      "base": "",
      "fields": [
        {
          "name": "capacity",
          "type": "uint32"
        },
        {
          "name": "drain",
          "type": "uint32"
        },
        {
          "name": "mass",
          "type": "uint64"
        },
        {
          "name": "maxmass",
          "type": "uint64"
        },
        {
          "name": "orbit",
          "type": "uint16"
        },
        {
          "name": "recharge",
          "type": "uint32"
        },
        {
          "name": "thrust",
          "type": "uint64"
        }
      ]
    }