Namespace Abilities
Public Class Steadfast
Inherits Ability
Public Sub New()
MyBase.New(80, "Steadfast", "Raises Speed each time the Pokémon flinches.")
End Sub
End Class
End Namespace