Namespace Abilities Public Class VitalSpirit Inherits Ability Public Sub New() MyBase.New(72, "Vital Spirit", "Prevents the Pokémon from falling asleep.") End Sub End Class End Namespace