Define an item to use with the inventory using this pattern:
{
name: "Name of the item", // also used to identify it,
description: "Short description to show in the inventory",
image: "path to the image to be used as icon",
static: true // if the item can't be consumed
}
Define an item to use with the inventory using this pattern: