Corbeno / Idleon-Api-Downloader

Allows for the downloading of API data in JSON format sent to the browser when Idleon is loaded
17 stars 7 forks source link

Added/Fixed cardEquipMap. #12

Closed Morta1 closed 3 years ago

Corbeno commented 3 years ago

Did you check that these changes work for the idleon calculator spreadsheet? That is why they are hardcoded like this

Morta1 commented 3 years ago

I changed the description only, does it affect the spreadsheet?

Corbeno commented 3 years ago

Yes it does. It's strange I know but that's just how the spreadsheet works. It's the only thing this mapping is used for, so I would suggest using mobMap instead

Morta1 commented 3 years ago

I wanted to update it to be able to get the right description for the equipped cards for every character. How would you suggest doing this?

Corbeno commented 3 years ago

I'm not sure getting a card's description is in the scope of this extension. It's not really related to save data.

If you wanted to create a new map that maps card's names to some sort of description I wouldn't be against it, but again I'm not sure it's the focus of this project.