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