Vaulta

eossanguosvr

Contract

  • Table row type of spell

    {
      "name": "spell",
      "base": "",
      "fields": [
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "warrior_rows",
          "type": "spellrow[]"
        },
        {
          "name": "archer_rows",
          "type": "spellrow[]"
        },
        {
          "name": "mage_rows",
          "type": "spellrow[]"
        }
      ]
    }