# Item System ```mermaid classDiagram class Item{ <> } class ItemStructure{ <> Name : Text IsStackable : Bool Description : Text IsConsumable : Text MaxStackSize : Int Durability : Float BuyValue : Int SellValue : Int Weight : Int Thumbnail : Texture_2D Item_Type : ItemType rarety : Rarety DealerInterest : DealerInterests } ```