13 lines
221 B
VB.net
13 lines
221 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class LightMetal
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(135, "Light Metal", "Halves the Pok<6F>mon's weight.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|