You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Wiki/Programs/PokemonSV/EggAutonomous.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ At every iteration, this program collects 30 eggs and then hatch them. It keeps
39
39
6. Fly to Zero Gate flying spot (see image below).
40
40
7. Start the program in game.
41
41
42
+
Note: Pokémon with large parts of bright yellow color (e.g. Skeledirge) may interfere with the current visual feedback method, with a small chance to cause errors to egg fetching detection. Avoid those Pokémon if possible. For example, if you would like to breed shiny Fuecoco line, don't bring Skeledirge. Bring Fuecoco.
43
+
42
44
<imgsrc="images/ZeroGate.png">
43
45
44
46
### Notes on Egg mechanism
@@ -57,29 +59,30 @@ For more investigation on Scarlet & Violet egg mechanism and how to optimize egg
57
59
58
60
After the program finishes, go to the Switch Home to idle.
59
61
60
-
### Max Sandwiches:
62
+
### Num Sandwiches:
61
63
62
-
How many Great Peanut Butter Sandwiches you can make before running out of ingredients.
64
+
How many Great Peanut Butter Sandwiches the program can make.
65
+
Set **Num Sandwiches** to avoid running out of ingredients and avoid Pokémon in the egg fetching party from leveling up due to sandwich exp.
63
66
64
67
### Game Language:
65
68
66
69
The language you are playing in. This is required only if you are doing IV filtering via the [Actions Table](#actions-table).
67
70
68
71
### Max Keepers:
69
72
70
-
Stop the program once it has kept this many babies.
73
+
Stop the program once it has kept this many babies. The program will also stop if the right box is full of kept Pokémon.
71
74
72
75
### Auto-Saving:
73
76
74
77
You can set it to automatically save the game to recover from crashes, save ingredients or allow eggs to be unhatched.
75
78
76
-
**No auto-saving**: No error/crash recovery. If you find no kept Pokémon after end of the program, you can reset the game to recover sandwich ingredients. But if you want to keep any Pokémon, you will need to save the game afterwards and all the used ingredients are not recoverable.
79
+
**No auto-saving**: No error/crash recovery. If you find no kept Pokémon after end of the program, you can reset the game to recover sandwich ingredients. But if you want to keep any Pokémon, you will need to save the game afterwards and all the used ingredients are not recoverable. The value of **Num Sandwiches** limits the number of fetching-hatching iterations the program can run.
77
80
78
-
**Save before picnic and after keeping a baby**: Allows for error/crash recovery. The program will reset the game if no kept Pokémon after one fetching-hatching iteration to recover the sandwich ingredients. Ingredients are only permanently spent when the program saves the game after a baby is kept.
81
+
**Save before picnic and after keeping a baby**: Allows for error/crash recovery. The program also resets the game if no kept Pokémon after one fetching-hatching iteration to recover the sandwich ingredients. Ingredients are only permanently spent when the program saves the game after a baby is kept. So the program can do more iterations than the value of **Num Sandwiches**.
79
82
80
-
**Save before every batch**: Allows you to unhatch eggs. Ingredients permanently spent after every picnic as the program will save before hatching each batch of five eggs. Unhatching eggs can be useful for obtaining breeding parents by rehatching a perfect egg in a game with a different language.
81
-
To collect (unhatched) eggs with the desired stats, set this option to "Save before every batch".
82
-
Then set the Action Table below to "Stop Program" on the desired stats.
83
+
**Save before every batch**: Allows you to unhatch eggs. Ingredients permanently spent after every picnic as the program will save before hatching each batch of five eggs. The value of **Num Sandwiches** limits the number of fetching-hatching iterations the program can run.
84
+
Unhatching eggs can be useful for obtaining breeding parents by rehatching a perfect egg in a game with a different language.
85
+
To collect (unhatched) eggs with the desired stats, set this option to "Save before every batch" and **Action Table** below to "Stop Program" on the desired stats.
83
86
Once the program stops on the baby with the desired stats, you can manually reset the game and it will revert to an egg in your party.
0 commit comments