A plugin for PKHeX that generates a PC Box full of randomly generated Pokemon.
The Pokemon generated with this tool WILL NOT BE LEGAL.
If you want a legal egg generator, please see PkHeX Bulk Egg Generator.
Fully randomly generated Pokemon Eggs.
The current list of attributes of a Pokemon that can be random:
- Species
- Form
- Gender
- IV Values (1-31)
- EV Values (0-255)
- Shiny chance (default 2%)
- Pokerus chance (default 1 in 65535)
- Starting Moveset, between 1-4 randomly picked moves
- Ability (Coinflip on Hidden or Natural Gen4 and earlier, Purely random Gen5 or later)
- Held Item (Gen5 or later)
- Download the latest release of PKHeX and install/extract it.
- Download and extract the latest release next to PkHeX.exe.
- Your folder should look like this:
PkHeX/
PkHeX.exe
plugins/
PkHeXEgglockeGenerator.dll
- Open PkHeX
- If not setup already, click
Options
thenSettings
, and navigate to theStartup
tab.- Set
ForceHaXOnLaunch
toTrue
- Set
- From the
Tools
dropdown, clickEgglocke Generator
.
Thanks to CDNRae (PkHeX Bulk Egg Generator) for their public code allowing me to understand the PkHeX API by referencing and poking some of their code.
I made this plugin purely for fun and there's no guarentee it'll get updates in the future. If you do find an issue, please report it in Issues and I'll attempt to fix the problem.