Namespace Items.Plates
<Item(276, "Mind Plate")>
Public Class MindPlate
Inherits PlateItem
Public Sub New()
MyBase.New(Element.Types.Psychic)
End Sub
End Class
End Namespace