13 lines
223 B
VB.net
13 lines
223 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class PurePower
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(74, "Pure Power", "Raises the Pok<6F>mon's Attack stat.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|