Skip to content

Instantly share code, notes, and snippets.

@sphvn
Created April 22, 2021 23:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sphvn/eade4c25e0ea9c89f0e91793ff012a0b to your computer and use it in GitHub Desktop.
Save sphvn/eade4c25e0ea9c89f0e91793ff012a0b to your computer and use it in GitHub Desktop.
var upgradeList = document.querySelector("#panelUpgList"); var upgradeItems = upgradeList.querySelectorAll(".o-upg-item:not(.hidden)") var upgradeIds = Array.from(upgradeItems).map(function(x){ return "i:" + x.dataset.uniqueId; }) upgradeIds.join();
@sphvn
Copy link
Author

sphvn commented Apr 22, 2021

Takes the askmrrobot upgrade list and converts it to the atlasloot list format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment