LogoSaveFileEditor

    PokeClicker Save Editor

    Edit your PokeClicker save online: set Poké Dollars, Quest Points, Dungeon Tokens and Diamonds, mark Pokémon shiny, change item amounts and jump to any region — free, in your browser, nothing uploaded.

    Runs 100% in your browser. Your save file is never uploaded to a server.
    PokeClicker save editor
    Paste the string from the game's Save → Export, or upload the .txt file it downloads. Everything runs in your browser — your save is never uploaded anywhere.
    Processed entirely client-side. Open your browser's Network tab to confirm nothing is sent to a server.

    PokeClicker save file format

    Format
    Base64-encoded JSON save string (game Export / .txt download) (extensions: .txt)
    What you can edit in PokeClicker
    • Poké Dollars (money)save.wallet.currencies[0]

      Main currency, spent in shops.

    • Quest Pointssave.wallet.currencies[1]

      Earned from daily quests.

    • Dungeon Tokenssave.wallet.currencies[2]

      Used to enter dungeons.

    • Diamondssave.wallet.currencies[3]

      Underground currency.

    • Farm Pointssave.wallet.currencies[4]
    • Battle Pointssave.wallet.currencies[5]
    • Contest Tokenssave.wallet.currencies[6]
    • Pokémon EXPsave.party.caughtPokemon[].3

      Per caught Pokémon. Drives its level and attack.

    • Shiny flagsave.party.caughtPokemon[].5

      Written only when true, exactly like the game does — turning it back off removes the key again.

    • Item amounts (bag)player._itemList

      Keyed by the exact in-game item name, e.g. "xAttack". Items set to 0 are removed.

    • Key itemssave.keyItems

      Dungeon Ticket, Super Rod, Explorer Kit and friends. Only keys already present in your save are written.

    • Region / sub-region / route / townplayer._region, player._subregion, player._route, player._townName

      Where you currently are. Raise "highest region" too if you want the map unlocked.

    PokeClicker is officially styled PokéClicker. Save format verified against two real v0.10.25 exports; both round-trip byte-for-byte through the parser.

    Where is the PokeClicker save file located?

    PokeClicker save file locations by platform
    Windows
    Browser localStorage on pokeclicker.com (keys "player", "save", "settings"), or the .txt exported via Save → Download. Desktop app: %AppData%\pokeclicker-desktop
    macOS
    Browser localStorage on pokeclicker.com (keys "player", "save", "settings"), or the .txt exported via Save → Download (usually ~/Downloads)
    Linux
    Browser localStorage on pokeclicker.com (keys "player", "save", "settings"), or the .txt exported via Save → Download
    Android
    Browser localStorage in Chrome/Firefox on pokeclicker.com — use Save → Export and paste the string here
    iOS
    Browser localStorage in Safari on pokeclicker.com — use Save → Export and paste the string here

    PokeClicker save editor FAQ

    Related save editors

    Cookie Clicker

    Cookie Clicker save editor