R1 World Sets Potions 0

From Monumenta Wiki
Jump to navigation Jump to search

Raw JSON
{
    "pools": [
        {
            "rolls": {
                "min": 1,
                "max": 1
            },
            "entries": [
                {
                    "type": "item",
                    "name": "minecraft:potion",
                    "weight": 1,
                    "functions": [
                        {
                            "function": "set_nbt",
                            "tag": "{CustomPotionColor:255,CustomPotionEffects:[{Ambient:1b,ShowParticles:1b,Duration:3600,Id:16b,Amplifier:0b}],Potion:\"minecraft:empty\",display:{Name:\"{\\\"text\\\":\\\"§fPotion of Night Vision\\\"}\"}}"
                        },
                        {
                            "function": "set_count",
                            "count": 1
                        }
                    ]
                },
                {
                    "type": "item",
                    "name": "minecraft:splash_potion",
                    "weight": 1,
                    "functions": [
                        {
                            "function": "set_nbt",
                            "tag": "{Potion:\"minecraft:healing\"}"
                        },
                        {
                            "function": "set_count",
                            "count": 1
                        }
                    ]
                }
            ]
        }
    ]
}

Explicit Raw

  • Run Once
    • 50% chances to get Potion of Night Vision
    • 50% chances to get Splash Potion of Healing

Average Loot Per Chest

Calculated with 1024 chests

  • 0.50 Potion of Night Vision
  • 0.50 Splash Potion of Healing

Used In