Vaulta

prospectorsc

Contract

  • Table row type of world

    {
      "name": "WorldModel",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "ID"
        },
        {
          "name": "gold",
          "type": "int64"
        },
        {
          "name": "coal",
          "type": "int64"
        },
        {
          "name": "clay",
          "type": "int64"
        },
        {
          "name": "ore",
          "type": "int64"
        },
        {
          "name": "seed",
          "type": "uint64"
        },
        {
          "name": "r2",
          "type": "uint64"
        },
        {
          "name": "r3",
          "type": "uint64"
        },
        {
          "name": "r4",
          "type": "uint64"
        }
      ]
    }