Namespace Abilities Public Class TanglingHair Inherits Ability Public Sub New() MyBase.New(221, "Tangling Hair", "Contact with the Pokémon lowers the attacker's Speed stat.") End Sub End Class End Namespace