Item(
name: "Large Potion",
description: "Restores 100 Health\n\n<Right-Click to use>",
kind: Consumable(
kind: PotionLarge,
effect: Health((
amount: 100,
cause: Item,
)),
),
)