Namespace Abilities Public Class Chlorophyll Inherits Ability Public Sub New() MyBase.New(34, "Chlorophyll", "Boosts the Pokémon's Speed in sunshine.") End Sub End Class End Namespace