Skip to content

Import materials from JSON

神代綺凛 edited this page Aug 31, 2022 · 1 revision

JSON format follows ID:quantity key value pair, like this:

{
  "30011": 201,
  "30012": 335,
  "30013": 59,
  "30014": 10,
  "30021": 208,
  "30022": 441,
  "30023": 52,
  "30024": 14,
  "30031": 173,
  "30032": 513,
  "30033": 79,
  "30041": 75,
  "30042": 213,
  "30043": 53,
  "30044": 13,
  "30053": 37,
  "30054": 4,
  "30061": 124,
  "30062": 187,
  "30073": 53,
  "30083": 66,
  "30093": 63,
  "30094": 8,
  "30103": 15,
  "30104": 9,
  "30115": 2
}

Material ID comes from Arknights game data (for example Kengxxiao/ArknightsGameData).

If you want me to support more formats, please submit issue.

Clone this wiki locally