13 lines
221 B
VB.net
13 lines
221 B
VB.net
|
Namespace Abilities
|
||
|
|
||
|
Public Class FurCoat
|
||
|
|
||
|
Inherits Ability
|
||
|
|
||
|
Public Sub New()
|
||
|
MyBase.New(169, "Fur Coat", "Halves damage from physical moves.")
|
||
|
End Sub
|
||
|
|
||
|
End Class
|
||
|
|
||
|
End Namespace
|