13 lines
220 B
VB.net
13 lines
220 B
VB.net
|
Namespace Abilities
|
||
|
|
||
|
Public Class SnowCloak
|
||
|
|
||
|
Inherits Ability
|
||
|
|
||
|
Public Sub New()
|
||
|
MyBase.New(81, "Snow Cloak", "Raises evasion in a hailstorm.")
|
||
|
End Sub
|
||
|
|
||
|
End Class
|
||
|
|
||
|
End Namespace
|