- Implemented Magma Armor, Flame Body and Steam Engine to reduce hatching time
- Gravelmon will make Gravelmon eggs and Cobblemon will make Cobblemon eggs
- Fixed eggmoves, again
- Added Pokeball Inheritance
- Implemented shiny hunting methods (see below)
New configuration values
- shinyMethod (default to "masuda") :
- "disabled" : Pokemon will hatch with a normal shiny rate.
- "masuda" : If the two pokemon making an egg belong to different trainers, the shiny rate will be multiplied by shinyMultiplier.
- "crystal" : Each shiny parent multiplies the shiny rate for the egg by shinyMultiplier.
- shinyMultiplier (default to 4.0) : Multiplies the shiny rate of the egg depending of the shinyMethod that has been set.
Adding new config values will reset you current configs. Make sure to set them back!