github IceDynamix/reliquary-archiver v0.2.1

22 hours ago

tool to create a relic export from network packets of a certain turn-based anime game

json output format is based on the format of HSR-Scanner

made to be used with fribbels hsr optimizer

run

see instructions here


What's Changed

  • support remembrance characters and their memosprites by @emmachase in #85
    {
      "id": "8008",
      "name": "Trailblazer",
      "path": "Remembrance",
      "level": 80,
      "ascension": 6,
      "eidolon": 0,
      "skills": {
        "basic": 1,
        "skill": 1,
        "ult": 2,
        "talent": 1
      },
      "traces": {
        "ability_1": true,
        "ability_2": false,
        "ability_3": false,
        "stat_1": false,
        "stat_2": false,
        "stat_3": false,
        "stat_4": false,
        "stat_5": false,
        "stat_6": false,
        "stat_7": false,
        "stat_8": false,
        "stat_9": false,
        "stat_10": false
      },
      "memosprite": {
        "skill": 4,
        "talent": 3
      }
    }

Full Changelog: v0.2.0...v0.2.1

Don't miss a new reliquary-archiver release

NewReleases is sending notifications on new releases.