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