Namespace Abilities
Public Class Torrent
Inherits Ability
Public Sub New()
MyBase.New(67, "Torrent", "Powers up Water-type moves in a pinch.")
End Sub
End Class
End Namespace