P3D-Legacy/P3D/Pokemon/Items/Stones/BlackAurugite.vb

17 lines
429 B
VB.net
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Namespace Items.Standard
<Item(653, "Black Augurite")>
Public Class BlackAugurite
Inherits StoneItem
Public Overrides ReadOnly Property Description As String = "A glassy black stone that produces a sharp cutting edge when split. Its loved by a certain Pokémon."
Public Sub New()
_textureRectangle = New Rectangle(384, 408, 24, 24)
End Sub
End Class
End Namespace