Namespace Abilities
Public Class Plus
Inherits Ability
Public Sub New()
MyBase.New(57, "Plus", "Ups Sp. Atk if another Pokémon has Plus or Minus.")
End Sub
End Class
End Namespace