Snap.Metadata icon indicating copy to clipboard operation
Snap.Metadata copied to clipboard

Domains.json

Open BTMuli opened this issue 2 years ago • 0 comments

RT, the json include domains' data.

Include City, Drops etc. like below:

[
  {
    "name": "霜凝祭坛",
    "day": 1,
    "city": "蒙德",
    "cityIndex": 1,
    "reward": [
      104301,
      104302,
      104303
    ]
  },
  {
    "name": "水光之城",
    "day": 1,
    "city": "蒙德",
    "cityIndex": 1,
    "reward": [
      114001,
      114002,
      114003,
      114004
    ]
  },
  {
    "name": "炽炎祭场",
    "day": 1,
    "city": "璃月",
    "cityIndex": 2,
    "reward": [
      104310,
      104311,
      104312
    ]
  },
  {
    "name": "雷云祭坛",
    "day": 1,
    "city": "璃月",
    "cityIndex": 2,
    "reward": [
      114013,
      114014,
      114015,
      114016
    ]
  }
]

BTMuli avatar Aug 26 '23 15:08 BTMuli