Namespace Abilities Public Class LightMetal Inherits Ability Public Sub New() MyBase.New(135, "Light Metal", "Halves the Pokémon's weight.") End Sub End Class End Namespace