This tool will perform a JOIN on item id between supplied data and the equipment table. Also, check out the online version. Only three rules for input: - Data must be tab-separated (for now) - The first row of data is parsed as column headers - Data must have an "item" column which contains the item id Consider using it in conjunction with the mining log parser.
Thank you very much indeed for your extremely valuable work, Neoncat! Your tools will save a LOT of time for all of us interested in Card Hunter loot analysis.
Thank you very much indeed, Neoncat! I'm really delighted and pleasantly surprised by how fast you produced this! You've really gone above and beyond with your work on these tools. I owe you one. If there's ever anything I can help you with, just ask. The new version is working great for analyzing which items I'm missing. The new reverse merge feature also fulfills another need, the last item analysis one I had: It can be used to easily compare my inventory before and after a grinding session. This way I don't need to remember to have the verbose log on during the run, filling up PC memory and risking losing the log if there's a crash.
Unfortunately it seems the tool has developed a hiccup. If the "reverse merge" checkbox is unchecked, the script crashes when run. These are the errors I got: Firefox: "TypeError: itemdatabyid[cur[idindex]] is undefined" Chrome: "TypeError: Cannot call method 'slice' of undefined"
Changelog v5: - updated equipment list - missing item data won't cause a crash (will simply output empty row) Jarmo - sorry! I missed the regression report. I wasn't able to duplicate the problem, but I did add the same patch I used to handle missing item information for the inventory analysis tool.
O Numinous Neoncat, First Feline of Formatting! May I please have a utility that accepts verbose output from visiting the keep and returns a list of excess items I need to sell? (Displayed as name and excess quantity, sorted by type, rarity, and name; treasures excluded.)
Changelog v6: - fixed parsing error on fields containing a comma - standardized terminology as "equipment" and "collection" - added doctype tag This tool is also now available online, where it fetches the live Equipment.csv data. Any future updates will be provided both online and here.
Changelog v7: - added standard utility banner - updated equipment data - fixed missing item id error in normal merge
I think @Stexe hosts this too at http://www.stexe.com/neoncat/ -> http://www.stexe.com/util/equipment-xref.php
Yeah, I was too lazy to restructure all the links. I mainly just copy and pasted the stuff. Some things don't work because of how it was coded, but most of the stuff should be fine.