13 lines
234 B
VB.net
13 lines
234 B
VB.net
|
Namespace Abilities
|
||
|
|
||
|
Public Class SandForce
|
||
|
|
||
|
Inherits Ability
|
||
|
|
||
|
Public Sub New()
|
||
|
MyBase.New(159, "Sand Force", "Boosts certain moves' power in a sandstorm.")
|
||
|
End Sub
|
||
|
|
||
|
End Class
|
||
|
|
||
|
End Namespace
|