Vaulta

eossanguosvr

Contract

  • Struct property of herospellrow

    Struct property of setspells

    Table row type of rspell

    {
      "name": "rspell",
      "base": "",
      "fields": [
        {
          "name": "code",
          "type": "uint64"
        },
        {
          "name": "type",
          "type": "uint8"
        },
        {
          "name": "category",
          "type": "uint8"
        },
        {
          "name": "eff_relation",
          "type": "uint8"
        },
        {
          "name": "grade",
          "type": "uint8"
        },
        {
          "name": "target_type",
          "type": "uint8"
        },
        {
          "name": "herotype",
          "type": "uint8"
        },
        {
          "name": "herolevel",
          "type": "uint8"
        },
        {
          "name": "trigger_type",
          "type": "uint8"
        },
        {
          "name": "trigger_data",
          "type": "uint32"
        },
        {
          "name": "data1",
          "type": "uint32"
        },
        {
          "name": "data2",
          "type": "uint32"
        },
        {
          "name": "levels",
          "type": "rspell_level[]"
        }
      ]
    }