13 lines
236 B
VB.net
13 lines
236 B
VB.net
|
Namespace Abilities
|
||
|
|
||
|
Public Class SkillLink
|
||
|
|
||
|
Inherits Ability
|
||
|
|
||
|
Public Sub New()
|
||
|
MyBase.New(92, "Skill Link", "Increases the frequency of multi-strike moves.")
|
||
|
End Sub
|
||
|
|
||
|
End Class
|
||
|
|
||
|
End Namespace
|