Namespace Abilities
Public Class Overcoat
Inherits Ability
Public Sub New()
MyBase.New(142, "Overcoat", "Protects the Pokémon from damage from weather.")
End Sub
End Class
End Namespace