Namespace Abilities
Public Class Lightningrod
Inherits Ability
Public Sub New()
MyBase.New(31, "Lightningrod", "Draws in all Electric-type moves to up Sp. Attack.")
End Sub
End Class
End Namespace