13 lines
235 B
VB.net
13 lines
235 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class IceBody
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(115, "Ice Body", "The Pok<6F>mon gradually regains HP in a hailstorm.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|