ItemDef( name: "Swiftness Potion", description: "Makes you faster.", kind: Consumable( kind: Drink, effects: All([ Buff(( kind: Swiftness, data: ( strength: 0.6, duration: Some(20), ), cat_ids: [Natural], )), Buff(( kind: PotionSickness, data: ( strength: 0.33, duration: Some(45), ), cat_ids: [Natural], )), ]) ), quality: Moderate, tags: [Potion], )