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

13 lines
234 B
VB.net

Namespace Abilities
Public Class ToxicBoost
Inherits Ability
Public Sub New()
MyBase.New(137, "Toxic Boost", "Powers up physical attacks when poisoned.")
End Sub
End Class
End Namespace