Skip to content

Potion Loot Items

fnar edited this page Dec 28, 2021 · 3 revisions

Potions

  • Object:
    • Type: String - "potion"
    • Name: String - potion type (e.g. "long_regeneration", "swiftness", "healing", "strong_strength", etc.)
    • Form: String - One of "regular", "splash", or "lingering"

Example Potion Loot Items

{"type": "potion", "name": "healing"}
{"type": "potion", "name": "strong_strength", "min": 0, "max": 3}
{"type": "potion", "name": "long_night_vision", "form": "splash"}

Potion Types

  • "empty"
  • "water"
  • "mundane"
  • "thick"
  • "awkward"
  • "night_vision"
  • "long_night_vision"
  • "invisibility"
  • "long_invisibility"
  • "leaping"
  • "long_leaping"
  • "strong_leaping"
  • "fire_resistance"
  • "long_fire_resistance"
  • "swiftness"
  • "long_swiftness"
  • "strong_swiftness"
  • "slowness"
  • "long_slowness"
  • "water_breathing"
  • "long_water_breathing"
  • "healing"
  • "strong_healing"
  • "harming"
  • "strong_harming"
  • "poison"
  • "long_poison"
  • "strong_poison"
  • "regeneration"
  • "long_regeneration"
  • "strong_regeneration"
  • "strength"
  • "long_strength"
  • "strong_strength"
  • "weakness"
  • "long_weakness"
  • "luck"