13 lines
245 B
VB.net
13 lines
245 B
VB.net
|
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
|