kwsch / PermuteMMO

Permutes all possible player actions to yield shinies in Pokémon Legends: Arceus
GNU General Public License v3.0
29 stars 5 forks source link

Initial handling of regular spawner permutation #9

Closed kwsch closed 2 years ago

kwsch commented 2 years ago

Currently not wired up to the Program.cs for regular use, but the SimpleTests.cs contains an example of permuting useful regular [X-X, same quantity] spawners like Combee and Eevee for shiny alpha females.

Added functionality:

Not handled:

Updates documentation per latest understanding of the data structures (eg count seed and alpha seed).