13 lines
255 B
VB.net
13 lines
255 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class TanglingHair
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(221, "Tangling Hair", "Contact with the Pok<6F>mon lowers the attacker's Speed stat.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|