How can I convert an itemId into details about the item? Currently the /items request returns details about the items used by characters for the players. The data returned is `itemId`. I would like to convert that static game data id to the wiki page http://wiki.cardhuntria.com/wiki/Items/Azan's_Icy_Bulwark or raw data describing the item.
You can find all this information in this CSV file: http://live.cardhunter.com/data/gameplay/Equipment/Equipment.csv
That file is used by the game client by the way, so it is always going to be current provided we don't stuff up a build deployment.
My predictions were largely correct. My only error was that I assumed 6 card item levels are half card value rounded up, when in fact it's rounded down. Well, 50% chance to guess right. Aside from that and a few missed plus/minus, everything else was spot on. https://forums.cardhunter.com/threads/santa-dropped-by-with-some-data.4822/ https://forums.cardhunter.com/threads/reverse-engineering-the-item-formula.4616/