13 lines
252 B
VB.net
13 lines
252 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class SurgeSurfer
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(207, "Surge Surfer", "Doubles the Pokémon's Speed stat on Electric Terrain.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|