Namespace Items.Plates
<Item(268, "Dread Plate")>
Public Class DreadPlate
Inherits PlateItem
Public Sub New()
MyBase.New(Element.Types.Dark)
End Sub
End Class
End Namespace