Kermalis / PokemonBattleEngine

A C# library that can emulate Pokémon battles.
MIT License
161 stars 22 forks source link

Make move-specific effects into PBEMoveEffect instead of checking the move itself #294

Open Kermalis opened 4 years ago

Kermalis commented 4 years ago

Blizzard/Thunder accuracy change, Hex boost, Eruption power, etc

Kermalis commented 4 years ago

The random team generator is all that's needed to complete this