Namespace Items.Plates
<Item(282, "Toxic Plate")>
Public Class ToxicPlate
Inherits PlateItem
Public Sub New()
MyBase.New(Element.Types.Poison)
End Sub
End Class
End Namespace