13 lines
231 B
VB.net
13 lines
231 B
VB.net
|
Namespace Abilities
|
||
|
|
||
|
Public Class FlareBoost
|
||
|
|
||
|
Inherits Ability
|
||
|
|
||
|
Public Sub New()
|
||
|
MyBase.New(138, "Flare Boost", "Powers up special attacks when burned.")
|
||
|
End Sub
|
||
|
|
||
|
End Class
|
||
|
|
||
|
End Namespace
|