Namespace Abilities Public Class PsychicSurge Inherits Ability Public Sub New() MyBase.New(227, "Psychic Surge", "Turns the ground into Psychic Terrain when the Pokémon enters a battle.") End Sub End Class End Namespace