Zik submitted a new resource:
Pokémon Factory - It allows you to create custom Pokémon and Eggs using a hash format.
Read more about this resource...
Pokémon Factory - It allows you to create custom Pokémon and Eggs using a hash format.
This script was originally part of a utility library I'm creating, but since it has no dependencies, I decided to release it as a standalone script. It allows you to create custom Pokémon and Eggs using a hash format.
It changes the creation process from this:
Ruby:pkmn = Pokemon.new(:EEVEE, 10) pkmn.name = "Hope" pkmn.shiny = true pkmn.poke_ball = :PREMIERBALL pkmn.nature = :TIMID pkmn.item = :SOOTHEBELL pkmn.iv[:HP] = 31 pkmn.iv[:ATTACK] = 31 pkmn.iv[:DEFENSE]...
Read more about this resource...