Namespace Abilities Public Class Pressure Inherits Ability Public Sub New() MyBase.New(46, "Pressure", "The Pokémon raises the foe's PP usage.") End Sub End Class End Namespace