13 lines
223 B
VB.net
13 lines
223 B
VB.net
|
Namespace Abilities
|
||
|
|
||
|
Public Class Multiscale
|
||
|
|
||
|
Inherits Ability
|
||
|
|
||
|
Public Sub New()
|
||
|
MyBase.New(136, "Multiscale", "Reduces damage when HP is full.")
|
||
|
End Sub
|
||
|
|
||
|
End Class
|
||
|
|
||
|
End Namespace
|