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