Namespace Abilities Public Class PowerofAlchemy Inherits Ability Public Sub New() MyBase.New(223, "Power of Alchemy", "The Pokémon copies the Ability of a defeated ally.") End Sub End Class End Namespace