Vaulta

prospectorsc

Contract

  • Table row type of worker

    {
      "name": "WorkerModel",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "ID"
        },
        {
          "name": "owner",
          "type": "t_name"
        },
        {
          "name": "loc_id",
          "type": "ID"
        },
        {
          "name": "prev_loc_id",
          "type": "ID"
        },
        {
          "name": "job",
          "type": "WorkerJob"
        },
        {
          "name": "backpack",
          "type": "Stuff[]"
        },
        {
          "name": "equipment",
          "type": "Stuff[]"
        },
        {
          "name": "name",
          "type": "string"
        },
        {
          "name": "diplomas",
          "type": "uint32"
        },
        {
          "name": "energy",
          "type": "t_energy"
        },
        {
          "name": "slots",
          "type": "uint8"
        },
        {
          "name": "r1",
          "type": "uint8"
        },
        {
          "name": "r2",
          "type": "uint64"
        }
      ]
    }