Add AncientShard key item.

This commit is contained in:
CaptainSegis 2017-08-28 00:06:14 -05:00
parent ca9e088ec3
commit beddee7bd2
4 changed files with 17 additions and 0 deletions

View File

@ -1136,6 +1136,7 @@
<Compile Include="Pokemon\Items\KeyItems\GSBall.vb" />
<Compile Include="Pokemon\Items\KeyItems\ItemFinder.vb" />
<Compile Include="Pokemon\Items\KeyItems\KeyItem.vb" />
<Compile Include="Pokemon\Items\KeyItems\AncientFragment.vb" />
<Compile Include="Pokemon\Items\KeyItems\LostItem.vb" />
<Compile Include="Pokemon\Items\KeyItems\MachinePart.vb" />
<Compile Include="Pokemon\Items\KeyItems\MegaBracelet.vb" />

View File

@ -0,0 +1,16 @@
Namespace Items.KeyItems
<Item(286, "Ancient Shard")>
Public Class AncientShard
Inherits KeyItem
Public Overrides ReadOnly Property Description As String = "A piece of a very ancient wall. It seems like it fits somewhere."
Public Sub New()
_textureRectangle = New Rectangle(360, 288, 24, 24)
End Sub
End Class
End Namespace

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 68 KiB