Namespace Abilities
Public Class SlushRush
Inherits Ability
Public Sub New()
MyBase.New(202, "Slush Rush", "Boosts the Pokémon's Speed stat in a hailstorm.")
End Sub
End Class
End Namespace