Changes:
- Autonomous Eggs (see below)
- Added Amity Square Pick Up Farmer. (credit Gin#2531)
- Add Pokejobs farmer for SwSh. (credit Ptamalion#1167)
- Improve fault tolerance of BDSP EggHatcher. It should no longer fly to random places when the box is in a bad state.
- Fix an issue in Doubles Leveling where it may not work in Stark Mountain. (reported by KingOfKings#9130)
Autonomous eggs is the most ambitious egg program we've made. It is the first egg program from us (for SwSh or BDSP) that utilizes visual feedback.
- Automatically fetches and hatches eggs.
- Automatically detects shinies and moves them into a separate box while releasing everything else.
- Only requires 2 boxes to run.
- Supports keeping babies with custom IV spreads. (Useful if you're still building the perfect breeding parents.)
- Discord notifications on shinies or other kept babies.
- Doesn't care about step-count or other factors that affect hatch time. It spins until it sees the eggs hatch.
- More efficient - less wasted time since it can see when things are done as opposed to waiting out timers.
- Can be configured to unhatch eggs. This makes it easy to get legit shiny eggs. Can also be used to rehatch perfect IV eggs in a different game language for use as breeding parents.
- Fault-tolerant: Can recover from most program errors and even game crashes (which BDSP is very prone to).
Autonomous eggs has already proven to be wildly popular in beta-testing and we're getting requests to do a SwSh version of it. While we intend to do it eventually, it is not at the top of the to-do list right now.