13 lines
225 B
VB.net
13 lines
225 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class Simple
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(86, "Simple", "The Pok<6F>mon is prone to wild stat changes.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|