13 lines
231 B
VB.net

Namespace Abilities
Public Class SandVeil
Inherits Ability
Public Sub New()
MyBase.New(8, "Sand Veil", "Boosts the Pokémon's evasion in a sandstorm.")
End Sub
End Class
End Namespace