Farigh / pokeclicker-automation

An automation script suite for pokeclicker.com
GNU General Public License v3.0
37 stars 20 forks source link

Hatchery: Don't farm unlocked mega-evolution in real evol challenge #247

Closed Farigh closed 1 year ago

Farigh commented 1 year ago

In real evolution challenge, the base pokémon stats gets transferred to the evolution. The base attack of the base pokémon gets reset.

The hatchery will no longer consider those pokémons if the challenge is enabled.

In the standard mode, the already unlocked evolutions will still be selected. This is done because the game might change the requirements and this would keep players from being able to farm the shiny form this way.


Rework hatchery sorting implementation

A list of sorting function is now created and iterated through. This will allow reordering filters in the future.

Partially addresses #238