Pokeclicker-Scripts
Pokeclicker-Scripts copied to clipboard
[Feature request] Enlarge hatchery size
In previous game update were added new achievements for leveling up hatchery helpers. Players must level up all 10 of them in order to get all achievements. But since hatchery have only 4 slots, we can only grind 3 helpers at the same time. It would be wonderful to increase the hatchery size from 4 slots to 12 (2x6 or 3x4) to be able to level up all hatchers simultaneously. (Or alternatively - add a possibility to assign more than one hatchery helper to each of the 4 slots)
I'm dumb and know nothing about JavaScript, so sorry if this not even possible to do.
I think you can add more helpers... but since you have only 4 slots in the hatchery... one more is the max at the moment I think ;)
You can change it in the console:
App.game.breeding.hatcheryHelpers.MAX_HIRES = 4
For reference, the line comes from here: https://github.com/pokeclicker/pokeclicker/blob/7f1e688f8ef58eae1a9daba97dfbd1fce9f43211/src/scripts/breeding/HatcheryHelper.ts#L163-L170
If you want more slots... it will be harder... it requires to change eggList & eggSlots in Breeding. But I don't know what could happen after that...