{
  "RARITY_POOL": [
    {
      "value": "COMMON",
      "weight": 32
    },
    {
      "value": "RARE",
      "weight": 12
    },
    {
      "value": "EPIC",
      "weight": 4
    },
    {
      "value": "OMEGA",
      "weight": 1
    }
  ],
  "MOB_TRAP_EFFECTS": [
    {
      "attempts": 5,
      "appliedConfig": {
        "extraMaxMobs": 15,
        "minDistance": 1.0,
        "maxDistance": 12.0,
        "despawnDistance": 32.0
      },
      "name": "Mob Trap"
    }
  ],
  "EXPLOSION_EFFECTS": [
    {
      "radius": 5.0,
      "xOffset": 0.0,
      "yOffset": 1.2,
      "zOffset": 0.0,
      "causesFire": true,
      "damage": 8.0,
      "mode": "BREAK",
      "name": "Explosion"
    }
  ],
  "POTION_CLOUD_EFFECTS": [
    {
      "potions": [
        "minecraft:strong_poison"
      ],
      "name": "Poison"
    }
  ],
  "LEVELS": [
    { "MIN_LEVEL": 0,
      "DEFAULT_POOL": [
        {
          "value": "Dummy",
          "weight": 100
        },
        {
          "value": "Explosion",
          "weight": 2
        },
        {
          "value": "Mob Trap",
          "weight": 4
        },
        {
          "value": "Poison",
          "weight": 8
        }
      ],
      "RAFFLE_POOL": [
        {
          "value": "Dummy",
          "weight": 100
        },
        {
          "value": "Explosion",
          "weight": 2
        },
        {
          "value": "Mob Trap",
          "weight": 4
        },
        {
          "value": "Poison",
          "weight": 8
        }
      ]
    }
  ]
}