Ephenia / Pokeclicker-Scripts

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

Feature Request - Ability to hatch more than 4 eggs at once? #88

Open JamesSampsan opened 2 years ago

JamesSampsan commented 2 years ago

How you can have multiple Oak Items and Quests active, would it be possible to implement hatching more than 4 eggs at once, or is it a game limitation?

Thanks, G

Ephenia commented 2 years ago

I've been looking into this a bit, and it may actually be something somewhat possible that could be done without modifying the source code of the game. The only issue or limitation could be displaying more than 4 eggs, however a whole custom write up of it could be done, albeit just a lot of work. Then there's needing to use the client to store Pokémon past 4 active hatchery slots (when the game isn't running) as these Pokémon wouldn't be saved to save files as far as I know.

JamesSampsan commented 2 years ago

Awesome, glad to hear.

Thanks for everything you've done to support this game.