13 lines
227 B
VB.net
13 lines
227 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class Moxie
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(153, "Moxie", "Boosts Attack after knocking out any Pok<6F>mon.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|