ItemDef( name: "Medium Potion", description: "An innovative invention from an apothecary, better than its smaller precursors.", kind: Consumable( kind: Drink, effects: [ Buff(( kind: Potion, data: ( strength: 75.0, duration: Some(( secs: 1, nanos: 0, )), ), cat_ids: [Natural], )), Buff(( kind: PotionSickness, data: ( strength: 0.33, duration: Some(( secs: 45, nanos: 0, )), delay: Some(( secs: 1, nanos: 0, )) ), cat_ids: [Natural], )), ] ), quality: Common, tags: [Potion], )