Item( name: "Potent Potion", description: "A potent healing potion.\n\nRestores 100 health on use.\n\n", kind: Consumable( kind: Potion, effect: Health(( amount: 100, cause: Item, )), ), )