P3D-Legacy/P3D/Pokemon/Abilities/ShellArmor.vb

13 lines
239 B
VB.net

Namespace Abilities
Public Class ShellArmor
Inherits Ability
Public Sub New()
MyBase.New(75, "Shell Armor", "The Pokémon is protected against critical hits.")
End Sub
End Class
End Namespace