{
  "ingredient": "tfc:sake",
  "thirst": 15,
  "intoxication": 2000,
  "may_drink_when_full": true,
  "effects": [
    {
      "type": "minecraft:resistance",
      "duration": 6400,
      "chance": 0.95
    },
    {
      "type": "brewery:drunk",
      "duration": 24000,
      "chance": 0.40
    }
  ]
}