P3D-Legacy/P3D/Pokemon/Abilities/Galvanize.vb

13 lines
281 B
VB.net
Raw Normal View History

2019-02-19 06:40:44 +01:00
Namespace Abilities
Public Class Galvanize
Inherits Ability
Public Sub New()
MyBase.New(206, "Galvanize", "Normal-type moves become Electric-type moves. The power of those moves is boosted a little.")
End Sub
End Class
End Namespace