Ephenia / Pokeclicker-Scripts

Various scripts & enhancements for the game Pokéclicker.
https://github.com/Ephenia/Pokeclicker-Scripts
GNU General Public License v3.0
184 stars 263 forks source link

Reset currencies #320

Open zkisaboss opened 1 year ago

zkisaboss commented 1 year ago

Can you help me fix my inventory values? I accidentally set my currencies to infinite and the numbers trail off the screen.

elrandira commented 1 year ago

you could edit your save it is a simple json behind base64. So you can decode it through https://www.base64decode.org/, set your value, reencode in base64 and import it do a backup firstly of course

umbralOptimatum commented 1 year ago

You can also edit it from the console. Executing App.game.wallet.currencies[GameConstants.Currency.type](number) will set type of currency to number. (Possible types being money, questPoint, dungeonToken, diamond, farmPoint, battlePoint.) This isn't really in this project's scope though ;P

TirOFlanc commented 10 months ago

Otherwise, there's this site : https://www.pokeclicker-save-editor.com/