{
  "ingredient": "kubejs:young_whiskey",
  "thirst": 15,
  "intoxication": 2000,
  "may_drink_when_full": true,
  "effects": [
    {
      "type": "minecraft:haste",
      "duration": 2000,
      "amplifier": 1
    },
    {
      "type": "brewery:drunk",
      "duration": 24000,
      "chance": 0.35
    }
  ]
}