ItemDef(
    name: "Cactus",
    description: "Grows in warm and dry places. Very prickly!",
    kind: Ingredient(
        // Descriptor not needed
        descriptor: "",
    ),
    quality: Common,
    tags: [],
)