Module:Data/Loot

Documentation for this module may be created at Module:Data/Loot/doc

return {
  Empty = {
    id = 0,
    rolls = 0,
    dontAllowDuplicates = false,
    loot = {},
    guaranteedLoot = {},
  },
  SlimeBlobs = {
    id = 10,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Slime',
        dropChance = '66.73%',
        dropChanceAtLeastOne = '66.73%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '11.72%',
        dropChanceAtLeastOne = '11.72%',
        amount = 1,
      },
      {
        itemName = 'Fungal Soil',
        dropChance = '2.34%',
        dropChanceAtLeastOne = '2.34%',
        amount = 1,
      },
      {
        itemName = 'Heart Berry Seed',
        dropChance = '8.2%',
        dropChanceAtLeastOne = '8.2%',
        amount = 1,
      },
      {
        itemName = 'Bomb Pepper Seed',
        dropChance = '8.2%',
        dropChanceAtLeastOne = '8.2%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '1.17%',
        dropChanceAtLeastOne = '1.17%',
        amount = 1,
      },
      {
        itemName = 'Slime Figurine',
        dropChance = '0.23%',
        dropChanceAtLeastOne = '0.23%',
        amount = 1,
      },
      {
        itemName = 'Crown Summoning Idol',
        dropChance = '0.23%',
        dropChanceAtLeastOne = '0.23%',
        amount = 1,
      },
      {
        itemName = 'Copper Key',
        dropChance = '1.17%',
        dropChanceAtLeastOne = '1.17%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  RedSlimeBlob = {
    id = 516,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Slime',
        dropChance = '66.73%',
        dropChanceAtLeastOne = '66.73%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '11.72%',
        dropChanceAtLeastOne = '11.72%',
        amount = 1,
      },
      {
        itemName = 'Fungal Soil',
        dropChance = '2.34%',
        dropChanceAtLeastOne = '2.34%',
        amount = 1,
      },
      {
        itemName = 'Heart Berry Seed',
        dropChance = '8.2%',
        dropChanceAtLeastOne = '8.2%',
        amount = 1,
      },
      {
        itemName = 'Bomb Pepper Seed',
        dropChance = '8.2%',
        dropChanceAtLeastOne = '8.2%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '1.17%',
        dropChanceAtLeastOne = '1.17%',
        amount = 1,
      },
      {
        itemName = 'Red Slime Figurine',
        dropChance = '0.23%',
        dropChanceAtLeastOne = '0.23%',
        amount = 1,
      },
      {
        itemName = 'Crown Summoning Idol',
        dropChance = '0.23%',
        dropChanceAtLeastOne = '0.23%',
        amount = 1,
      },
      {
        itemName = 'Copper Key',
        dropChance = '1.17%',
        dropChanceAtLeastOne = '1.17%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  MushroomEnemy = {
    id = 16,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Mushroom',
        dropChance = '66.22%',
        dropChanceAtLeastOne = '66.22%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '11.07%',
        dropChanceAtLeastOne = '11.07%',
        amount = 1,
      },
      {
        itemName = 'Fungal Soil',
        dropChance = '5.54%',
        dropChanceAtLeastOne = '5.54%',
        amount = 1,
      },
      {
        itemName = 'Heart Berry Seed',
        dropChance = '7.75%',
        dropChanceAtLeastOne = '7.75%',
        amount = 1,
      },
      {
        itemName = 'Bomb Pepper Seed',
        dropChance = '7.75%',
        dropChanceAtLeastOne = '7.75%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '1.11%',
        dropChanceAtLeastOne = '1.11%',
        amount = 1,
      },
      {
        itemName = 'Shrooman Figurine',
        dropChance = '0.33%',
        dropChanceAtLeastOne = '0.33%',
        amount = 1,
      },
      {
        itemName = '',
        dropChance = '0.22%',
        dropChanceAtLeastOne = '0.22%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  LargeSlimeDestructible = {
    id = 31,
    rolls = {
      1,
      2,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Slime',
        dropChance = '35.45%',
        dropChanceAtLeastOne = '48.14%',
        amount = 2,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '20.07%',
        dropChanceAtLeastOne = '28.54%',
        amount = {
          2,
          3,
        },
      },
      {
        itemName = 'Copper Ore',
        dropChance = '20.07%',
        dropChanceAtLeastOne = '28.54%',
        amount = 1,
      },
      {
        itemName = 'Wood Bow',
        dropChance = '4.68%',
        dropChanceAtLeastOne = '6.94%',
        amount = 1,
      },
      {
        itemName = 'Heart Berry Seed',
        dropChance = '4.68%',
        dropChanceAtLeastOne = '6.94%',
        amount = 1,
      },
      {
        itemName = 'Bomb Pepper Seed',
        dropChance = '4.68%',
        dropChanceAtLeastOne = '6.94%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '3.34%',
        dropChanceAtLeastOne = '4.97%',
        amount = 1,
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '3.34%',
        dropChanceAtLeastOne = '4.97%',
        amount = 1,
      },
      {
        itemName = 'Caveling Skull',
        dropChance = '1.34%',
        dropChanceAtLeastOne = '2%',
        amount = 1,
      },
      {
        itemName = 'Cave Pouch',
        dropChance = '1%',
        dropChanceAtLeastOne = '1.5%',
        amount = 1,
      },
      {
        itemName = 'Peasant Hat',
        dropChance = '0.67%',
        dropChanceAtLeastOne = '1%',
        amount = 1,
      },
      {
        itemName = 'Peasant Chest',
        dropChance = '0.67%',
        dropChanceAtLeastOne = '1%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  SlimeBoss = {
    id = 11,
    rolls = {
      4,
      6,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Slime',
        dropChance = '52.91%',
        dropChanceAtLeastOne = '95.08%',
        amount = {
          8,
          10,
        },
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '10.58%',
        dropChanceAtLeastOne = '36.07%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '5.29%',
        dropChanceAtLeastOne = '19.54%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Copper Ore',
        dropChance = '10.58%',
        dropChanceAtLeastOne = '36.07%',
        amount = {
          2,
          5,
        },
      },
      {
        itemName = 'Tin Ore',
        dropChance = '5.29%',
        dropChanceAtLeastOne = '19.54%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Melting Crystal Ring',
        dropChance = '3.17%',
        dropChanceAtLeastOne = '12.11%',
        amount = 1,
      },
      {
        itemName = 'Blob Rosary Necklace',
        dropChance = '3.17%',
        dropChanceAtLeastOne = '12.11%',
        amount = 1,
      },
      {
        itemName = 'Wooden Shield',
        dropChance = '1.85%',
        dropChanceAtLeastOne = '7.2%',
        amount = 1,
      },
      {
        itemName = 'Swift Feather',
        dropChance = '6.35%',
        dropChanceAtLeastOne = '23.08%',
        amount = 1,
      },
      {
        itemName = 'Glurch Figurine',
        dropChance = '0.79%',
        dropChanceAtLeastOne = '3.14%',
        amount = 1,
      },
    },
    guaranteedLoot = {
      {
        itemName = 'Melting Crystal Ring',
        dropChance = '21.82%',
        amount = 1,
      },
      {
        itemName = 'Blob Rosary Necklace',
        dropChance = '21.82%',
        amount = 1,
      },
      {
        itemName = 'Wooden Shield',
        dropChance = '12.73%',
        amount = 1,
      },
      {
        itemName = 'Swift Feather',
        dropChance = '43.64%',
        amount = 1,
      },
    },
  },
  WoodenDestructible = {
    id = 42,
    rolls = {
      1,
      2,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '22.75%',
        dropChanceAtLeastOne = '32.11%',
        amount = 1,
      },
      {
        itemName = 'Copper Ore',
        dropChance = '17.96%',
        dropChanceAtLeastOne = '25.7%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '17.96%',
        dropChanceAtLeastOne = '25.7%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Tin Ore',
        dropChance = '5.99%',
        dropChanceAtLeastOne = '8.85%',
        amount = 1,
      },
      {
        itemName = 'Heart Berry Seed',
        dropChance = '1.8%',
        dropChanceAtLeastOne = '2.68%',
        amount = 1,
      },
      {
        itemName = 'Bomb Pepper Seed',
        dropChance = '1.8%',
        dropChanceAtLeastOne = '2.68%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '1.8%',
        dropChanceAtLeastOne = '2.68%',
        amount = 1,
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '4.79%',
        dropChanceAtLeastOne = '7.1%',
        amount = 1,
      },
      {
        itemName = 'Caveling Bread',
        dropChance = '1.8%',
        dropChanceAtLeastOne = '2.68%',
        amount = 1,
      },
      {
        itemName = 'Fiber',
        dropChance = '11.98%',
        dropChanceAtLeastOne = '17.41%',
        amount = 1,
      },
      {
        itemName = 'Old Amulet',
        dropChance = '0.3%',
        dropChanceAtLeastOne = '0.45%',
        amount = 1,
      },
      {
        itemName = 'Ear Plate',
        dropChance = '0.3%',
        dropChanceAtLeastOne = '0.45%',
        amount = 1,
      },
      {
        itemName = 'Peasant Hat',
        dropChance = '1.2%',
        dropChanceAtLeastOne = '1.79%',
        amount = 1,
      },
      {
        itemName = 'Peasant Chest',
        dropChance = '1.2%',
        dropChanceAtLeastOne = '1.79%',
        amount = 1,
      },
      {
        itemName = 'Copper Cross Necklace',
        dropChance = '0.3%',
        dropChanceAtLeastOne = '0.45%',
        amount = 1,
      },
      {
        itemName = 'Crude Bomb',
        dropChance = '2.99%',
        dropChanceAtLeastOne = '4.46%',
        amount = 1,
      },
      {
        itemName = 'Bomb',
        dropChance = '1.2%',
        dropChanceAtLeastOne = '1.79%',
        amount = 1,
      },
      {
        itemName = 'Wood Fishing Rod',
        dropChance = '1.2%',
        dropChanceAtLeastOne = '1.79%',
        amount = 1,
      },
      {
        itemName = 'Cave Pouch',
        dropChance = '0.9%',
        dropChanceAtLeastOne = '1.34%',
        amount = 1,
      },
      {
        itemName = 'Slingshot',
        dropChance = '0.3%',
        dropChanceAtLeastOne = '0.45%',
        amount = 1,
      },
      {
        itemName = 'Swift Feather',
        dropChance = '0.3%',
        dropChanceAtLeastOne = '0.45%',
        amount = 1,
      },
      {
        itemName = 'Wood Bow',
        dropChance = '1.2%',
        dropChanceAtLeastOne = '1.79%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  LargeWoodenDestructible = {
    id = 43,
    rolls = {
      3,
      4,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '13.13%',
        dropChanceAtLeastOne = '38.89%',
        amount = 1,
      },
      {
        itemName = 'Copper Ore',
        dropChance = '18.75%',
        dropChanceAtLeastOne = '51.65%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '12.5%',
        dropChanceAtLeastOne = '37.33%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Bomb Pepper Seed',
        dropChance = '3.13%',
        dropChanceAtLeastOne = '10.52%',
        amount = 1,
      },
      {
        itemName = 'Heart Berry Seed',
        dropChance = '3.13%',
        dropChanceAtLeastOne = '10.52%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '3.13%',
        dropChanceAtLeastOne = '10.52%',
        amount = 1,
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '3.75%',
        dropChanceAtLeastOne = '12.52%',
        amount = 1,
      },
      {
        itemName = 'Caveling Bread',
        dropChance = '3.13%',
        dropChanceAtLeastOne = '10.52%',
        amount = 1,
      },
      {
        itemName = 'Tin Ore',
        dropChance = '11.25%',
        dropChanceAtLeastOne = '34.14%',
        amount = 1,
      },
      {
        itemName = 'Gold Ore',
        dropChance = '1.25%',
        dropChanceAtLeastOne = '4.31%',
        amount = 1,
      },
      {
        itemName = 'Fiber',
        dropChance = '9.38%',
        dropChanceAtLeastOne = '29.15%',
        amount = 1,
      },
      {
        itemName = 'Old Amulet',
        dropChance = '0.31%',
        dropChanceAtLeastOne = '1.09%',
        amount = 1,
      },
      {
        itemName = 'Ear Plate',
        dropChance = '0.31%',
        dropChanceAtLeastOne = '1.09%',
        amount = 1,
      },
      {
        itemName = 'Peasant Hat',
        dropChance = '0.94%',
        dropChanceAtLeastOne = '3.24%',
        amount = 1,
      },
      {
        itemName = 'Peasant Chest',
        dropChance = '0.94%',
        dropChanceAtLeastOne = '3.24%',
        amount = 1,
      },
      {
        itemName = 'Copper Cross Necklace',
        dropChance = '0.31%',
        dropChanceAtLeastOne = '1.09%',
        amount = 1,
      },
      {
        itemName = 'Crude Bomb',
        dropChance = '3.13%',
        dropChanceAtLeastOne = '10.52%',
        amount = 1,
      },
      {
        itemName = 'Bomb',
        dropChance = '1.25%',
        dropChanceAtLeastOne = '4.31%',
        amount = 1,
      },
      {
        itemName = 'Cave Pouch',
        dropChance = '0.94%',
        dropChanceAtLeastOne = '3.24%',
        amount = 1,
      },
      {
        itemName = 'Wood Fishing Rod',
        dropChance = '2.5%',
        dropChanceAtLeastOne = '8.48%',
        amount = 1,
      },
      {
        itemName = 'Flintlock Musket',
        dropChance = '0.31%',
        dropChanceAtLeastOne = '1.09%',
        amount = 1,
      },
      {
        itemName = 'Swift Feather',
        dropChance = '1.88%',
        dropChanceAtLeastOne = '6.41%',
        amount = 1,
      },
      {
        itemName = 'Tin Axe',
        dropChance = '0.31%',
        dropChanceAtLeastOne = '1.09%',
        amount = 1,
      },
      {
        itemName = 'Wood Bow',
        dropChance = '2.5%',
        dropChanceAtLeastOne = '8.48%',
        amount = 1,
      },
      {
        itemName = 'Tin Hoe',
        dropChance = '1.25%',
        dropChanceAtLeastOne = '4.31%',
        amount = 1,
      },
      {
        itemName = 'Copper Key',
        dropChance = '0.63%',
        dropChanceAtLeastOne = '2.17%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  DiggingSpot = {
    id = 50,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Heart Berry Seed',
        dropChance = '23.31%',
        dropChanceAtLeastOne = '23.31%',
        amount = 1,
      },
      {
        itemName = 'Bomb Pepper Seed',
        dropChance = '23.31%',
        dropChanceAtLeastOne = '23.31%',
        amount = 1,
      },
      {
        itemName = 'Caveling Skull',
        dropChance = '13.99%',
        dropChanceAtLeastOne = '13.99%',
        amount = 1,
      },
      {
        itemName = 'Leaf Fossil',
        dropChance = '4.66%',
        dropChanceAtLeastOne = '4.66%',
        amount = 1,
      },
      {
        itemName = 'Geode',
        dropChance = '4.66%',
        dropChanceAtLeastOne = '4.66%',
        amount = 1,
      },
      {
        itemName = 'Old Amulet',
        dropChance = '4.66%',
        dropChanceAtLeastOne = '4.66%',
        amount = 1,
      },
      {
        itemName = 'Bone Creole',
        dropChance = '4.66%',
        dropChanceAtLeastOne = '4.66%',
        amount = 1,
      },
      {
        itemName = 'Twisted Agate',
        dropChance = '4.66%',
        dropChanceAtLeastOne = '4.66%',
        amount = 1,
      },
      {
        itemName = 'Triangle Trinket',
        dropChance = '4.66%',
        dropChanceAtLeastOne = '4.66%',
        amount = 1,
      },
      {
        itemName = 'Ammonite',
        dropChance = '2.33%',
        dropChanceAtLeastOne = '2.33%',
        amount = 1,
      },
      {
        itemName = 'Broken Core Idol',
        dropChance = '2.33%',
        dropChanceAtLeastOne = '2.33%',
        amount = 1,
      },
      {
        itemName = 'Peasant Hat',
        dropChance = '2.33%',
        dropChanceAtLeastOne = '2.33%',
        amount = 1,
      },
      {
        itemName = 'Peasant Chest',
        dropChance = '2.33%',
        dropChanceAtLeastOne = '2.33%',
        amount = 1,
      },
      {
        itemName = 'Heart Berry Necklace',
        dropChance = '1.4%',
        dropChanceAtLeastOne = '1.4%',
        amount = 1,
      },
      {
        itemName = 'Oracle Card "Aura"',
        dropChance = '0.7%',
        dropChanceAtLeastOne = '0.7%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  DirtWall = {
    id = 100,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '99.93%',
        dropChanceAtLeastOne = '99.93%',
        amount = 1,
      },
      {
        itemName = 'Ring of Stone',
        dropChance = '0.07%',
        dropChanceAtLeastOne = '0.07%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  WoodRoot = {
    id = 150,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '64.94%',
        dropChanceAtLeastOne = '64.94%',
        amount = 1,
      },
      {
        itemName = 'Wood',
        dropChance = '32.47%',
        dropChanceAtLeastOne = '32.47%',
        amount = 1,
      },
      {
        itemName = 'Root Seed',
        dropChance = '2.6%',
        dropChanceAtLeastOne = '2.6%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  WorldChest = {
    id = 300,
    rolls = {
      3,
      6,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Torch',
        dropChance = '23.7%',
        dropChanceAtLeastOne = '70.39%',
        amount = {
          2,
          5,
        },
      },
      {
        itemName = 'Fiber',
        dropChance = '10.3%',
        dropChanceAtLeastOne = '38.7%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Wood',
        dropChance = '5.15%',
        dropChanceAtLeastOne = '21.18%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '5.15%',
        dropChanceAtLeastOne = '21.18%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Copper Bar',
        dropChance = '10.3%',
        dropChanceAtLeastOne = '38.7%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Tin Bar',
        dropChance = '5.15%',
        dropChanceAtLeastOne = '21.18%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Iron Bar',
        dropChance = '3.61%',
        dropChanceAtLeastOne = '15.23%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Gold Bar',
        dropChance = '2.58%',
        dropChanceAtLeastOne = '11.08%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Healing Potion',
        dropChance = '2.58%',
        dropChanceAtLeastOne = '11.08%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Stoneskin Potion',
        dropChance = '2.58%',
        dropChanceAtLeastOne = '11.08%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Enrage Potion',
        dropChance = '2.58%',
        dropChanceAtLeastOne = '11.08%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Crude Bomb',
        dropChance = '5.15%',
        dropChanceAtLeastOne = '21.18%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Bomb',
        dropChance = '1.55%',
        dropChanceAtLeastOne = '6.77%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Copper Shovel',
        dropChance = '2.58%',
        dropChanceAtLeastOne = '11.08%',
        amount = 1,
      },
      {
        itemName = 'Copper Pickaxe',
        dropChance = '2.58%',
        dropChanceAtLeastOne = '11.08%',
        amount = 1,
      },
      {
        itemName = 'Flintlock Musket',
        dropChance = '1.55%',
        dropChanceAtLeastOne = '6.77%',
        amount = 1,
      },
      {
        itemName = 'Copper Sword',
        dropChance = '2.58%',
        dropChanceAtLeastOne = '11.08%',
        amount = 1,
      },
      {
        itemName = 'Old Amulet',
        dropChance = '2.58%',
        dropChanceAtLeastOne = '11.08%',
        amount = 1,
      },
      {
        itemName = 'Ocarina',
        dropChance = '0.52%',
        dropChanceAtLeastOne = '2.3%',
        amount = 1,
      },
      {
        itemName = 'Ring of Rock',
        dropChance = '0.52%',
        dropChanceAtLeastOne = '2.3%',
        amount = 1,
      },
      {
        itemName = 'Cave Pouch',
        dropChance = '0.26%',
        dropChanceAtLeastOne = '1.15%',
        amount = 1,
      },
      {
        itemName = 'Wood Fishing Rod',
        dropChance = '0.26%',
        dropChanceAtLeastOne = '1.15%',
        amount = 1,
      },
      {
        itemName = 'Broken Handle',
        dropChance = '0.26%',
        dropChanceAtLeastOne = '1.15%',
        amount = 1,
      },
      {
        itemName = 'Hand Mortar',
        dropChance = '0.18%',
        dropChanceAtLeastOne = '0.81%',
        amount = 1,
      },
      {
        itemName = 'Battle Axe',
        dropChance = '0.18%',
        dropChanceAtLeastOne = '0.81%',
        amount = 1,
      },
      {
        itemName = 'Heart Berry Necklace',
        dropChance = '0.1%',
        dropChanceAtLeastOne = '0.46%',
        amount = 1,
      },
      {
        itemName = 'Recall Idol',
        dropChance = '0.52%',
        dropChanceAtLeastOne = '2.3%',
        amount = 1,
      },
      {
        itemName = 'Swift Feather',
        dropChance = '0.36%',
        dropChanceAtLeastOne = '1.61%',
        amount = 1,
      },
      {
        itemName = 'Tin Axe',
        dropChance = '0.52%',
        dropChanceAtLeastOne = '2.3%',
        amount = 1,
      },
      {
        itemName = 'Lantern',
        dropChance = '2.06%',
        dropChanceAtLeastOne = '8.94%',
        amount = 1,
      },
      {
        itemName = 'Tin Hoe',
        dropChance = '1.03%',
        dropChanceAtLeastOne = '4.55%',
        amount = 1,
      },
      {
        itemName = 'Copper Key',
        dropChance = '1.03%',
        dropChanceAtLeastOne = '4.55%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  CopperChest = {
    id = 280,
    rolls = {
      4,
      5,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Ancient Coin',
        dropChance = '10.35%',
        dropChanceAtLeastOne = '31.78%',
        amount = {
          10,
          20,
        },
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '10.35%',
        dropChanceAtLeastOne = '31.78%',
        amount = {
          3,
          5,
        },
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '10.35%',
        dropChanceAtLeastOne = '31.78%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Fiber',
        dropChance = '10.35%',
        dropChanceAtLeastOne = '31.78%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Copper Bar',
        dropChance = '10.35%',
        dropChanceAtLeastOne = '31.78%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Tin Bar',
        dropChance = '10.35%',
        dropChanceAtLeastOne = '31.78%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Crude Bomb',
        dropChance = '5.17%',
        dropChanceAtLeastOne = '16.97%',
        amount = {
          3,
          5,
        },
      },
      {
        itemName = 'Bomb',
        dropChance = '5.17%',
        dropChanceAtLeastOne = '16.97%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Triangle Trinket',
        dropChance = '5.17%',
        dropChanceAtLeastOne = '16.97%',
        amount = 1,
      },
      {
        itemName = 'Twisted Agate',
        dropChance = '5.17%',
        dropChanceAtLeastOne = '16.97%',
        amount = 1,
      },
      {
        itemName = 'Old Amulet',
        dropChance = '5.17%',
        dropChanceAtLeastOne = '16.97%',
        amount = 1,
      },
      {
        itemName = 'Ear Plate',
        dropChance = '5.17%',
        dropChanceAtLeastOne = '16.97%',
        amount = 1,
      },
      {
        itemName = 'Ammonite',
        dropChance = '5.17%',
        dropChanceAtLeastOne = '16.97%',
        amount = 1,
      },
      {
        itemName = 'Flintlock Musket',
        dropChance = '0.21%',
        dropChanceAtLeastOne = '0.72%',
        amount = 1,
      },
      {
        itemName = 'Ring of Stone',
        dropChance = '0.21%',
        dropChanceAtLeastOne = '0.72%',
        amount = 1,
      },
      {
        itemName = 'Larva Ring',
        dropChance = '0.21%',
        dropChanceAtLeastOne = '0.72%',
        amount = 1,
      },
      {
        itemName = 'Cave Pouch',
        dropChance = '0.21%',
        dropChanceAtLeastOne = '0.72%',
        amount = 1,
      },
      {
        itemName = 'Heart Berry Necklace',
        dropChance = '0.02%',
        dropChanceAtLeastOne = '0.07%',
        amount = 1,
      },
      {
        itemName = 'Swift Feather',
        dropChance = '0.21%',
        dropChanceAtLeastOne = '0.72%',
        amount = 1,
      },
      {
        itemName = 'Tin Axe',
        dropChance = '0.21%',
        dropChanceAtLeastOne = '0.72%',
        amount = 1,
      },
      {
        itemName = 'Lantern',
        dropChance = '0.21%',
        dropChanceAtLeastOne = '0.72%',
        amount = 1,
      },
      {
        itemName = 'Wood Bow',
        dropChance = '0.21%',
        dropChanceAtLeastOne = '0.72%',
        amount = 1,
      },
    },
    guaranteedLoot = {
      {
        itemName = 'Flintlock Musket',
        dropChance = '12.35%',
        amount = 1,
      },
      {
        itemName = 'Ring of Stone',
        dropChance = '12.35%',
        amount = 1,
      },
      {
        itemName = 'Larva Ring',
        dropChance = '12.35%',
        amount = 1,
      },
      {
        itemName = 'Cave Pouch',
        dropChance = '12.35%',
        amount = 1,
      },
      {
        itemName = 'Heart Berry Necklace',
        dropChance = '1.23%',
        amount = 1,
      },
      {
        itemName = 'Swift Feather',
        dropChance = '12.35%',
        amount = 1,
      },
      {
        itemName = 'Tin Axe',
        dropChance = '12.35%',
        amount = 1,
      },
      {
        itemName = 'Lantern',
        dropChance = '12.35%',
        amount = 1,
      },
      {
        itemName = 'Wood Bow',
        dropChance = '12.35%',
        amount = 1,
      },
    },
  },
  TreasurePedestal = {
    id = 310,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '35.71%',
        dropChanceAtLeastOne = '35.71%',
        amount = 1,
      },
      {
        itemName = 'Caveling Skull',
        dropChance = '7.14%',
        dropChanceAtLeastOne = '7.14%',
        amount = 1,
      },
      {
        itemName = 'Leaf Fossil',
        dropChance = '7.14%',
        dropChanceAtLeastOne = '7.14%',
        amount = 1,
      },
      {
        itemName = 'Ammonite',
        dropChance = '7.14%',
        dropChanceAtLeastOne = '7.14%',
        amount = 1,
      },
      {
        itemName = 'Geode',
        dropChance = '7.14%',
        dropChanceAtLeastOne = '7.14%',
        amount = 1,
      },
      {
        itemName = 'Old Amulet',
        dropChance = '7.14%',
        dropChanceAtLeastOne = '7.14%',
        amount = 1,
      },
      {
        itemName = 'Ear Plate',
        dropChance = '7.14%',
        dropChanceAtLeastOne = '7.14%',
        amount = 1,
      },
      {
        itemName = 'Bone Creole',
        dropChance = '7.14%',
        dropChanceAtLeastOne = '7.14%',
        amount = 1,
      },
      {
        itemName = 'Triangle Trinket',
        dropChance = '7.14%',
        dropChanceAtLeastOne = '7.14%',
        amount = 1,
      },
      {
        itemName = 'Twisted Agate',
        dropChance = '7.14%',
        dropChanceAtLeastOne = '7.14%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  WoodRoomPedestal = {
    id = 311,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '36.76%',
        dropChanceAtLeastOne = '36.76%',
        amount = 1,
      },
      {
        itemName = 'Crude Bomb',
        dropChance = '7.35%',
        dropChanceAtLeastOne = '7.35%',
        amount = 1,
      },
      {
        itemName = 'Bomb',
        dropChance = '3.68%',
        dropChanceAtLeastOne = '3.68%',
        amount = 1,
      },
      {
        itemName = 'Wood Helm',
        dropChance = '5.15%',
        dropChanceAtLeastOne = '5.15%',
        amount = 1,
      },
      {
        itemName = 'Wood Chest',
        dropChance = '5.15%',
        dropChanceAtLeastOne = '5.15%',
        amount = 1,
      },
      {
        itemName = 'Wood Pants',
        dropChance = '5.15%',
        dropChanceAtLeastOne = '5.15%',
        amount = 1,
      },
      {
        itemName = 'Old Amulet',
        dropChance = '7.35%',
        dropChanceAtLeastOne = '7.35%',
        amount = 1,
      },
      {
        itemName = 'Ocarina',
        dropChance = '7.35%',
        dropChanceAtLeastOne = '7.35%',
        amount = 1,
      },
      {
        itemName = 'Geode',
        dropChance = '7.35%',
        dropChanceAtLeastOne = '7.35%',
        amount = 1,
      },
      {
        itemName = 'Fiber',
        dropChance = '7.35%',
        dropChanceAtLeastOne = '7.35%',
        amount = 1,
      },
      {
        itemName = 'Slingshot',
        dropChance = '7.35%',
        dropChanceAtLeastOne = '7.35%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  DirtFishes = {
    id = 500,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Orange Cave Guppy',
        dropChance = '37%',
        dropChanceAtLeastOne = '37%',
        amount = 1,
      },
      {
        itemName = 'Blue Cave Guppy',
        dropChance = '29%',
        dropChanceAtLeastOne = '29%',
        amount = 1,
      },
      {
        itemName = 'Rock Jaw',
        dropChance = '21%',
        dropChanceAtLeastOne = '21%',
        amount = 1,
      },
      {
        itemName = 'Gem Crab',
        dropChance = '13%',
        dropChanceAtLeastOne = '13%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  DirtFishingLoot = {
    id = 501,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Green Kelp',
        dropChance = '19.15%',
        dropChanceAtLeastOne = '19.15%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '15.7%',
        dropChanceAtLeastOne = '15.7%',
        amount = 1,
      },
      {
        itemName = 'Copper Ore',
        dropChance = '18.84%',
        dropChanceAtLeastOne = '18.84%',
        amount = 1,
      },
      {
        itemName = 'Fiber',
        dropChance = '10.99%',
        dropChanceAtLeastOne = '10.99%',
        amount = 1,
      },
      {
        itemName = 'Wood',
        dropChance = '7.85%',
        dropChanceAtLeastOne = '7.85%',
        amount = 1,
      },
      {
        itemName = 'Rusty Spoon',
        dropChance = '15.7%',
        dropChanceAtLeastOne = '15.7%',
        amount = 1,
      },
      {
        itemName = 'Amber Fish Egg',
        dropChance = '1.57%',
        dropChanceAtLeastOne = '1.57%',
        amount = 1,
      },
      {
        itemName = 'Cave Guppy Necklace',
        dropChance = '3.14%',
        dropChanceAtLeastOne = '3.14%',
        amount = 1,
      },
      {
        itemName = 'Scuba Fins',
        dropChance = '1.88%',
        dropChanceAtLeastOne = '1.88%',
        amount = 1,
      },
      {
        itemName = 'Golden Starfish',
        dropChance = '0.78%',
        dropChanceAtLeastOne = '0.78%',
        amount = 1,
      },
      {
        itemName = 'Copper Key',
        dropChance = '2.2%',
        dropChanceAtLeastOne = '2.2%',
        amount = 1,
      },
      {
        itemName = 'Locked Copper Chest',
        dropChance = '2.2%',
        dropChanceAtLeastOne = '2.2%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  Bosslarva = {
    id = 22,
    rolls = {
      4,
      6,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Ancient Gemstone',
        dropChance = '15.71%',
        dropChanceAtLeastOne = '49.51%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '15.71%',
        dropChanceAtLeastOne = '49.51%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Fiber',
        dropChance = '20.73%',
        dropChanceAtLeastOne = '60.52%',
        amount = {
          3,
          5,
        },
      },
      {
        itemName = 'Iron Ore',
        dropChance = '20.94%',
        dropChanceAtLeastOne = '60.94%',
        amount = {
          2,
          5,
        },
      },
      {
        itemName = 'Gold Ore',
        dropChance = '10.47%',
        dropChanceAtLeastOne = '35.75%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Shiny Larva Meat',
        dropChance = '5.24%',
        dropChanceAtLeastOne = '19.35%',
        amount = 1,
      },
      {
        itemName = 'Larva Ring',
        dropChance = '5.24%',
        dropChanceAtLeastOne = '19.35%',
        amount = 1,
      },
      {
        itemName = 'Larva Chest',
        dropChance = '2.09%',
        dropChanceAtLeastOne = '8.12%',
        amount = 1,
      },
      {
        itemName = 'Tin Axe',
        dropChance = '2.09%',
        dropChanceAtLeastOne = '8.12%',
        amount = 1,
      },
      {
        itemName = 'Flintlock Musket',
        dropChance = '1.05%',
        dropChanceAtLeastOne = '4.12%',
        amount = 1,
      },
      {
        itemName = 'Ghorm Figurine',
        dropChance = '0.52%',
        dropChanceAtLeastOne = '2.08%',
        amount = 1,
      },
      {
        itemName = '',
        dropChance = '0.21%',
        dropChanceAtLeastOne = '0.84%',
        amount = 1,
      },
    },
    guaranteedLoot = {
      {
        itemName = 'Larva Ring',
        dropChance = '50%',
        amount = 1,
      },
      {
        itemName = 'Larva Chest',
        dropChance = '20%',
        amount = 1,
      },
      {
        itemName = 'Tin Axe',
        dropChance = '20%',
        amount = 1,
      },
      {
        itemName = 'Flintlock Musket',
        dropChance = '10%',
        amount = 1,
      },
    },
  },
  Larva = {
    id = 20,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '48.34%',
        dropChanceAtLeastOne = '48.34%',
        amount = 1,
      },
      {
        itemName = 'Slime',
        dropChance = '24.17%',
        dropChanceAtLeastOne = '24.17%',
        amount = 1,
      },
      {
        itemName = 'Larva Meat',
        dropChance = '6.04%',
        dropChanceAtLeastOne = '6.04%',
        amount = 1,
      },
      {
        itemName = 'Grub Kapok Seed',
        dropChance = '3.02%',
        dropChanceAtLeastOne = '3.02%',
        amount = 1,
      },
      {
        itemName = 'Heart Berry Seed',
        dropChance = '6.04%',
        dropChanceAtLeastOne = '6.04%',
        amount = 1,
      },
      {
        itemName = 'Bomb Pepper Seed',
        dropChance = '6.04%',
        dropChanceAtLeastOne = '6.04%',
        amount = 1,
      },
      {
        itemName = 'Fiber',
        dropChance = '6.04%',
        dropChanceAtLeastOne = '6.04%',
        amount = 1,
      },
      {
        itemName = 'Larva Ring',
        dropChance = '0.12%',
        dropChanceAtLeastOne = '0.12%',
        amount = 1,
      },
      {
        itemName = 'Larva Figurine',
        dropChance = '0.12%',
        dropChanceAtLeastOne = '0.12%',
        amount = 1,
      },
      {
        itemName = 'Hive Larva Figurine',
        dropChance = '0.06%',
        dropChanceAtLeastOne = '0.06%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  Biglarva = {
    id = 21,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Larva Meat',
        dropChance = '30.53%',
        dropChanceAtLeastOne = '30.53%',
        amount = 1,
      },
      {
        itemName = 'Clay Moss',
        dropChance = '9.16%',
        dropChanceAtLeastOne = '9.16%',
        amount = 1,
      },
      {
        itemName = 'Grub Kapok Seed',
        dropChance = '9.16%',
        dropChanceAtLeastOne = '9.16%',
        amount = 1,
      },
      {
        itemName = 'Shiny Larva Meat',
        dropChance = '1.83%',
        dropChanceAtLeastOne = '1.83%',
        amount = 1,
      },
      {
        itemName = 'Bomb Pepper Seed',
        dropChance = '15.27%',
        dropChanceAtLeastOne = '15.27%',
        amount = 1,
      },
      {
        itemName = 'Slime',
        dropChance = '20.15%',
        dropChanceAtLeastOne = '20.15%',
        amount = 1,
      },
      {
        itemName = 'Peasant Hat',
        dropChance = '1.53%',
        dropChanceAtLeastOne = '1.53%',
        amount = 1,
      },
      {
        itemName = 'Peasant Chest',
        dropChance = '1.53%',
        dropChanceAtLeastOne = '1.53%',
        amount = 1,
      },
      {
        itemName = 'Caveling Skull',
        dropChance = '9.16%',
        dropChanceAtLeastOne = '9.16%',
        amount = 1,
      },
      {
        itemName = 'Tin Axe',
        dropChance = '0.92%',
        dropChanceAtLeastOne = '0.92%',
        amount = 1,
      },
      {
        itemName = 'Grub Egg Necklace',
        dropChance = '0.31%',
        dropChanceAtLeastOne = '0.31%',
        amount = 1,
      },
      {
        itemName = 'Big Larva Figurine',
        dropChance = '0.31%',
        dropChanceAtLeastOne = '0.31%',
        amount = 1,
      },
      {
        itemName = 'Big Hive Larva Figurine',
        dropChance = '0.15%',
        dropChanceAtLeastOne = '0.15%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  Cocoon = {
    id = 30,
    rolls = {
      1,
      2,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Fiber',
        dropChance = '82.78%',
        dropChanceAtLeastOne = '92.86%',
        amount = {
          2,
          3,
        },
      },
      {
        itemName = 'Grub Kapok Seed',
        dropChance = '16.56%',
        dropChanceAtLeastOne = '23.78%',
        amount = 1,
      },
      {
        itemName = 'Cocoon Figurine',
        dropChance = '0.66%',
        dropChanceAtLeastOne = '0.99%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  AcidLarva = {
    id = 513,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '48.19%',
        dropChanceAtLeastOne = '48.19%',
        amount = 1,
      },
      {
        itemName = 'Ground Acid Slime',
        dropChance = '24.1%',
        dropChanceAtLeastOne = '24.1%',
        amount = 1,
      },
      {
        itemName = 'Larva Meat',
        dropChance = '6.02%',
        dropChanceAtLeastOne = '6.02%',
        amount = 1,
      },
      {
        itemName = 'Grub Kapok Seed',
        dropChance = '3.01%',
        dropChanceAtLeastOne = '3.01%',
        amount = 1,
      },
      {
        itemName = 'Heart Berry Seed',
        dropChance = '6.02%',
        dropChanceAtLeastOne = '6.02%',
        amount = 1,
      },
      {
        itemName = 'Bomb Pepper Seed',
        dropChance = '6.02%',
        dropChanceAtLeastOne = '6.02%',
        amount = 1,
      },
      {
        itemName = 'Fiber',
        dropChance = '6.02%',
        dropChanceAtLeastOne = '6.02%',
        amount = 1,
      },
      {
        itemName = 'Acid Larva Figurine',
        dropChance = '0.6%',
        dropChanceAtLeastOne = '0.6%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  CavelingSpearman = {
    id = 66,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '23.52%',
        dropChanceAtLeastOne = '23.52%',
        amount = 1,
      },
      {
        itemName = 'Larva Meat',
        dropChance = '23.52%',
        dropChanceAtLeastOne = '23.52%',
        amount = 1,
      },
      {
        itemName = 'Fiber',
        dropChance = '23.52%',
        dropChanceAtLeastOne = '23.52%',
        amount = 1,
      },
      {
        itemName = 'Clay Moss',
        dropChance = '4.41%',
        dropChanceAtLeastOne = '4.41%',
        amount = 1,
      },
      {
        itemName = 'Grub Kapok Seed',
        dropChance = '8.82%',
        dropChanceAtLeastOne = '8.82%',
        amount = 1,
      },
      {
        itemName = 'Heart Berry Seed',
        dropChance = '8.82%',
        dropChanceAtLeastOne = '8.82%',
        amount = 1,
      },
      {
        itemName = 'Peasant Hat',
        dropChance = '1.47%',
        dropChanceAtLeastOne = '1.47%',
        amount = 1,
      },
      {
        itemName = 'Peasant Chest',
        dropChance = '1.47%',
        dropChanceAtLeastOne = '1.47%',
        amount = 1,
      },
      {
        itemName = 'Hunting Spear',
        dropChance = '2.94%',
        dropChanceAtLeastOne = '2.94%',
        amount = 1,
      },
      {
        itemName = 'Tin Axe',
        dropChance = '0.88%',
        dropChanceAtLeastOne = '0.88%',
        amount = 1,
      },
      {
        itemName = 'Grub Egg Necklace',
        dropChance = '0.29%',
        dropChanceAtLeastOne = '0.29%',
        amount = 1,
      },
      {
        itemName = 'Caveling Spearman Figurine',
        dropChance = '0.32%',
        dropChanceAtLeastOne = '0.32%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  CavelingSkirmisher = {
    id = 67,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '22.15%',
        dropChanceAtLeastOne = '22.15%',
        amount = 1,
      },
      {
        itemName = 'Larva Meat',
        dropChance = '22.43%',
        dropChanceAtLeastOne = '22.43%',
        amount = 1,
      },
      {
        itemName = 'Fiber',
        dropChance = '22.15%',
        dropChanceAtLeastOne = '22.15%',
        amount = 1,
      },
      {
        itemName = 'Clay Moss',
        dropChance = '4.15%',
        dropChanceAtLeastOne = '4.15%',
        amount = 1,
      },
      {
        itemName = 'Grub Kapok Seed',
        dropChance = '8.31%',
        dropChanceAtLeastOne = '8.31%',
        amount = 1,
      },
      {
        itemName = 'Bomb Pepper Seed',
        dropChance = '5.54%',
        dropChanceAtLeastOne = '5.54%',
        amount = 1,
      },
      {
        itemName = 'Peasant Hat',
        dropChance = '1.38%',
        dropChanceAtLeastOne = '1.38%',
        amount = 1,
      },
      {
        itemName = 'Peasant Chest',
        dropChance = '1.38%',
        dropChanceAtLeastOne = '1.38%',
        amount = 1,
      },
      {
        itemName = 'Caveling Skull',
        dropChance = '8.31%',
        dropChanceAtLeastOne = '8.31%',
        amount = 1,
      },
      {
        itemName = 'Skirmisher Cap',
        dropChance = '2.77%',
        dropChanceAtLeastOne = '2.77%',
        amount = 1,
      },
      {
        itemName = 'Tin Axe',
        dropChance = '0.83%',
        dropChanceAtLeastOne = '0.83%',
        amount = 1,
      },
      {
        itemName = 'Grub Egg Necklace',
        dropChance = '0.28%',
        dropChanceAtLeastOne = '0.28%',
        amount = 1,
      },
      {
        itemName = 'Caveling Skirmisher Figurine',
        dropChance = '0.33%',
        dropChanceAtLeastOne = '0.33%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  ClayPot = {
    id = 44,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '39.27%',
        dropChanceAtLeastOne = '39.27%',
        amount = 1,
      },
      {
        itemName = 'Larva Meat',
        dropChance = '22.25%',
        dropChanceAtLeastOne = '22.25%',
        amount = 1,
      },
      {
        itemName = 'Fiber',
        dropChance = '20.94%',
        dropChanceAtLeastOne = '20.94%',
        amount = 1,
      },
      {
        itemName = 'Grub Kapok Seed',
        dropChance = '7.85%',
        dropChanceAtLeastOne = '7.85%',
        amount = 1,
      },
      {
        itemName = 'Tin Axe',
        dropChance = '0.79%',
        dropChanceAtLeastOne = '0.79%',
        amount = 1,
      },
      {
        itemName = 'Tin Ore',
        dropChance = '0.79%',
        dropChanceAtLeastOne = '0.79%',
        amount = 1,
      },
      {
        itemName = 'Shiny Larva Meat',
        dropChance = '0.79%',
        dropChanceAtLeastOne = '0.79%',
        amount = 1,
      },
      {
        itemName = 'Bone Creole',
        dropChance = '2.62%',
        dropChanceAtLeastOne = '2.62%',
        amount = 1,
      },
      {
        itemName = 'Grub Knot',
        dropChance = '2.62%',
        dropChanceAtLeastOne = '2.62%',
        amount = 1,
      },
      {
        itemName = 'Cave Pouch',
        dropChance = '2.09%',
        dropChanceAtLeastOne = '2.09%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  HiveBoss = {
    id = 24,
    rolls = {
      4,
      6,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Ancient Gemstone',
        dropChance = '29.85%',
        dropChanceAtLeastOne = '75.78%',
        amount = 1,
      },
      {
        itemName = 'Fiber',
        dropChance = '19.9%',
        dropChanceAtLeastOne = '58.84%',
        amount = {
          3,
          5,
        },
      },
      {
        itemName = 'Iron Ore',
        dropChance = '19.9%',
        dropChanceAtLeastOne = '58.84%',
        amount = {
          2,
          5,
        },
      },
      {
        itemName = 'Gold Ore',
        dropChance = '9.95%',
        dropChanceAtLeastOne = '34.24%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Grub Knot',
        dropChance = '4.98%',
        dropChanceAtLeastOne = '18.46%',
        amount = 1,
      },
      {
        itemName = 'Clot Ring',
        dropChance = '4.98%',
        dropChanceAtLeastOne = '18.46%',
        amount = 1,
      },
      {
        itemName = 'Grub Egg Necklace',
        dropChance = '4.98%',
        dropChanceAtLeastOne = '18.46%',
        amount = 1,
      },
      {
        itemName = 'Larva Helm',
        dropChance = '1.99%',
        dropChanceAtLeastOne = '7.73%',
        amount = 1,
      },
      {
        itemName = 'Hand Mortar',
        dropChance = '1%',
        dropChanceAtLeastOne = '3.92%',
        amount = 1,
      },
      {
        itemName = 'Broken Handle',
        dropChance = '1%',
        dropChanceAtLeastOne = '3.92%',
        amount = 1,
      },
      {
        itemName = 'Battle Axe',
        dropChance = '1%',
        dropChanceAtLeastOne = '3.92%',
        amount = 1,
      },
      {
        itemName = 'Hive Mother Figurine',
        dropChance = '0.5%',
        dropChanceAtLeastOne = '1.98%',
        amount = 1,
      },
    },
    guaranteedLoot = {
      {
        itemName = 'Clot Ring',
        dropChance = '33.33%',
        amount = 1,
      },
      {
        itemName = 'Grub Egg Necklace',
        dropChance = '33.33%',
        amount = 1,
      },
      {
        itemName = 'Larva Helm',
        dropChance = '13.33%',
        amount = 1,
      },
      {
        itemName = 'Hand Mortar',
        dropChance = '6.67%',
        amount = 1,
      },
      {
        itemName = 'Broken Handle',
        dropChance = '6.67%',
        amount = 1,
      },
      {
        itemName = 'Battle Axe',
        dropChance = '6.67%',
        amount = 1,
      },
    },
  },
  HiveDungeon = {
    id = 200,
    rolls = {
      3,
      5,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Torch',
        dropChance = '8.26%',
        dropChanceAtLeastOne = '29.16%',
        amount = {
          3,
          5,
        },
      },
      {
        itemName = 'Larva Meat',
        dropChance = '15.63%',
        dropChanceAtLeastOne = '49.32%',
        amount = {
          3,
          4,
        },
      },
      {
        itemName = 'Fiber',
        dropChance = '15.63%',
        dropChanceAtLeastOne = '49.32%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Tin Sword',
        dropChance = '11.16%',
        dropChanceAtLeastOne = '37.71%',
        amount = 1,
      },
      {
        itemName = 'Grub Knot',
        dropChance = '6.7%',
        dropChanceAtLeastOne = '24.21%',
        amount = 1,
      },
      {
        itemName = 'Petrified Egg',
        dropChance = '6.7%',
        dropChanceAtLeastOne = '24.21%',
        amount = 1,
      },
      {
        itemName = 'Healing Potion',
        dropChance = '6.7%',
        dropChanceAtLeastOne = '24.21%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Crude Bomb',
        dropChance = '6.7%',
        dropChanceAtLeastOne = '24.21%',
        amount = {
          3,
          5,
        },
      },
      {
        itemName = 'Bomb',
        dropChance = '2.23%',
        dropChanceAtLeastOne = '8.63%',
        amount = {
          3,
          5,
        },
      },
      {
        itemName = 'Blood Skull',
        dropChance = '4.46%',
        dropChanceAtLeastOne = '16.7%',
        amount = 1,
      },
      {
        itemName = 'Larva Ring',
        dropChance = '3.35%',
        dropChanceAtLeastOne = '12.74%',
        amount = 1,
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '1.79%',
        dropChanceAtLeastOne = '6.95%',
        amount = {
          2,
          3,
        },
      },
      {
        itemName = 'Grub Egg Necklace',
        dropChance = '1.56%',
        dropChanceAtLeastOne = '6.11%',
        amount = 1,
      },
      {
        itemName = 'Larva Chest',
        dropChance = '0.67%',
        dropChanceAtLeastOne = '2.65%',
        amount = 1,
      },
      {
        itemName = 'Larva Helm',
        dropChance = '0.67%',
        dropChanceAtLeastOne = '2.65%',
        amount = 1,
      },
      {
        itemName = 'Flintlock Musket',
        dropChance = '1.12%',
        dropChanceAtLeastOne = '4.39%',
        amount = 1,
      },
      {
        itemName = 'Tin Axe',
        dropChance = '1.12%',
        dropChanceAtLeastOne = '4.39%',
        amount = 1,
      },
      {
        itemName = 'Recall Idol',
        dropChance = '0.45%',
        dropChanceAtLeastOne = '1.77%',
        amount = 1,
      },
      {
        itemName = 'Shiny Larva Meat',
        dropChance = '0.45%',
        dropChanceAtLeastOne = '1.77%',
        amount = 1,
      },
      {
        itemName = '',
        dropChance = '0.45%',
        dropChanceAtLeastOne = '1.77%',
        amount = 1,
      },
      {
        itemName = 'Swift Feather',
        dropChance = '0.45%',
        dropChanceAtLeastOne = '1.77%',
        amount = 1,
      },
      {
        itemName = 'Lantern',
        dropChance = '0.89%',
        dropChanceAtLeastOne = '3.52%',
        amount = 1,
      },
      {
        itemName = 'Tin Hoe',
        dropChance = '1.79%',
        dropChanceAtLeastOne = '6.95%',
        amount = 1,
      },
      {
        itemName = 'Copper Key',
        dropChance = '1.12%',
        dropChanceAtLeastOne = '4.39%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  LarvaHiveDestructible = {
    id = 23,
    rolls = {
      1,
      2,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '40.99%',
        dropChanceAtLeastOne = '54.67%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '18.63%',
        dropChanceAtLeastOne = '26.6%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Clot Ring',
        dropChance = '1.24%',
        dropChanceAtLeastOne = '1.86%',
        amount = 1,
      },
      {
        itemName = 'Blood Skull',
        dropChance = '3.11%',
        dropChanceAtLeastOne = '4.62%',
        amount = 1,
      },
      {
        itemName = 'Slime',
        dropChance = '31.06%',
        dropChanceAtLeastOne = '42.75%',
        amount = 1,
      },
      {
        itemName = 'Lantern',
        dropChance = '2.48%',
        dropChanceAtLeastOne = '3.7%',
        amount = 1,
      },
      {
        itemName = 'Tin Hoe',
        dropChance = '2.48%',
        dropChanceAtLeastOne = '3.7%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  LarvaFishes = {
    id = 502,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Yellow Blister Head',
        dropChance = '37%',
        dropChanceAtLeastOne = '37%',
        amount = 1,
      },
      {
        itemName = 'Green Blister Head',
        dropChance = '29%',
        dropChanceAtLeastOne = '29%',
        amount = 1,
      },
      {
        itemName = 'Devil Worm',
        dropChance = '21%',
        dropChanceAtLeastOne = '21%',
        amount = 1,
      },
      {
        itemName = 'Vampire Eel',
        dropChance = '13%',
        dropChanceAtLeastOne = '13%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  LarvaFishingLoot = {
    id = 503,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Yellow Kelp',
        dropChance = '19.11%',
        dropChanceAtLeastOne = '19.11%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '15.66%',
        dropChanceAtLeastOne = '15.66%',
        amount = 1,
      },
      {
        itemName = 'Tin Ore',
        dropChance = '18.79%',
        dropChanceAtLeastOne = '18.79%',
        amount = 1,
      },
      {
        itemName = 'Fiber',
        dropChance = '10.96%',
        dropChanceAtLeastOne = '10.96%',
        amount = 1,
      },
      {
        itemName = 'Wood',
        dropChance = '7.83%',
        dropChanceAtLeastOne = '7.83%',
        amount = 1,
      },
      {
        itemName = 'Mucus Amoeba',
        dropChance = '15.66%',
        dropChanceAtLeastOne = '15.66%',
        amount = 1,
      },
      {
        itemName = 'Parasite Fossil',
        dropChance = '1.57%',
        dropChanceAtLeastOne = '1.57%',
        amount = 1,
      },
      {
        itemName = 'Rusted Ring',
        dropChance = '2.98%',
        dropChanceAtLeastOne = '2.98%',
        amount = 1,
      },
      {
        itemName = 'Neptune Necklace',
        dropChance = '1.88%',
        dropChanceAtLeastOne = '1.88%',
        amount = 1,
      },
      {
        itemName = 'Golden Cocoon',
        dropChance = '0.78%',
        dropChanceAtLeastOne = '0.78%',
        amount = 1,
      },
      {
        itemName = 'Grub Pearl',
        dropChance = '0.39%',
        dropChanceAtLeastOne = '0.39%',
        amount = 1,
      },
      {
        itemName = 'Iron Key',
        dropChance = '2.19%',
        dropChanceAtLeastOne = '2.19%',
        amount = 1,
      },
      {
        itemName = 'Locked Iron Chest',
        dropChance = '2.19%',
        dropChanceAtLeastOne = '2.19%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  ShamanBoss = {
    id = 65,
    rolls = {
      5,
      7,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Ancient Gemstone',
        dropChance = '16.75%',
        dropChanceAtLeastOne = '60.01%',
        amount = {
          4,
          7,
        },
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '16.75%',
        dropChanceAtLeastOne = '60.01%',
        amount = {
          4,
          7,
        },
      },
      {
        itemName = 'Gold Bar',
        dropChance = '16.75%',
        dropChanceAtLeastOne = '60.01%',
        amount = {
          4,
          7,
        },
      },
      {
        itemName = 'Fireball Staff',
        dropChance = '3.35%',
        dropChanceAtLeastOne = '15.67%',
        amount = 1,
      },
      {
        itemName = 'Hand Mortar',
        dropChance = '3.35%',
        dropChanceAtLeastOne = '15.67%',
        amount = 1,
      },
      {
        itemName = 'Battle Axe',
        dropChance = '1.68%',
        dropChanceAtLeastOne = '8.1%',
        amount = 1,
      },
      {
        itemName = 'Skull Ring',
        dropChance = '3.35%',
        dropChanceAtLeastOne = '15.67%',
        amount = 1,
      },
      {
        itemName = 'Skull Necklace',
        dropChance = '3.35%',
        dropChanceAtLeastOne = '15.67%',
        amount = 1,
      },
      {
        itemName = 'Blue Leather Tome',
        dropChance = '3.35%',
        dropChanceAtLeastOne = '15.67%',
        amount = 1,
      },
      {
        itemName = 'Ritual Dagger',
        dropChance = '3.35%',
        dropChanceAtLeastOne = '15.67%',
        amount = 1,
      },
      {
        itemName = 'Ritual Goblet',
        dropChance = '5.03%',
        dropChanceAtLeastOne = '22.72%',
        amount = 1,
      },
      {
        itemName = 'Oracle Card "Entity"',
        dropChance = '2.01%',
        dropChanceAtLeastOne = '9.65%',
        amount = 1,
      },
      {
        itemName = 'Caveling Skull',
        dropChance = '6.7%',
        dropChanceAtLeastOne = '29.3%',
        amount = 1,
      },
      {
        itemName = 'Small Caveling Skull',
        dropChance = '6.7%',
        dropChanceAtLeastOne = '29.3%',
        amount = {
          2,
          3,
        },
      },
      {
        itemName = 'Blood Skull',
        dropChance = '6.7%',
        dropChanceAtLeastOne = '29.3%',
        amount = 1,
      },
      {
        itemName = 'Malugaz Figurine',
        dropChance = '0.84%',
        dropChanceAtLeastOne = '4.12%',
        amount = 1,
      },
    },
    guaranteedLoot = {
      {
        itemName = 'Skull Ring',
        dropChance = '25%',
        amount = 1,
      },
      {
        itemName = 'Skull Necklace',
        dropChance = '25%',
        amount = 1,
      },
      {
        itemName = 'Blue Leather Tome',
        dropChance = '25%',
        amount = 1,
      },
      {
        itemName = 'Ritual Dagger',
        dropChance = '25%',
        amount = 1,
      },
    },
  },
  AncientDestructible = {
    id = 40,
    rolls = {
      1,
      2,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '15.05%',
        dropChanceAtLeastOne = '21.7%',
        amount = 1,
      },
      {
        itemName = 'Copper Ore',
        dropChance = '19.39%',
        dropChanceAtLeastOne = '27.63%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '15.52%',
        dropChanceAtLeastOne = '22.35%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Fiber',
        dropChance = '7.76%',
        dropChanceAtLeastOne = '11.41%',
        amount = 1,
      },
      {
        itemName = 'Caveling Bread',
        dropChance = '3.1%',
        dropChanceAtLeastOne = '4.62%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '7.76%',
        dropChanceAtLeastOne = '11.41%',
        amount = 1,
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '7.76%',
        dropChanceAtLeastOne = '11.41%',
        amount = 1,
      },
      {
        itemName = 'Tin Ore',
        dropChance = '7.76%',
        dropChanceAtLeastOne = '11.41%',
        amount = 1,
      },
      {
        itemName = 'Iron Ore',
        dropChance = '7.76%',
        dropChanceAtLeastOne = '11.41%',
        amount = 1,
      },
      {
        itemName = 'Gold Ore',
        dropChance = '2.33%',
        dropChanceAtLeastOne = '3.47%',
        amount = 1,
      },
      {
        itemName = 'Broken Core Idol',
        dropChance = '0.39%',
        dropChanceAtLeastOne = '0.58%',
        amount = 1,
      },
      {
        itemName = 'Ocarina',
        dropChance = '0.39%',
        dropChanceAtLeastOne = '0.58%',
        amount = 1,
      },
      {
        itemName = 'Old Amulet',
        dropChance = '0.39%',
        dropChanceAtLeastOne = '0.58%',
        amount = 1,
      },
      {
        itemName = 'Ear Plate',
        dropChance = '0.39%',
        dropChanceAtLeastOne = '0.58%',
        amount = 1,
      },
      {
        itemName = 'Copper Cross Necklace',
        dropChance = '0.39%',
        dropChanceAtLeastOne = '0.58%',
        amount = 1,
      },
      {
        itemName = 'Crude Bomb',
        dropChance = '2.33%',
        dropChanceAtLeastOne = '3.47%',
        amount = 1,
      },
      {
        itemName = 'Bomb',
        dropChance = '0.78%',
        dropChanceAtLeastOne = '1.16%',
        amount = 1,
      },
      {
        itemName = 'Recall Idol',
        dropChance = '0.23%',
        dropChanceAtLeastOne = '0.35%',
        amount = 1,
      },
      {
        itemName = 'Oracle Card "Brilliance"',
        dropChance = '0.47%',
        dropChanceAtLeastOne = '0.7%',
        amount = 1,
      },
      {
        itemName = 'Iron Key',
        dropChance = '0.08%',
        dropChanceAtLeastOne = '0.12%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  LargeAncientDestructible = {
    id = 41,
    rolls = {
      3,
      4,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '2.13%',
        dropChanceAtLeastOne = '7.26%',
        amount = 1,
      },
      {
        itemName = 'Copper Ore',
        dropChance = '12.17%',
        dropChanceAtLeastOne = '36.51%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '12.17%',
        dropChanceAtLeastOne = '36.51%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Fiber',
        dropChance = '6.09%',
        dropChanceAtLeastOne = '19.73%',
        amount = 1,
      },
      {
        itemName = 'Caveling Bread',
        dropChance = '9.13%',
        dropChanceAtLeastOne = '28.47%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '18.26%',
        dropChanceAtLeastOne = '50.62%',
        amount = 1,
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '18.26%',
        dropChanceAtLeastOne = '50.62%',
        amount = 1,
      },
      {
        itemName = 'Iron Ore',
        dropChance = '6.09%',
        dropChanceAtLeastOne = '19.73%',
        amount = 1,
      },
      {
        itemName = 'Gold Ore',
        dropChance = '9.13%',
        dropChanceAtLeastOne = '28.47%',
        amount = 1,
      },
      {
        itemName = 'Broken Core Idol',
        dropChance = '0.61%',
        dropChanceAtLeastOne = '2.11%',
        amount = 1,
      },
      {
        itemName = 'Ocarina',
        dropChance = '0.61%',
        dropChanceAtLeastOne = '2.11%',
        amount = 1,
      },
      {
        itemName = 'Old Amulet',
        dropChance = '0.61%',
        dropChanceAtLeastOne = '2.11%',
        amount = 1,
      },
      {
        itemName = 'Ear Plate',
        dropChance = '0.61%',
        dropChanceAtLeastOne = '2.11%',
        amount = 1,
      },
      {
        itemName = 'Copper Cross Necklace',
        dropChance = '0.43%',
        dropChanceAtLeastOne = '1.48%',
        amount = 1,
      },
      {
        itemName = 'Cave Pouch',
        dropChance = '0.3%',
        dropChanceAtLeastOne = '1.06%',
        amount = 1,
      },
      {
        itemName = 'Recall Idol',
        dropChance = '0.3%',
        dropChanceAtLeastOne = '1.06%',
        amount = 1,
      },
      {
        itemName = 'Hand Mortar',
        dropChance = '0.61%',
        dropChanceAtLeastOne = '2.11%',
        amount = 1,
      },
      {
        itemName = 'Broken Handle',
        dropChance = '0.3%',
        dropChanceAtLeastOne = '1.06%',
        amount = 1,
      },
      {
        itemName = 'Bomb',
        dropChance = '0.61%',
        dropChanceAtLeastOne = '2.11%',
        amount = 1,
      },
      {
        itemName = 'Battle Axe',
        dropChance = '0.61%',
        dropChanceAtLeastOne = '2.11%',
        amount = 1,
      },
      {
        itemName = 'Iron Key',
        dropChance = '0.61%',
        dropChanceAtLeastOne = '2.11%',
        amount = 1,
      },
      {
        itemName = 'Oracle Card "Brilliance"',
        dropChance = '0.37%',
        dropChanceAtLeastOne = '1.27%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  StoneWall = {
    id = 101,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '99.89%',
        dropChanceAtLeastOne = '99.89%',
        amount = 1,
      },
      {
        itemName = 'Ring of Rock',
        dropChance = '0.11%',
        dropChanceAtLeastOne = '0.11%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  Caveling = {
    id = 60,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '15.45%',
        dropChanceAtLeastOne = '15.45%',
        amount = 1,
      },
      {
        itemName = 'Stone Moss',
        dropChance = '4.51%',
        dropChanceAtLeastOne = '4.51%',
        amount = 1,
      },
      {
        itemName = 'Copper Ore',
        dropChance = '12.88%',
        dropChanceAtLeastOne = '12.88%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '12.88%',
        dropChanceAtLeastOne = '12.88%',
        amount = 1,
      },
      {
        itemName = 'Fiber',
        dropChance = '12.88%',
        dropChanceAtLeastOne = '12.88%',
        amount = 1,
      },
      {
        itemName = 'Iron Ore',
        dropChance = '6.44%',
        dropChanceAtLeastOne = '6.44%',
        amount = 1,
      },
      {
        itemName = 'Caveling Bread',
        dropChance = '6.44%',
        dropChanceAtLeastOne = '6.44%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '6.44%',
        dropChanceAtLeastOne = '6.44%',
        amount = 1,
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '6.44%',
        dropChanceAtLeastOne = '6.44%',
        amount = 1,
      },
      {
        itemName = 'Tin Pickaxe',
        dropChance = '1.93%',
        dropChanceAtLeastOne = '1.93%',
        amount = 1,
      },
      {
        itemName = 'Ear Plate',
        dropChance = '0.64%',
        dropChanceAtLeastOne = '0.64%',
        amount = 1,
      },
      {
        itemName = 'Caveling Hood',
        dropChance = '1.29%',
        dropChanceAtLeastOne = '1.29%',
        amount = 1,
      },
      {
        itemName = 'Caveling Chest',
        dropChance = '1.29%',
        dropChanceAtLeastOne = '1.29%',
        amount = 1,
      },
      {
        itemName = 'Caveling Pants',
        dropChance = '1.29%',
        dropChanceAtLeastOne = '1.29%',
        amount = 1,
      },
      {
        itemName = 'Cave Pouch',
        dropChance = '0.97%',
        dropChanceAtLeastOne = '0.97%',
        amount = 1,
      },
      {
        itemName = 'Flintlock Musket',
        dropChance = '0.32%',
        dropChanceAtLeastOne = '0.32%',
        amount = 1,
      },
      {
        itemName = 'Crystal Skull Shard',
        dropChance = '6.44%',
        dropChanceAtLeastOne = '6.44%',
        amount = 1,
      },
      {
        itemName = 'Caveling Figurine',
        dropChance = '0.19%',
        dropChanceAtLeastOne = '0.19%',
        amount = 1,
      },
      {
        itemName = 'Iron Key',
        dropChance = '1.29%',
        dropChanceAtLeastOne = '1.29%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  CavelingShaman = {
    id = 64,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '29.62%',
        dropChanceAtLeastOne = '29.62%',
        amount = 1,
      },
      {
        itemName = 'Stone Moss',
        dropChance = '4.51%',
        dropChanceAtLeastOne = '4.51%',
        amount = 1,
      },
      {
        itemName = 'Tin Ore',
        dropChance = '12.88%',
        dropChanceAtLeastOne = '12.88%',
        amount = 1,
      },
      {
        itemName = 'Fiber',
        dropChance = '12.88%',
        dropChanceAtLeastOne = '12.88%',
        amount = 1,
      },
      {
        itemName = 'Iron Ore',
        dropChance = '6.44%',
        dropChanceAtLeastOne = '6.44%',
        amount = 1,
      },
      {
        itemName = 'Caveling Bread',
        dropChance = '6.44%',
        dropChanceAtLeastOne = '6.44%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '6.44%',
        dropChanceAtLeastOne = '6.44%',
        amount = 1,
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '6.44%',
        dropChanceAtLeastOne = '6.44%',
        amount = 1,
      },
      {
        itemName = 'Fireball Staff',
        dropChance = '1.93%',
        dropChanceAtLeastOne = '1.93%',
        amount = 1,
      },
      {
        itemName = 'Ear Plate',
        dropChance = '0.64%',
        dropChanceAtLeastOne = '0.64%',
        amount = 1,
      },
      {
        itemName = 'Caveling Hood',
        dropChance = '1.29%',
        dropChanceAtLeastOne = '1.29%',
        amount = 1,
      },
      {
        itemName = 'Caveling Chest',
        dropChance = '1.29%',
        dropChanceAtLeastOne = '1.29%',
        amount = 1,
      },
      {
        itemName = 'Caveling Pants',
        dropChance = '1.29%',
        dropChanceAtLeastOne = '1.29%',
        amount = 1,
      },
      {
        itemName = 'Cave Pouch',
        dropChance = '0.97%',
        dropChanceAtLeastOne = '0.97%',
        amount = 1,
      },
      {
        itemName = 'Crystal Skull Shard',
        dropChance = '6.44%',
        dropChanceAtLeastOne = '6.44%',
        amount = 1,
      },
      {
        itemName = 'Caveling Shaman Figurine',
        dropChance = '0.52%',
        dropChanceAtLeastOne = '0.52%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  CavelingBrute = {
    id = 61,
    rolls = {
      1,
      3,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '24.6%',
        dropChanceAtLeastOne = '43.15%',
        amount = 1,
      },
      {
        itemName = 'Stone Moss',
        dropChance = '2.14%',
        dropChanceAtLeastOne = '4.23%',
        amount = 1,
      },
      {
        itemName = 'Wood',
        dropChance = '16.04%',
        dropChanceAtLeastOne = '29.51%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Copper Ore',
        dropChance = '10.7%',
        dropChanceAtLeastOne = '20.25%',
        amount = 1,
      },
      {
        itemName = 'Fiber',
        dropChance = '10.7%',
        dropChanceAtLeastOne = '20.25%',
        amount = 1,
      },
      {
        itemName = 'Iron Ore',
        dropChance = '5.35%',
        dropChanceAtLeastOne = '10.41%',
        amount = 1,
      },
      {
        itemName = 'Caveling Bread',
        dropChance = '5.35%',
        dropChanceAtLeastOne = '10.41%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '5.35%',
        dropChanceAtLeastOne = '10.41%',
        amount = 1,
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '5.35%',
        dropChanceAtLeastOne = '10.41%',
        amount = 1,
      },
      {
        itemName = 'Ear Plate',
        dropChance = '0.53%',
        dropChanceAtLeastOne = '1.07%',
        amount = 1,
      },
      {
        itemName = 'Caveling Hood',
        dropChance = '1.6%',
        dropChanceAtLeastOne = '3.18%',
        amount = 1,
      },
      {
        itemName = 'Caveling Chest',
        dropChance = '1.6%',
        dropChanceAtLeastOne = '3.18%',
        amount = 1,
      },
      {
        itemName = 'Caveling Pants',
        dropChance = '1.6%',
        dropChanceAtLeastOne = '3.18%',
        amount = 1,
      },
      {
        itemName = 'Battle Axe',
        dropChance = '2.14%',
        dropChanceAtLeastOne = '4.23%',
        amount = 1,
      },
      {
        itemName = 'Ring of Rock',
        dropChance = '1.07%',
        dropChanceAtLeastOne = '2.13%',
        amount = 1,
      },
      {
        itemName = 'Crystal Skull Shard',
        dropChance = '5.35%',
        dropChanceAtLeastOne = '10.41%',
        amount = 1,
      },
      {
        itemName = 'Caveling Brute Figurine',
        dropChance = '0.53%',
        dropChanceAtLeastOne = '1.07%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  IronChest = {
    id = 281,
    rolls = {
      4,
      5,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Ancient Coin',
        dropChance = '10.95%',
        dropChanceAtLeastOne = '33.37%',
        amount = {
          15,
          25,
        },
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '10.95%',
        dropChanceAtLeastOne = '33.37%',
        amount = {
          3,
          5,
        },
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '10.95%',
        dropChanceAtLeastOne = '33.37%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Fiber',
        dropChance = '10.95%',
        dropChanceAtLeastOne = '33.37%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Tin Bar',
        dropChance = '10.95%',
        dropChanceAtLeastOne = '33.37%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Iron Bar',
        dropChance = '10.95%',
        dropChanceAtLeastOne = '33.37%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Crude Bomb',
        dropChance = '5.48%',
        dropChanceAtLeastOne = '17.89%',
        amount = {
          3,
          5,
        },
      },
      {
        itemName = 'Bomb',
        dropChance = '5.48%',
        dropChanceAtLeastOne = '17.89%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Caveling Perfume',
        dropChance = '5.48%',
        dropChanceAtLeastOne = '17.89%',
        amount = 1,
      },
      {
        itemName = 'Adder Stone',
        dropChance = '5.48%',
        dropChanceAtLeastOne = '17.89%',
        amount = 1,
      },
      {
        itemName = 'Broken Core Idol',
        dropChance = '5.48%',
        dropChanceAtLeastOne = '17.89%',
        amount = 1,
      },
      {
        itemName = 'Precious Urn',
        dropChance = '5.48%',
        dropChanceAtLeastOne = '17.89%',
        amount = 1,
      },
      {
        itemName = 'Ring of Rock',
        dropChance = '0.22%',
        dropChanceAtLeastOne = '0.76%',
        amount = 1,
      },
      {
        itemName = 'Gold Crystal Ring',
        dropChance = '0.22%',
        dropChanceAtLeastOne = '0.76%',
        amount = 1,
      },
      {
        itemName = 'Gold Crystal Necklace',
        dropChance = '0.22%',
        dropChanceAtLeastOne = '0.76%',
        amount = 1,
      },
      {
        itemName = 'Battle Axe',
        dropChance = '0.22%',
        dropChanceAtLeastOne = '0.76%',
        amount = 1,
      },
      {
        itemName = 'Hand Mortar',
        dropChance = '0.11%',
        dropChanceAtLeastOne = '0.38%',
        amount = 1,
      },
      {
        itemName = 'Fireball Staff',
        dropChance = '0.22%',
        dropChanceAtLeastOne = '0.76%',
        amount = 1,
      },
      {
        itemName = 'Iron Bow',
        dropChance = '0.22%',
        dropChanceAtLeastOne = '0.76%',
        amount = 1,
      },
    },
    guaranteedLoot = {
      {
        itemName = 'Ring of Rock',
        dropChance = '15.38%',
        amount = 1,
      },
      {
        itemName = 'Gold Crystal Ring',
        dropChance = '15.38%',
        amount = 1,
      },
      {
        itemName = 'Gold Crystal Necklace',
        dropChance = '15.38%',
        amount = 1,
      },
      {
        itemName = 'Battle Axe',
        dropChance = '15.38%',
        amount = 1,
      },
      {
        itemName = 'Hand Mortar',
        dropChance = '7.69%',
        amount = 1,
      },
      {
        itemName = 'Fireball Staff',
        dropChance = '15.38%',
        amount = 1,
      },
      {
        itemName = 'Iron Bow',
        dropChance = '15.38%',
        amount = 1,
      },
    },
  },
  CavelingDestructbile = {
    id = 450,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '52.33%',
        dropChanceAtLeastOne = '52.33%',
        amount = 1,
      },
      {
        itemName = 'Copper Ore',
        dropChance = '8.14%',
        dropChanceAtLeastOne = '8.14%',
        amount = {
          2,
          3,
        },
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '5.81%',
        dropChanceAtLeastOne = '5.81%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Caveling Bread',
        dropChance = '5.81%',
        dropChanceAtLeastOne = '5.81%',
        amount = 1,
      },
      {
        itemName = 'Tin Pickaxe',
        dropChance = '1.16%',
        dropChanceAtLeastOne = '1.16%',
        amount = 1,
      },
      {
        itemName = 'Fiber',
        dropChance = '11.63%',
        dropChanceAtLeastOne = '11.63%',
        amount = 1,
      },
      {
        itemName = 'Iron Ore',
        dropChance = '3.49%',
        dropChanceAtLeastOne = '3.49%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '1.16%',
        dropChanceAtLeastOne = '1.16%',
        amount = {
          1,
          4,
        },
      },
      {
        itemName = 'Ancient Coin',
        dropChance = '8.14%',
        dropChanceAtLeastOne = '8.14%',
        amount = {
          1,
          5,
        },
      },
      {
        itemName = 'Precious Urn',
        dropChance = '1.16%',
        dropChanceAtLeastOne = '1.16%',
        amount = 1,
      },
      {
        itemName = 'Broken Core Idol',
        dropChance = '1.16%',
        dropChanceAtLeastOne = '1.16%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  StoneFishes = {
    id = 504,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Dagger Fin',
        dropChance = '37%',
        dropChanceAtLeastOne = '37%',
        amount = 1,
      },
      {
        itemName = 'Pink Palace Fish',
        dropChance = '29%',
        dropChanceAtLeastOne = '29%',
        amount = 1,
      },
      {
        itemName = 'Teal Palace Fish',
        dropChance = '21%',
        dropChanceAtLeastOne = '21%',
        amount = 1,
      },
      {
        itemName = 'Crown Squid',
        dropChance = '13%',
        dropChanceAtLeastOne = '13%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  StoneFishingLoot = {
    id = 505,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Grey Kelp',
        dropChance = '19.02%',
        dropChanceAtLeastOne = '19.02%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '15.59%',
        dropChanceAtLeastOne = '15.59%',
        amount = 1,
      },
      {
        itemName = 'Iron Ore',
        dropChance = '20.27%',
        dropChanceAtLeastOne = '20.27%',
        amount = 1,
      },
      {
        itemName = 'Fiber',
        dropChance = '10.91%',
        dropChanceAtLeastOne = '10.91%',
        amount = 1,
      },
      {
        itemName = 'Gold Ore',
        dropChance = '7.79%',
        dropChanceAtLeastOne = '7.79%',
        amount = 1,
      },
      {
        itemName = 'Soft Sponge',
        dropChance = '15.59%',
        dropChanceAtLeastOne = '15.59%',
        amount = 1,
      },
      {
        itemName = 'Adder Stone',
        dropChance = '1.56%',
        dropChanceAtLeastOne = '1.56%',
        amount = 1,
      },
      {
        itemName = 'Caveling Perfume',
        dropChance = '0.78%',
        dropChanceAtLeastOne = '0.78%',
        amount = 1,
      },
      {
        itemName = 'Bubble Pearl Necklace',
        dropChance = '1.87%',
        dropChanceAtLeastOne = '1.87%',
        amount = 1,
      },
      {
        itemName = 'Goldfish Ring',
        dropChance = '1.87%',
        dropChanceAtLeastOne = '1.87%',
        amount = 1,
      },
      {
        itemName = 'Enhydro Crystal',
        dropChance = '0.39%',
        dropChanceAtLeastOne = '0.39%',
        amount = 1,
      },
      {
        itemName = 'Iron Key',
        dropChance = '2.18%',
        dropChanceAtLeastOne = '2.18%',
        amount = 1,
      },
      {
        itemName = 'Locked Iron Chest',
        dropChance = '2.18%',
        dropChanceAtLeastOne = '2.18%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  PoisonSlimeBlobs = {
    id = 12,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Poison Slime',
        dropChance = '94.79%',
        dropChanceAtLeastOne = '94.79%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '1.6%',
        dropChanceAtLeastOne = '1.6%',
        amount = 1,
      },
      {
        itemName = 'Remedaisy Necklace',
        dropChance = '0.8%',
        dropChanceAtLeastOne = '0.8%',
        amount = 1,
      },
      {
        itemName = 'Ivy\'s Ring',
        dropChance = '0.8%',
        dropChanceAtLeastOne = '0.8%',
        amount = 1,
      },
      {
        itemName = 'Purple Slime Figurine',
        dropChance = '0.64%',
        dropChanceAtLeastOne = '0.64%',
        amount = 1,
      },
      {
        itemName = 'Crown Summoning Idol',
        dropChance = '0.24%',
        dropChanceAtLeastOne = '0.24%',
        amount = 1,
      },
      {
        itemName = 'Scarlet Key',
        dropChance = '1.12%',
        dropChanceAtLeastOne = '1.12%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  PoisonSlimeBoss = {
    id = 14,
    rolls = {
      4,
      6,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Poison Slime',
        dropChance = '53.05%',
        dropChanceAtLeastOne = '95.14%',
        amount = {
          8,
          10,
        },
      },
      {
        itemName = 'Scarlet Ore',
        dropChance = '10.61%',
        dropChanceAtLeastOne = '36.15%',
        amount = {
          10,
          15,
        },
      },
      {
        itemName = 'Gold Ore',
        dropChance = '5.31%',
        dropChanceAtLeastOne = '19.59%',
        amount = {
          5,
          7,
        },
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '7.96%',
        dropChanceAtLeastOne = '28.23%',
        amount = {
          2,
          3,
        },
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '7.96%',
        dropChanceAtLeastOne = '28.23%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Ivy\'s Ring',
        dropChance = '3.71%',
        dropChanceAtLeastOne = '14.05%',
        amount = 1,
      },
      {
        itemName = 'Poisonous Sickle',
        dropChance = '2.12%',
        dropChanceAtLeastOne = '8.22%',
        amount = 1,
      },
      {
        itemName = 'Remedaisy Necklace',
        dropChance = '2.12%',
        dropChanceAtLeastOne = '8.22%',
        amount = 1,
      },
      {
        itemName = 'Ivy\'s Pants',
        dropChance = '2.12%',
        dropChanceAtLeastOne = '8.22%',
        amount = 1,
      },
      {
        itemName = 'Ivy\'s Thorn Harness',
        dropChance = '2.12%',
        dropChanceAtLeastOne = '8.22%',
        amount = 1,
      },
      {
        itemName = 'Toxic Defender',
        dropChance = '2.12%',
        dropChanceAtLeastOne = '8.22%',
        amount = 1,
      },
      {
        itemName = 'Ivy Figurine',
        dropChance = '0.8%',
        dropChanceAtLeastOne = '3.15%',
        amount = 1,
      },
    },
    guaranteedLoot = {
      {
        itemName = 'Ivy\'s Ring',
        dropChance = '25.93%',
        amount = 1,
      },
      {
        itemName = 'Poisonous Sickle',
        dropChance = '14.81%',
        amount = 1,
      },
      {
        itemName = 'Remedaisy Necklace',
        dropChance = '14.81%',
        amount = 1,
      },
      {
        itemName = 'Ivy\'s Pants',
        dropChance = '14.81%',
        amount = 1,
      },
      {
        itemName = 'Ivy\'s Thorn Harness',
        dropChance = '14.81%',
        amount = 1,
      },
      {
        itemName = 'Toxic Defender',
        dropChance = '14.81%',
        amount = 1,
      },
    },
  },
  BirdBoss = {
    id = 70,
    rolls = {
      5,
      7,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Ancient Gemstone',
        dropChance = '32.39%',
        dropChanceAtLeastOne = '85.87%',
        amount = 1,
      },
      {
        itemName = 'Scarlet Ore',
        dropChance = '27.53%',
        dropChanceAtLeastOne = '80.01%',
        amount = {
          2,
          5,
        },
      },
      {
        itemName = 'Gold Ore',
        dropChance = '12.96%',
        dropChanceAtLeastOne = '50.03%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Petrified Egg',
        dropChance = '4.86%',
        dropChanceAtLeastOne = '22.04%',
        amount = 1,
      },
      {
        itemName = 'Broken Handle',
        dropChance = '3.24%',
        dropChanceAtLeastOne = '15.18%',
        amount = 1,
      },
      {
        itemName = 'Azeos Beak Necklace',
        dropChance = '4.86%',
        dropChanceAtLeastOne = '22.04%',
        amount = 1,
      },
      {
        itemName = 'Sky Ring',
        dropChance = '4.86%',
        dropChanceAtLeastOne = '22.04%',
        amount = 1,
      },
      {
        itemName = 'Ancient Pickaxe',
        dropChance = '4.05%',
        dropChanceAtLeastOne = '18.67%',
        amount = 1,
      },
      {
        itemName = 'Azeos\' Dash Feather',
        dropChance = '4.86%',
        dropChanceAtLeastOne = '22.04%',
        amount = 1,
      },
      {
        itemName = 'Azeos Figurine',
        dropChance = '0.4%',
        dropChanceAtLeastOne = '2.01%',
        amount = 1,
      },
    },
    guaranteedLoot = {
      {
        itemName = 'Broken Handle',
        dropChance = '14.81%',
        amount = 1,
      },
      {
        itemName = 'Azeos Beak Necklace',
        dropChance = '22.22%',
        amount = 1,
      },
      {
        itemName = 'Sky Ring',
        dropChance = '22.22%',
        amount = 1,
      },
      {
        itemName = 'Ancient Pickaxe',
        dropChance = '18.52%',
        amount = 1,
      },
      {
        itemName = 'Azeos\' Dash Feather',
        dropChance = '22.22%',
        amount = 1,
      },
    },
  },
  DiggingSpotNature = {
    id = 52,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Old Spore Mask',
        dropChance = '2.06%',
        dropChanceAtLeastOne = '2.06%',
        amount = 1,
      },
      {
        itemName = 'Hard Thorn',
        dropChance = '10.31%',
        dropChanceAtLeastOne = '10.31%',
        amount = 1,
      },
      {
        itemName = 'Balloon Spore',
        dropChance = '2.06%',
        dropChanceAtLeastOne = '2.06%',
        amount = 1,
      },
      {
        itemName = 'Golden Feather',
        dropChance = '10.31%',
        dropChanceAtLeastOne = '10.31%',
        amount = 1,
      },
      {
        itemName = 'Mechanical Arm',
        dropChance = '10.31%',
        dropChanceAtLeastOne = '10.31%',
        amount = 1,
      },
      {
        itemName = 'Dry Butterfly',
        dropChance = '10.31%',
        dropChanceAtLeastOne = '10.31%',
        amount = 1,
      },
      {
        itemName = 'Amber Chunk',
        dropChance = '10.31%',
        dropChanceAtLeastOne = '10.31%',
        amount = 1,
      },
      {
        itemName = 'Petrified Coral',
        dropChance = '8.25%',
        dropChanceAtLeastOne = '8.25%',
        amount = 1,
      },
      {
        itemName = 'Stone Cap',
        dropChance = '5.15%',
        dropChanceAtLeastOne = '5.15%',
        amount = 1,
      },
      {
        itemName = 'Root Seed',
        dropChance = '10.31%',
        dropChanceAtLeastOne = '10.31%',
        amount = 1,
      },
      {
        itemName = 'Glow Tulip Seed',
        dropChance = '10.31%',
        dropChanceAtLeastOne = '10.31%',
        amount = 1,
      },
      {
        itemName = 'Ocarina',
        dropChance = '10.31%',
        dropChanceAtLeastOne = '10.31%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  ThornWoodRoot = {
    id = 151,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '61.85%',
        dropChanceAtLeastOne = '61.85%',
        amount = 1,
      },
      {
        itemName = 'Wood',
        dropChance = '33.3%',
        dropChanceAtLeastOne = '33.3%',
        amount = 1,
      },
      {
        itemName = 'Wooden Thorn Ring',
        dropChance = '0.1%',
        dropChanceAtLeastOne = '0.1%',
        amount = 1,
      },
      {
        itemName = 'Hard Thorn',
        dropChance = '4.76%',
        dropChanceAtLeastOne = '4.76%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  ScarletChest = {
    id = 282,
    rolls = {
      4,
      5,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Ancient Coin',
        dropChance = '10.38%',
        dropChanceAtLeastOne = '31.86%',
        amount = {
          20,
          30,
        },
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '10.38%',
        dropChanceAtLeastOne = '31.86%',
        amount = {
          3,
          5,
        },
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '10.38%',
        dropChanceAtLeastOne = '31.86%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Fiber',
        dropChance = '10.38%',
        dropChanceAtLeastOne = '31.86%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Iron Bar',
        dropChance = '10.38%',
        dropChanceAtLeastOne = '31.86%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Scarlet Bar',
        dropChance = '10.38%',
        dropChanceAtLeastOne = '31.86%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Bomb',
        dropChance = '5.19%',
        dropChanceAtLeastOne = '17.02%',
        amount = {
          3,
          5,
        },
      },
      {
        itemName = 'Large Bomb',
        dropChance = '5.19%',
        dropChanceAtLeastOne = '17.02%',
        amount = {
          2,
          3,
        },
      },
      {
        itemName = 'Amber Chunk',
        dropChance = '5.19%',
        dropChanceAtLeastOne = '17.02%',
        amount = 1,
      },
      {
        itemName = 'Caveling Medal',
        dropChance = '5.19%',
        dropChanceAtLeastOne = '17.02%',
        amount = 1,
      },
      {
        itemName = 'Mechanical Arm',
        dropChance = '5.19%',
        dropChanceAtLeastOne = '17.02%',
        amount = 1,
      },
      {
        itemName = 'Ceremonial Flute',
        dropChance = '5.19%',
        dropChanceAtLeastOne = '17.02%',
        amount = 1,
      },
      {
        itemName = 'Leaf Fossil',
        dropChance = '5.19%',
        dropChanceAtLeastOne = '17.02%',
        amount = 1,
      },
      {
        itemName = 'Farmer\'s Hat',
        dropChance = '0.21%',
        dropChanceAtLeastOne = '0.72%',
        amount = 1,
      },
      {
        itemName = 'Hunter Hood',
        dropChance = '0.21%',
        dropChanceAtLeastOne = '0.72%',
        amount = 1,
      },
      {
        itemName = 'Hunter Cloak',
        dropChance = '0.21%',
        dropChanceAtLeastOne = '0.72%',
        amount = 1,
      },
      {
        itemName = 'Remedaisy Necklace',
        dropChance = '0.08%',
        dropChanceAtLeastOne = '0.29%',
        amount = 1,
      },
      {
        itemName = 'Wooden Thorn Ring',
        dropChance = '0.21%',
        dropChanceAtLeastOne = '0.72%',
        amount = 1,
      },
      {
        itemName = 'Petal Ring',
        dropChance = '0.21%',
        dropChanceAtLeastOne = '0.72%',
        amount = 1,
      },
      {
        itemName = 'Broken Handle',
        dropChance = '0.06%',
        dropChanceAtLeastOne = '0.22%',
        amount = 1,
      },
      {
        itemName = 'Scarlet Dagger',
        dropChance = '0.21%',
        dropChanceAtLeastOne = '0.72%',
        amount = 1,
      },
    },
    guaranteedLoot = {
      {
        itemName = 'Farmer\'s Hat',
        dropChance = '14.93%',
        amount = 1,
      },
      {
        itemName = 'Hunter Hood',
        dropChance = '14.93%',
        amount = 1,
      },
      {
        itemName = 'Hunter Cloak',
        dropChance = '14.93%',
        amount = 1,
      },
      {
        itemName = 'Remedaisy Necklace',
        dropChance = '5.97%',
        amount = 1,
      },
      {
        itemName = 'Wooden Thorn Ring',
        dropChance = '14.93%',
        amount = 1,
      },
      {
        itemName = 'Petal Ring',
        dropChance = '14.93%',
        amount = 1,
      },
      {
        itemName = 'Broken Handle',
        dropChance = '4.48%',
        amount = 1,
      },
      {
        itemName = 'Scarlet Dagger',
        dropChance = '14.93%',
        amount = 1,
      },
    },
  },
  WorldChestNature = {
    id = 301,
    rolls = {
      3,
      6,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Torch',
        dropChance = '26.43%',
        dropChanceAtLeastOne = '74.87%',
        amount = {
          2,
          5,
        },
      },
      {
        itemName = 'Fiber',
        dropChance = '10.79%',
        dropChanceAtLeastOne = '40.17%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Wood',
        dropChance = '5.39%',
        dropChanceAtLeastOne = '22.08%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '5.39%',
        dropChanceAtLeastOne = '22.08%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Scarlet Bar',
        dropChance = '10.79%',
        dropChanceAtLeastOne = '40.17%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Tin Bar',
        dropChance = '5.39%',
        dropChanceAtLeastOne = '22.08%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Iron Bar',
        dropChance = '3.78%',
        dropChanceAtLeastOne = '15.9%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Gold Bar',
        dropChance = '2.7%',
        dropChanceAtLeastOne = '11.58%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Greater Healing Potion',
        dropChance = '2.7%',
        dropChanceAtLeastOne = '11.58%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Guardian\'s Potion',
        dropChance = '2.7%',
        dropChanceAtLeastOne = '11.58%',
        amount = 1,
      },
      {
        itemName = 'Keen Potion',
        dropChance = '2.7%',
        dropChanceAtLeastOne = '11.58%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Poison Aid Potion',
        dropChance = '2.7%',
        dropChanceAtLeastOne = '11.58%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Bomb',
        dropChance = '5.39%',
        dropChanceAtLeastOne = '22.08%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Large Bomb',
        dropChance = '1.62%',
        dropChanceAtLeastOne = '7.08%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Scarlet Pickaxe',
        dropChance = '1.08%',
        dropChanceAtLeastOne = '4.76%',
        amount = 1,
      },
      {
        itemName = 'Blowpipe',
        dropChance = '1.62%',
        dropChanceAtLeastOne = '7.08%',
        amount = 1,
      },
      {
        itemName = 'Scarlet Sword',
        dropChance = '2.7%',
        dropChanceAtLeastOne = '11.58%',
        amount = 1,
      },
      {
        itemName = 'Precious Urn',
        dropChance = '2.7%',
        dropChanceAtLeastOne = '11.58%',
        amount = 1,
      },
      {
        itemName = 'Hard Thorn',
        dropChance = '0.54%',
        dropChanceAtLeastOne = '2.4%',
        amount = 1,
      },
      {
        itemName = 'Petal Ring',
        dropChance = '0.27%',
        dropChanceAtLeastOne = '1.21%',
        amount = 1,
      },
      {
        itemName = 'Scarlet Fishing Rod',
        dropChance = '0.27%',
        dropChanceAtLeastOne = '1.21%',
        amount = 1,
      },
      {
        itemName = 'Broken Handle',
        dropChance = '0.27%',
        dropChanceAtLeastOne = '1.21%',
        amount = 1,
      },
      {
        itemName = 'Hand Mortar',
        dropChance = '0.19%',
        dropChanceAtLeastOne = '0.85%',
        amount = 1,
      },
      {
        itemName = 'Battle Axe',
        dropChance = '0.19%',
        dropChanceAtLeastOne = '0.85%',
        amount = 1,
      },
      {
        itemName = 'Heart Berry Necklace',
        dropChance = '0.11%',
        dropChanceAtLeastOne = '0.48%',
        amount = 1,
      },
      {
        itemName = 'Recall Idol',
        dropChance = '0.54%',
        dropChanceAtLeastOne = '2.4%',
        amount = 1,
      },
      {
        itemName = 'Scarlet Dagger',
        dropChance = '0.54%',
        dropChanceAtLeastOne = '2.4%',
        amount = 1,
      },
      {
        itemName = 'Scarlet Key',
        dropChance = '0.54%',
        dropChanceAtLeastOne = '2.4%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  NatureDestructible = {
    id = 410,
    rolls = {
      1,
      2,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '43.31%',
        dropChanceAtLeastOne = '57.31%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '7.87%',
        dropChanceAtLeastOne = '11.58%',
        amount = {
          2,
          3,
        },
      },
      {
        itemName = 'Dry Butterfly',
        dropChance = '0.63%',
        dropChanceAtLeastOne = '0.94%',
        amount = 1,
      },
      {
        itemName = 'Golden Feather',
        dropChance = '0.24%',
        dropChanceAtLeastOne = '0.35%',
        amount = 1,
      },
      {
        itemName = 'Heart Berry Seed',
        dropChance = '11.81%',
        dropChanceAtLeastOne = '17.18%',
        amount = 1,
      },
      {
        itemName = 'Glow Tulip Seed',
        dropChance = '11.81%',
        dropChanceAtLeastOne = '17.18%',
        amount = 1,
      },
      {
        itemName = 'Bomb Pepper Seed',
        dropChance = '11.81%',
        dropChanceAtLeastOne = '17.18%',
        amount = 1,
      },
      {
        itemName = 'Bloat Oat Seed',
        dropChance = '11.81%',
        dropChanceAtLeastOne = '17.18%',
        amount = 1,
      },
      {
        itemName = 'Petal Ring',
        dropChance = '0.08%',
        dropChanceAtLeastOne = '0.12%',
        amount = 1,
      },
      {
        itemName = 'Ancient Feather',
        dropChance = '0.63%',
        dropChanceAtLeastOne = '0.94%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  LargeNatureDestructable = {
    id = 420,
    rolls = {
      2,
      3,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '23.04%',
        dropChanceAtLeastOne = '48.04%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '9.22%',
        dropChanceAtLeastOne = '21.47%',
        amount = {
          3,
          5,
        },
      },
      {
        itemName = 'Dry Butterfly',
        dropChance = '9.22%',
        dropChanceAtLeastOne = '21.47%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Golden Feather',
        dropChance = '1.84%',
        dropChanceAtLeastOne = '4.54%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Heart Berry Seed',
        dropChance = '13.82%',
        dropChanceAtLeastOne = '31.06%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Glow Tulip Seed',
        dropChance = '13.82%',
        dropChanceAtLeastOne = '31.06%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Bomb Pepper Seed',
        dropChance = '13.82%',
        dropChanceAtLeastOne = '31.06%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Bloat Oat Seed',
        dropChance = '13.82%',
        dropChanceAtLeastOne = '31.06%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Petal Ring',
        dropChance = '0.46%',
        dropChanceAtLeastOne = '1.15%',
        amount = 1,
      },
      {
        itemName = 'Ancient Feather',
        dropChance = '0.92%',
        dropChanceAtLeastOne = '2.29%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  WoodenNatureDestructable = {
    id = 421,
    rolls = {
      1,
      2,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '33.14%',
        dropChanceAtLeastOne = '45.33%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '16.57%',
        dropChanceAtLeastOne = '23.8%',
        amount = {
          2,
          3,
        },
      },
      {
        itemName = 'Scarlet Ore',
        dropChance = '16.57%',
        dropChanceAtLeastOne = '23.8%',
        amount = 1,
      },
      {
        itemName = 'Iron Ore',
        dropChance = '11.6%',
        dropChanceAtLeastOne = '16.88%',
        amount = 1,
      },
      {
        itemName = 'Fiber',
        dropChance = '6.63%',
        dropChanceAtLeastOne = '9.78%',
        amount = 1,
      },
      {
        itemName = 'Caveling Bread',
        dropChance = '3.31%',
        dropChanceAtLeastOne = '4.93%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '4.97%',
        dropChanceAtLeastOne = '7.36%',
        amount = 1,
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '4.97%',
        dropChanceAtLeastOne = '7.36%',
        amount = 1,
      },
      {
        itemName = 'Dry Butterfly',
        dropChance = '0.5%',
        dropChanceAtLeastOne = '0.74%',
        amount = 1,
      },
      {
        itemName = 'Leaf Fossil',
        dropChance = '0.5%',
        dropChanceAtLeastOne = '0.74%',
        amount = 1,
      },
      {
        itemName = 'Mechanical Arm',
        dropChance = '0.5%',
        dropChanceAtLeastOne = '0.74%',
        amount = 1,
      },
      {
        itemName = 'Twisted Agate',
        dropChance = '0.5%',
        dropChanceAtLeastOne = '0.74%',
        amount = 1,
      },
      {
        itemName = 'Petal Ring',
        dropChance = '0.08%',
        dropChanceAtLeastOne = '0.12%',
        amount = 1,
      },
      {
        itemName = 'Iron Bow',
        dropChance = '0.17%',
        dropChanceAtLeastOne = '0.25%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  LargeWoodenNatureDestructable = {
    id = 422,
    rolls = {
      3,
      4,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '13.16%',
        dropChanceAtLeastOne = '38.97%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '19.94%',
        dropChanceAtLeastOne = '54.09%',
        amount = {
          2,
          3,
        },
      },
      {
        itemName = 'Scarlet Ore',
        dropChance = '19.94%',
        dropChanceAtLeastOne = '54.09%',
        amount = 1,
      },
      {
        itemName = 'Iron Ore',
        dropChance = '13.96%',
        dropChanceAtLeastOne = '40.91%',
        amount = 1,
      },
      {
        itemName = 'Fiber',
        dropChance = '7.98%',
        dropChanceAtLeastOne = '25.24%',
        amount = 1,
      },
      {
        itemName = 'Caveling Bread',
        dropChance = '3.99%',
        dropChanceAtLeastOne = '13.28%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '5.98%',
        dropChanceAtLeastOne = '19.42%',
        amount = 1,
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '5.98%',
        dropChanceAtLeastOne = '19.42%',
        amount = 1,
      },
      {
        itemName = 'Dry Butterfly',
        dropChance = '0.6%',
        dropChanceAtLeastOne = '2.08%',
        amount = 1,
      },
      {
        itemName = 'Leaf Fossil',
        dropChance = '0.6%',
        dropChanceAtLeastOne = '2.08%',
        amount = 1,
      },
      {
        itemName = 'Ceremonial Flute',
        dropChance = '0.6%',
        dropChanceAtLeastOne = '2.08%',
        amount = 1,
      },
      {
        itemName = 'Mechanical Arm',
        dropChance = '0.6%',
        dropChanceAtLeastOne = '2.08%',
        amount = 1,
      },
      {
        itemName = 'Twisted Agate',
        dropChance = '0.6%',
        dropChanceAtLeastOne = '2.08%',
        amount = 1,
      },
      {
        itemName = 'Petal Ring',
        dropChance = '0.1%',
        dropChanceAtLeastOne = '0.35%',
        amount = 1,
      },
      {
        itemName = 'Iron Bow',
        dropChance = '0.2%',
        dropChanceAtLeastOne = '0.7%',
        amount = 1,
      },
      {
        itemName = 'Scarlet Dagger',
        dropChance = '0.2%',
        dropChanceAtLeastOne = '0.7%',
        amount = 1,
      },
      {
        itemName = 'Healing Potion',
        dropChance = '1.6%',
        dropChanceAtLeastOne = '5.47%',
        amount = 1,
      },
      {
        itemName = 'Enrage Potion',
        dropChance = '1.6%',
        dropChanceAtLeastOne = '5.47%',
        amount = 1,
      },
      {
        itemName = 'Keen Potion',
        dropChance = '1.6%',
        dropChanceAtLeastOne = '5.47%',
        amount = 1,
      },
      {
        itemName = 'Scarlet Key',
        dropChance = '0.8%',
        dropChanceAtLeastOne = '2.76%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  NatureWall = {
    id = 430,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '95.42%',
        dropChanceAtLeastOne = '95.42%',
        amount = 1,
      },
      {
        itemName = 'Mechanical Arm',
        dropChance = '0.38%',
        dropChanceAtLeastOne = '0.38%',
        amount = 1,
      },
      {
        itemName = 'Dry Butterfly',
        dropChance = '0.38%',
        dropChanceAtLeastOne = '0.38%',
        amount = 1,
      },
      {
        itemName = 'Petrified Coral',
        dropChance = '0.57%',
        dropChanceAtLeastOne = '0.57%',
        amount = 1,
      },
      {
        itemName = 'Amber Chunk',
        dropChance = '0.38%',
        dropChanceAtLeastOne = '0.38%',
        amount = 1,
      },
      {
        itemName = 'Hard Thorn',
        dropChance = '0.76%',
        dropChanceAtLeastOne = '0.76%',
        amount = 1,
      },
      {
        itemName = 'Balloon Spore',
        dropChance = '0.76%',
        dropChanceAtLeastOne = '0.76%',
        amount = 1,
      },
      {
        itemName = 'Leaf Fossil',
        dropChance = '1.34%',
        dropChanceAtLeastOne = '1.34%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  Grass = {
    id = 440,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '97.09%',
        dropChanceAtLeastOne = '97.09%',
        amount = 1,
      },
      {
        itemName = 'Heart Berry Seed',
        dropChance = '0.97%',
        dropChanceAtLeastOne = '0.97%',
        amount = 1,
      },
      {
        itemName = 'Glow Tulip Seed',
        dropChance = '0.97%',
        dropChanceAtLeastOne = '0.97%',
        amount = 1,
      },
      {
        itemName = 'Bomb Pepper Seed',
        dropChance = '0.97%',
        dropChanceAtLeastOne = '0.97%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  CavelingGardener = {
    id = 62,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '39.97%',
        dropChanceAtLeastOne = '39.97%',
        amount = 1,
      },
      {
        itemName = 'Lush Moss',
        dropChance = '4.04%',
        dropChanceAtLeastOne = '4.04%',
        amount = 1,
      },
      {
        itemName = 'Heart Berry Seed',
        dropChance = '6.9%',
        dropChanceAtLeastOne = '6.9%',
        amount = 1,
      },
      {
        itemName = 'Glow Tulip Seed',
        dropChance = '6.9%',
        dropChanceAtLeastOne = '6.9%',
        amount = 1,
      },
      {
        itemName = 'Bomb Pepper Seed',
        dropChance = '6.9%',
        dropChanceAtLeastOne = '6.9%',
        amount = 1,
      },
      {
        itemName = 'Carrock Seed',
        dropChance = '6.9%',
        dropChanceAtLeastOne = '6.9%',
        amount = 1,
      },
      {
        itemName = 'Puffungi Seed',
        dropChance = '6.9%',
        dropChanceAtLeastOne = '6.9%',
        amount = 1,
      },
      {
        itemName = 'Grub Kapok Seed',
        dropChance = '6.9%',
        dropChanceAtLeastOne = '6.9%',
        amount = 1,
      },
      {
        itemName = 'Bloat Oat Seed',
        dropChance = '6.9%',
        dropChanceAtLeastOne = '6.9%',
        amount = 1,
      },
      {
        itemName = 'Root Seed',
        dropChance = '4.04%',
        dropChanceAtLeastOne = '4.04%',
        amount = 1,
      },
      {
        itemName = 'Dry Butterfly',
        dropChance = '0.32%',
        dropChanceAtLeastOne = '0.32%',
        amount = 1,
      },
      {
        itemName = 'Petal Ring',
        dropChance = '0.08%',
        dropChanceAtLeastOne = '0.08%',
        amount = 1,
      },
      {
        itemName = 'Ancient Feather',
        dropChance = '1.21%',
        dropChanceAtLeastOne = '1.21%',
        amount = 1,
      },
      {
        itemName = 'Farmer\'s Hat',
        dropChance = '1.21%',
        dropChanceAtLeastOne = '1.21%',
        amount = 1,
      },
      {
        itemName = 'Caveling Gardener Figurine',
        dropChance = '0.81%',
        dropChanceAtLeastOne = '0.81%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  CavelingHunter = {
    id = 63,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '89.39%',
        dropChanceAtLeastOne = '89.39%',
        amount = 1,
      },
      {
        itemName = 'Lush Moss',
        dropChance = '2.98%',
        dropChanceAtLeastOne = '2.98%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '1.79%',
        dropChanceAtLeastOne = '1.79%',
        amount = 1,
      },
      {
        itemName = 'Ancient Feather',
        dropChance = '1.79%',
        dropChanceAtLeastOne = '1.79%',
        amount = 1,
      },
      {
        itemName = 'Flintlock Musket',
        dropChance = '1.19%',
        dropChanceAtLeastOne = '1.19%',
        amount = 1,
      },
      {
        itemName = 'Hunter Cloak',
        dropChance = '1.19%',
        dropChanceAtLeastOne = '1.19%',
        amount = 1,
      },
      {
        itemName = 'Hunter Hood',
        dropChance = '1.19%',
        dropChanceAtLeastOne = '1.19%',
        amount = 1,
      },
      {
        itemName = 'Caveling Hunter Figurine',
        dropChance = '0.48%',
        dropChanceAtLeastOne = '0.48%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  NatureFishes = {
    id = 506,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Azure Feather Fish',
        dropChance = '37%',
        dropChanceAtLeastOne = '37%',
        amount = 1,
      },
      {
        itemName = 'Emerald Feather Fish',
        dropChance = '29%',
        dropChanceAtLeastOne = '29%',
        amount = 1,
      },
      {
        itemName = 'Spirit Veil',
        dropChance = '21%',
        dropChanceAtLeastOne = '21%',
        amount = 1,
      },
      {
        itemName = 'Astral Jelly',
        dropChance = '13%',
        dropChanceAtLeastOne = '13%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  NatureFishingLoot = {
    id = 507,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Red Kelp',
        dropChance = '19.38%',
        dropChanceAtLeastOne = '19.38%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '15.89%',
        dropChanceAtLeastOne = '15.89%',
        amount = 1,
      },
      {
        itemName = 'Scarlet Ore',
        dropChance = '20.65%',
        dropChanceAtLeastOne = '20.65%',
        amount = 1,
      },
      {
        itemName = 'Fiber',
        dropChance = '11.12%',
        dropChanceAtLeastOne = '11.12%',
        amount = 1,
      },
      {
        itemName = 'Gold Ore',
        dropChance = '7.94%',
        dropChanceAtLeastOne = '7.94%',
        amount = 1,
      },
      {
        itemName = 'Lost Paddle',
        dropChance = '15.89%',
        dropChanceAtLeastOne = '15.89%',
        amount = 1,
      },
      {
        itemName = 'Feather Fish Scale',
        dropChance = '1.59%',
        dropChanceAtLeastOne = '1.59%',
        amount = 1,
      },
      {
        itemName = 'Caveling Medal',
        dropChance = '0.79%',
        dropChanceAtLeastOne = '0.79%',
        amount = 1,
      },
      {
        itemName = 'Rainbow Kelp',
        dropChance = '0.4%',
        dropChanceAtLeastOne = '0.4%',
        amount = 1,
      },
      {
        itemName = 'Sea Foam Ring',
        dropChance = '1.91%',
        dropChanceAtLeastOne = '1.91%',
        amount = 1,
      },
      {
        itemName = 'Scarlet Key',
        dropChance = '2.22%',
        dropChanceAtLeastOne = '2.22%',
        amount = 1,
      },
      {
        itemName = 'Locked Scarlet Chest',
        dropChance = '2.22%',
        dropChanceAtLeastOne = '2.22%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  SnarePlant = {
    id = 517,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '98.4%',
        dropChanceAtLeastOne = '98.4%',
        amount = 1,
      },
      {
        itemName = 'Snare Plant Figurine',
        dropChance = '0.37%',
        dropChanceAtLeastOne = '0.37%',
        amount = 1,
      },
      {
        itemName = 'Petal Ring',
        dropChance = '1.23%',
        dropChanceAtLeastOne = '1.23%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  MoldDungeonChest = {
    id = 460,
    rolls = {
      4,
      6,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Scarlet Ore',
        dropChance = '22.96%',
        dropChanceAtLeastOne = '72.86%',
        amount = {
          3,
          5,
        },
      },
      {
        itemName = 'Gold Ore',
        dropChance = '12.76%',
        dropChanceAtLeastOne = '49.45%',
        amount = {
          3,
          5,
        },
      },
      {
        itemName = 'Chipped Plate',
        dropChance = '10.2%',
        dropChanceAtLeastOne = '41.62%',
        amount = 1,
      },
      {
        itemName = 'Precious Urn',
        dropChance = '10.2%',
        dropChanceAtLeastOne = '41.62%',
        amount = 1,
      },
      {
        itemName = 'Scarlet Sword',
        dropChance = '5.1%',
        dropChanceAtLeastOne = '23.04%',
        amount = 1,
      },
      {
        itemName = 'Bomb',
        dropChance = '7.65%',
        dropChanceAtLeastOne = '32.84%',
        amount = {
          2,
          3,
        },
      },
      {
        itemName = 'Large Bomb',
        dropChance = '5.1%',
        dropChanceAtLeastOne = '23.04%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Mold Ring',
        dropChance = '2.55%',
        dropChanceAtLeastOne = '12.12%',
        amount = 1,
      },
      {
        itemName = 'Blowpipe',
        dropChance = '4.08%',
        dropChanceAtLeastOne = '18.81%',
        amount = 1,
      },
      {
        itemName = 'Poisonous Sickle',
        dropChance = '0.26%',
        dropChanceAtLeastOne = '1.27%',
        amount = 1,
      },
      {
        itemName = 'Ivy\'s Ring',
        dropChance = '0.51%',
        dropChanceAtLeastOne = '2.53%',
        amount = 1,
      },
      {
        itemName = 'Toxic Defender',
        dropChance = '0.26%',
        dropChanceAtLeastOne = '1.27%',
        amount = 1,
      },
      {
        itemName = 'Greater Healing Potion',
        dropChance = '5.1%',
        dropChanceAtLeastOne = '23.04%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Keen Potion',
        dropChance = '5.1%',
        dropChanceAtLeastOne = '23.04%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Poison Aid Potion',
        dropChance = '5.1%',
        dropChanceAtLeastOne = '23.04%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Guardian\'s Potion',
        dropChance = '3.06%',
        dropChanceAtLeastOne = '14.4%',
        amount = {
          1,
          2,
        },
      },
    },
    guaranteedLoot = {},
  },
  InfectedCaveling = {
    id = 490,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '80.99%',
        dropChanceAtLeastOne = '80.99%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '9%',
        dropChanceAtLeastOne = '9%',
        amount = 1,
      },
      {
        itemName = 'Puffungi Seed',
        dropChance = '2.25%',
        dropChanceAtLeastOne = '2.25%',
        amount = 1,
      },
      {
        itemName = 'Fungal Bone',
        dropChance = '2.25%',
        dropChanceAtLeastOne = '2.25%',
        amount = 1,
      },
      {
        itemName = 'Ancient Coin',
        dropChance = '4.5%',
        dropChanceAtLeastOne = '4.5%',
        amount = 1,
      },
      {
        itemName = 'Mold Ring',
        dropChance = '0.22%',
        dropChanceAtLeastOne = '0.22%',
        amount = 1,
      },
      {
        itemName = 'Mold Vein Necklace',
        dropChance = '0.22%',
        dropChanceAtLeastOne = '0.22%',
        amount = 1,
      },
      {
        itemName = 'Blowpipe',
        dropChance = '0.45%',
        dropChanceAtLeastOne = '0.45%',
        amount = 1,
      },
      {
        itemName = 'Infected Caveling Figurine',
        dropChance = '0.11%',
        dropChanceAtLeastOne = '0.11%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  MoldTentacle = {
    id = 515,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '68.97%',
        dropChanceAtLeastOne = '68.97%',
        amount = 1,
      },
      {
        itemName = 'Puffungi Seed',
        dropChance = '6.9%',
        dropChanceAtLeastOne = '6.9%',
        amount = 1,
      },
      {
        itemName = 'Fungal Bone',
        dropChance = '6.9%',
        dropChanceAtLeastOne = '6.9%',
        amount = 1,
      },
      {
        itemName = 'Ancient Coin',
        dropChance = '13.79%',
        dropChanceAtLeastOne = '13.79%',
        amount = 1,
      },
      {
        itemName = 'Mold Ring',
        dropChance = '0.69%',
        dropChanceAtLeastOne = '0.69%',
        amount = 1,
      },
      {
        itemName = 'Mold Vein Necklace',
        dropChance = '0.69%',
        dropChanceAtLeastOne = '0.69%',
        amount = 1,
      },
      {
        itemName = 'Blowpipe',
        dropChance = '1.38%',
        dropChanceAtLeastOne = '1.38%',
        amount = 1,
      },
      {
        itemName = 'Mold Tentacle Figurine',
        dropChance = '0.69%',
        dropChanceAtLeastOne = '0.69%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  MoldDestructable = {
    id = 470,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '61.82%',
        dropChanceAtLeastOne = '61.82%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '10.91%',
        dropChanceAtLeastOne = '10.91%',
        amount = {
          2,
          3,
        },
      },
      {
        itemName = 'Puffungi Seed',
        dropChance = '10.91%',
        dropChanceAtLeastOne = '10.91%',
        amount = 1,
      },
      {
        itemName = 'Heart Berry Seed',
        dropChance = '3.64%',
        dropChanceAtLeastOne = '3.64%',
        amount = 1,
      },
      {
        itemName = 'Glow Tulip Seed',
        dropChance = '3.64%',
        dropChanceAtLeastOne = '3.64%',
        amount = 1,
      },
      {
        itemName = 'Bomb Pepper Seed',
        dropChance = '3.64%',
        dropChanceAtLeastOne = '3.64%',
        amount = 1,
      },
      {
        itemName = 'Mildew Leaf',
        dropChance = '0.36%',
        dropChanceAtLeastOne = '0.36%',
        amount = 1,
      },
      {
        itemName = 'Mold Dew',
        dropChance = '0.36%',
        dropChanceAtLeastOne = '0.36%',
        amount = 1,
      },
      {
        itemName = 'Fungal Bone',
        dropChance = '1.82%',
        dropChanceAtLeastOne = '1.82%',
        amount = 1,
      },
      {
        itemName = 'Balloon Spore',
        dropChance = '2.55%',
        dropChanceAtLeastOne = '2.55%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Mold Ring',
        dropChance = '0.18%',
        dropChanceAtLeastOne = '0.18%',
        amount = 1,
      },
      {
        itemName = 'Mold Vein Necklace',
        dropChance = '0.18%',
        dropChanceAtLeastOne = '0.18%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  LargeMoldDestructable = {
    id = 480,
    rolls = {
      1,
      2,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '27.71%',
        dropChanceAtLeastOne = '38.54%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '6.93%',
        dropChanceAtLeastOne = '10.21%',
        amount = {
          3,
          5,
        },
      },
      {
        itemName = 'Heart Berry Seed',
        dropChance = '4.62%',
        dropChanceAtLeastOne = '6.85%',
        amount = 1,
      },
      {
        itemName = 'Glow Tulip Seed',
        dropChance = '4.62%',
        dropChanceAtLeastOne = '6.85%',
        amount = 1,
      },
      {
        itemName = 'Bomb Pepper Seed',
        dropChance = '4.62%',
        dropChanceAtLeastOne = '6.85%',
        amount = 1,
      },
      {
        itemName = 'Puffungi Seed',
        dropChance = '9.24%',
        dropChanceAtLeastOne = '13.53%',
        amount = 1,
      },
      {
        itemName = 'Giant Mite',
        dropChance = '1.15%',
        dropChanceAtLeastOne = '1.73%',
        amount = 1,
      },
      {
        itemName = 'Stone Cap',
        dropChance = '6.93%',
        dropChanceAtLeastOne = '10.21%',
        amount = 1,
      },
      {
        itemName = 'Fungal Bone',
        dropChance = '11.55%',
        dropChanceAtLeastOne = '16.81%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Mold Dew',
        dropChance = '6.93%',
        dropChanceAtLeastOne = '10.21%',
        amount = 1,
      },
      {
        itemName = 'Balloon Spore',
        dropChance = '11.55%',
        dropChanceAtLeastOne = '16.81%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Mold Vein Necklace',
        dropChance = '1.39%',
        dropChanceAtLeastOne = '2.07%',
        amount = 1,
      },
      {
        itemName = 'Mold Ring',
        dropChance = '1.39%',
        dropChanceAtLeastOne = '2.07%',
        amount = 1,
      },
      {
        itemName = 'Blowpipe',
        dropChance = '1.39%',
        dropChanceAtLeastOne = '2.07%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  MoldFishes = {
    id = 508,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Mold Shark',
        dropChance = '50%',
        dropChanceAtLeastOne = '50%',
        amount = 1,
      },
      {
        itemName = 'Rot Fish',
        dropChance = '37%',
        dropChanceAtLeastOne = '37%',
        amount = 1,
      },
      {
        itemName = 'Black Steel Urchin',
        dropChance = '13%',
        dropChanceAtLeastOne = '13%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  MoldFishingLoot = {
    id = 509,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Pale Kelp',
        dropChance = '19.38%',
        dropChanceAtLeastOne = '19.38%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '15.89%',
        dropChanceAtLeastOne = '15.89%',
        amount = 1,
      },
      {
        itemName = 'Scarlet Ore',
        dropChance = '20.65%',
        dropChanceAtLeastOne = '20.65%',
        amount = 1,
      },
      {
        itemName = 'Fiber',
        dropChance = '11.12%',
        dropChanceAtLeastOne = '11.12%',
        amount = 1,
      },
      {
        itemName = 'Gold Ore',
        dropChance = '7.94%',
        dropChanceAtLeastOne = '7.94%',
        amount = 1,
      },
      {
        itemName = 'Giant Germ',
        dropChance = '15.89%',
        dropChanceAtLeastOne = '15.89%',
        amount = 1,
      },
      {
        itemName = 'Mold Shell',
        dropChance = '1.59%',
        dropChanceAtLeastOne = '1.59%',
        amount = 1,
      },
      {
        itemName = 'Ceremonial Flute',
        dropChance = '0.79%',
        dropChanceAtLeastOne = '0.79%',
        amount = 1,
      },
      {
        itemName = 'Data Slate',
        dropChance = '0.4%',
        dropChanceAtLeastOne = '0.4%',
        amount = 1,
      },
      {
        itemName = 'Kelp Mantle',
        dropChance = '1.91%',
        dropChanceAtLeastOne = '1.91%',
        amount = 1,
      },
      {
        itemName = 'Scarlet Key',
        dropChance = '2.22%',
        dropChanceAtLeastOne = '2.22%',
        amount = 1,
      },
      {
        itemName = 'Locked Scarlet Chest',
        dropChance = '2.22%',
        dropChanceAtLeastOne = '2.22%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  SlipperySlimeBlobs = {
    id = 13,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Slippery Slime',
        dropChance = '96.18%',
        dropChanceAtLeastOne = '96.18%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '1.63%',
        dropChanceAtLeastOne = '1.63%',
        amount = 1,
      },
      {
        itemName = 'Slime Helm',
        dropChance = '0.33%',
        dropChanceAtLeastOne = '0.33%',
        amount = 1,
      },
      {
        itemName = 'Blue Slime Figurine',
        dropChance = '0.49%',
        dropChanceAtLeastOne = '0.49%',
        amount = 1,
      },
      {
        itemName = 'Crown Summoning Idol',
        dropChance = '0.24%',
        dropChanceAtLeastOne = '0.24%',
        amount = 1,
      },
      {
        itemName = 'Octarine Key',
        dropChance = '1.14%',
        dropChanceAtLeastOne = '1.14%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  SlipperySlimeBoss = {
    id = 15,
    rolls = {
      4,
      6,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Slippery Slime',
        dropChance = '54.04%',
        dropChanceAtLeastOne = '95.54%',
        amount = {
          8,
          10,
        },
      },
      {
        itemName = 'Octarine Ore',
        dropChance = '10.85%',
        dropChanceAtLeastOne = '36.84%',
        amount = {
          10,
          15,
        },
      },
      {
        itemName = 'Gold Ore',
        dropChance = '5.43%',
        dropChanceAtLeastOne = '20%',
        amount = {
          5,
          7,
        },
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '8.14%',
        dropChanceAtLeastOne = '28.79%',
        amount = {
          2,
          3,
        },
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '8.14%',
        dropChanceAtLeastOne = '28.79%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Morpha\'s Ring',
        dropChance = '2.17%',
        dropChanceAtLeastOne = '8.4%',
        amount = 1,
      },
      {
        itemName = 'Coral Ring',
        dropChance = '2.17%',
        dropChanceAtLeastOne = '8.4%',
        amount = 1,
      },
      {
        itemName = 'Slime Helm',
        dropChance = '2.17%',
        dropChanceAtLeastOne = '8.4%',
        amount = 1,
      },
      {
        itemName = 'Slime Armor',
        dropChance = '2.17%',
        dropChanceAtLeastOne = '8.4%',
        amount = 1,
      },
      {
        itemName = 'Slippery Slime Sword',
        dropChance = '2.17%',
        dropChanceAtLeastOne = '8.4%',
        amount = 1,
      },
      {
        itemName = 'Morpha\'s Bubble Bag',
        dropChance = '2.17%',
        dropChanceAtLeastOne = '8.4%',
        amount = 1,
      },
      {
        itemName = 'Morpha Figurine',
        dropChance = '0.38%',
        dropChanceAtLeastOne = '1.51%',
        amount = 1,
      },
    },
    guaranteedLoot = {
      {
        itemName = 'Morpha\'s Ring',
        dropChance = '16.67%',
        amount = 1,
      },
      {
        itemName = 'Coral Ring',
        dropChance = '16.67%',
        amount = 1,
      },
      {
        itemName = 'Slime Helm',
        dropChance = '16.67%',
        amount = 1,
      },
      {
        itemName = 'Slime Armor',
        dropChance = '16.67%',
        amount = 1,
      },
      {
        itemName = 'Slippery Slime Sword',
        dropChance = '16.67%',
        amount = 1,
      },
      {
        itemName = 'Morpha\'s Bubble Bag',
        dropChance = '16.67%',
        amount = 1,
      },
    },
  },
  OctopusBoss = {
    id = 526,
    rolls = {
      5,
      7,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Ancient Gemstone',
        dropChance = '31.87%',
        dropChanceAtLeastOne = '85.32%',
        amount = 1,
      },
      {
        itemName = 'Octarine Ore',
        dropChance = '27.09%',
        dropChanceAtLeastOne = '79.4%',
        amount = {
          2,
          5,
        },
      },
      {
        itemName = 'Gold Ore',
        dropChance = '12.75%',
        dropChanceAtLeastOne = '49.43%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Giant Squid Eye',
        dropChance = '4.78%',
        dropChanceAtLeastOne = '21.73%',
        amount = 1,
      },
      {
        itemName = 'Omoroth\'s Necklace',
        dropChance = '3.19%',
        dropChanceAtLeastOne = '14.95%',
        amount = 1,
      },
      {
        itemName = 'Omoroth\'s Ring',
        dropChance = '3.19%',
        dropChanceAtLeastOne = '14.95%',
        amount = 1,
      },
      {
        itemName = 'Omoroth\'s Beak',
        dropChance = '3.19%',
        dropChanceAtLeastOne = '14.95%',
        amount = 1,
      },
      {
        itemName = 'Omoroth\'s Helm',
        dropChance = '3.19%',
        dropChanceAtLeastOne = '14.95%',
        amount = 1,
      },
      {
        itemName = 'Omoroth\'s Chestplate',
        dropChance = '3.19%',
        dropChanceAtLeastOne = '14.95%',
        amount = 1,
      },
      {
        itemName = 'Omoroth\'s Leg Armor',
        dropChance = '3.19%',
        dropChanceAtLeastOne = '14.95%',
        amount = 1,
      },
      {
        itemName = 'Anchor Axe',
        dropChance = '3.98%',
        dropChanceAtLeastOne = '18.4%',
        amount = 1,
      },
      {
        itemName = 'Omoroth Figurine',
        dropChance = '0.4%',
        dropChanceAtLeastOne = '1.98%',
        amount = 1,
      },
    },
    guaranteedLoot = {
      {
        itemName = 'Omoroth\'s Necklace',
        dropChance = '16.67%',
        amount = 1,
      },
      {
        itemName = 'Omoroth\'s Ring',
        dropChance = '16.67%',
        amount = 1,
      },
      {
        itemName = 'Omoroth\'s Beak',
        dropChance = '16.67%',
        amount = 1,
      },
      {
        itemName = 'Omoroth\'s Helm',
        dropChance = '16.67%',
        amount = 1,
      },
      {
        itemName = 'Omoroth\'s Chestplate',
        dropChance = '16.67%',
        amount = 1,
      },
      {
        itemName = 'Omoroth\'s Leg Armor',
        dropChance = '16.67%',
        amount = 1,
      },
    },
  },
  DiggingSpotSea = {
    id = 53,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Coral Wood',
        dropChance = '13.89%',
        dropChanceAtLeastOne = '13.89%',
        amount = 1,
      },
      {
        itemName = 'Octarine Ore',
        dropChance = '6.94%',
        dropChanceAtLeastOne = '6.94%',
        amount = 1,
      },
      {
        itemName = 'Fish Fossil',
        dropChance = '13.89%',
        dropChanceAtLeastOne = '13.89%',
        amount = 1,
      },
      {
        itemName = 'Petrified Trilobite',
        dropChance = '13.89%',
        dropChanceAtLeastOne = '13.89%',
        amount = 1,
      },
      {
        itemName = 'Rusty Fishing Hook',
        dropChance = '13.89%',
        dropChanceAtLeastOne = '13.89%',
        amount = 1,
      },
      {
        itemName = 'Forked Coral',
        dropChance = '13.89%',
        dropChanceAtLeastOne = '13.89%',
        amount = 1,
      },
      {
        itemName = 'Shark Tooth',
        dropChance = '13.89%',
        dropChanceAtLeastOne = '13.89%',
        amount = 1,
      },
      {
        itemName = 'Gold Bar',
        dropChance = '2.78%',
        dropChanceAtLeastOne = '2.78%',
        amount = 1,
      },
      {
        itemName = 'Fizzy Crystal',
        dropChance = '2.78%',
        dropChanceAtLeastOne = '2.78%',
        amount = 1,
      },
      {
        itemName = 'Sealed Beverage',
        dropChance = '2.08%',
        dropChanceAtLeastOne = '2.08%',
        amount = 1,
      },
      {
        itemName = 'Bubble Pearl',
        dropChance = '1.39%',
        dropChanceAtLeastOne = '1.39%',
        amount = 1,
      },
      {
        itemName = 'Black Bubble Pearl',
        dropChance = '0.69%',
        dropChanceAtLeastOne = '0.69%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  CoralWoodRoot = {
    id = 152,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '64.94%',
        dropChanceAtLeastOne = '64.94%',
        amount = 1,
      },
      {
        itemName = 'Coral Wood',
        dropChance = '32.47%',
        dropChanceAtLeastOne = '32.47%',
        amount = 1,
      },
      {
        itemName = 'Coral Seed',
        dropChance = '2.6%',
        dropChanceAtLeastOne = '2.6%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  OctarineChest = {
    id = 283,
    rolls = {
      4,
      5,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Ancient Coin',
        dropChance = '10.08%',
        dropChanceAtLeastOne = '31.06%',
        amount = {
          20,
          35,
        },
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '10.08%',
        dropChanceAtLeastOne = '31.06%',
        amount = {
          3,
          5,
        },
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '10.08%',
        dropChanceAtLeastOne = '31.06%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Fiber',
        dropChance = '10.08%',
        dropChanceAtLeastOne = '31.06%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Scarlet Bar',
        dropChance = '10.08%',
        dropChanceAtLeastOne = '31.06%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Octarine Bar',
        dropChance = '10.08%',
        dropChanceAtLeastOne = '31.06%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Bomb',
        dropChance = '5.04%',
        dropChanceAtLeastOne = '16.56%',
        amount = {
          3,
          5,
        },
      },
      {
        itemName = 'Large Bomb',
        dropChance = '5.04%',
        dropChanceAtLeastOne = '16.56%',
        amount = {
          2,
          3,
        },
      },
      {
        itemName = 'Bubble Pearl',
        dropChance = '5.04%',
        dropChanceAtLeastOne = '16.56%',
        amount = 1,
      },
      {
        itemName = 'Golden Needle',
        dropChance = '5.04%',
        dropChanceAtLeastOne = '16.56%',
        amount = 1,
      },
      {
        itemName = 'Polished Shell',
        dropChance = '5.04%',
        dropChanceAtLeastOne = '16.56%',
        amount = 1,
      },
      {
        itemName = 'Sealed Beverage',
        dropChance = '5.04%',
        dropChanceAtLeastOne = '16.56%',
        amount = 1,
      },
      {
        itemName = 'Rusty Fishing Hook',
        dropChance = '5.04%',
        dropChanceAtLeastOne = '16.56%',
        amount = 1,
      },
      {
        itemName = 'Sunglasses',
        dropChance = '0.2%',
        dropChanceAtLeastOne = '0.7%',
        amount = 1,
      },
      {
        itemName = 'Green Bikini Top',
        dropChance = '0.2%',
        dropChanceAtLeastOne = '0.7%',
        amount = 1,
      },
      {
        itemName = 'Blue Bikini Top',
        dropChance = '0.2%',
        dropChanceAtLeastOne = '0.7%',
        amount = 1,
      },
      {
        itemName = 'Red Bikini Top',
        dropChance = '0.2%',
        dropChanceAtLeastOne = '0.7%',
        amount = 1,
      },
      {
        itemName = 'Towel',
        dropChance = '0.2%',
        dropChanceAtLeastOne = '0.7%',
        amount = 1,
      },
      {
        itemName = 'Green Board Shorts',
        dropChance = '0.2%',
        dropChanceAtLeastOne = '0.7%',
        amount = 1,
      },
      {
        itemName = 'Blue Board Shorts',
        dropChance = '0.2%',
        dropChanceAtLeastOne = '0.7%',
        amount = 1,
      },
      {
        itemName = 'Red Board Shorts',
        dropChance = '0.2%',
        dropChanceAtLeastOne = '0.7%',
        amount = 1,
      },
      {
        itemName = 'Green Bikini Bottom',
        dropChance = '0.2%',
        dropChanceAtLeastOne = '0.7%',
        amount = 1,
      },
      {
        itemName = 'Blue Bikini Bottom',
        dropChance = '0.2%',
        dropChanceAtLeastOne = '0.7%',
        amount = 1,
      },
      {
        itemName = 'Red Bikini Bottom',
        dropChance = '0.2%',
        dropChanceAtLeastOne = '0.7%',
        amount = 1,
      },
      {
        itemName = 'Rusted Necklace',
        dropChance = '0.2%',
        dropChanceAtLeastOne = '0.7%',
        amount = 1,
      },
      {
        itemName = 'Octarine Necklace',
        dropChance = '0.2%',
        dropChanceAtLeastOne = '0.7%',
        amount = 1,
      },
      {
        itemName = 'Scarlet Chunk Necklace',
        dropChance = '0.2%',
        dropChanceAtLeastOne = '0.7%',
        amount = 1,
      },
      {
        itemName = 'Topaz Ring',
        dropChance = '0.2%',
        dropChanceAtLeastOne = '0.7%',
        amount = 1,
      },
      {
        itemName = 'Wooden Ring',
        dropChance = '0.2%',
        dropChanceAtLeastOne = '0.7%',
        amount = 1,
      },
      {
        itemName = 'Coral Ring',
        dropChance = '0.2%',
        dropChanceAtLeastOne = '0.7%',
        amount = 1,
      },
      {
        itemName = 'Golden Jellyfish',
        dropChance = '0.2%',
        dropChanceAtLeastOne = '0.7%',
        amount = 1,
      },
      {
        itemName = 'Octarine Axe',
        dropChance = '0.2%',
        dropChanceAtLeastOne = '0.7%',
        amount = 1,
      },
      {
        itemName = 'Tentacle Whip',
        dropChance = '0.2%',
        dropChanceAtLeastOne = '0.7%',
        amount = 1,
      },
      {
        itemName = 'Bubble Gun',
        dropChance = '0.2%',
        dropChanceAtLeastOne = '0.7%',
        amount = 1,
      },
    },
    guaranteedLoot = {
      {
        itemName = 'Sunglasses',
        dropChance = '4.76%',
        amount = 1,
      },
      {
        itemName = 'Green Bikini Top',
        dropChance = '4.76%',
        amount = 1,
      },
      {
        itemName = 'Blue Bikini Top',
        dropChance = '4.76%',
        amount = 1,
      },
      {
        itemName = 'Red Bikini Top',
        dropChance = '4.76%',
        amount = 1,
      },
      {
        itemName = 'Towel',
        dropChance = '4.76%',
        amount = 1,
      },
      {
        itemName = 'Green Board Shorts',
        dropChance = '4.76%',
        amount = 1,
      },
      {
        itemName = 'Blue Board Shorts',
        dropChance = '4.76%',
        amount = 1,
      },
      {
        itemName = 'Red Board Shorts',
        dropChance = '4.76%',
        amount = 1,
      },
      {
        itemName = 'Green Bikini Bottom',
        dropChance = '4.76%',
        amount = 1,
      },
      {
        itemName = 'Blue Bikini Bottom',
        dropChance = '4.76%',
        amount = 1,
      },
      {
        itemName = 'Red Bikini Bottom',
        dropChance = '4.76%',
        amount = 1,
      },
      {
        itemName = 'Rusted Necklace',
        dropChance = '4.76%',
        amount = 1,
      },
      {
        itemName = 'Octarine Necklace',
        dropChance = '4.76%',
        amount = 1,
      },
      {
        itemName = 'Scarlet Chunk Necklace',
        dropChance = '4.76%',
        amount = 1,
      },
      {
        itemName = 'Topaz Ring',
        dropChance = '4.76%',
        amount = 1,
      },
      {
        itemName = 'Wooden Ring',
        dropChance = '4.76%',
        amount = 1,
      },
      {
        itemName = 'Coral Ring',
        dropChance = '4.76%',
        amount = 1,
      },
      {
        itemName = 'Golden Jellyfish',
        dropChance = '4.76%',
        amount = 1,
      },
      {
        itemName = 'Octarine Axe',
        dropChance = '4.76%',
        amount = 1,
      },
      {
        itemName = 'Tentacle Whip',
        dropChance = '4.76%',
        amount = 1,
      },
      {
        itemName = 'Bubble Gun',
        dropChance = '4.76%',
        amount = 1,
      },
    },
  },
  SeaFishes = {
    id = 522,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Bottom Tracer',
        dropChance = '32%',
        dropChanceAtLeastOne = '32%',
        amount = 1,
      },
      {
        itemName = 'Silver Dart',
        dropChance = '22%',
        dropChanceAtLeastOne = '22%',
        amount = 1,
      },
      {
        itemName = 'Golden Dart',
        dropChance = '22%',
        dropChanceAtLeastOne = '22%',
        amount = 1,
      },
      {
        itemName = 'Pink Coralotl',
        dropChance = '12%',
        dropChanceAtLeastOne = '12%',
        amount = 1,
      },
      {
        itemName = 'White Coralotl',
        dropChance = '12%',
        dropChanceAtLeastOne = '12%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  SeaFishingLoot = {
    id = 523,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Blue Kelp',
        dropChance = '22.97%',
        dropChanceAtLeastOne = '22.97%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '18.23%',
        dropChanceAtLeastOne = '18.23%',
        amount = 1,
      },
      {
        itemName = 'Octarine Ore',
        dropChance = '23.7%',
        dropChanceAtLeastOne = '23.7%',
        amount = 1,
      },
      {
        itemName = 'Fiber',
        dropChance = '12.76%',
        dropChanceAtLeastOne = '12.76%',
        amount = 1,
      },
      {
        itemName = 'Gold Ore',
        dropChance = '9.12%',
        dropChanceAtLeastOne = '9.12%',
        amount = 1,
      },
      {
        itemName = 'Giant Squid Eye',
        dropChance = '1.82%',
        dropChanceAtLeastOne = '1.82%',
        amount = 1,
      },
      {
        itemName = 'Golden Needle',
        dropChance = '1.82%',
        dropChanceAtLeastOne = '1.82%',
        amount = 1,
      },
      {
        itemName = 'Polished Shell',
        dropChance = '0.91%',
        dropChanceAtLeastOne = '0.91%',
        amount = 1,
      },
      {
        itemName = 'Opabinia Fossil',
        dropChance = '0.46%',
        dropChanceAtLeastOne = '0.46%',
        amount = 1,
      },
      {
        itemName = 'Golden Jellyfish',
        dropChance = '2.73%',
        dropChanceAtLeastOne = '2.73%',
        amount = 1,
      },
      {
        itemName = 'Diving Helm',
        dropChance = '1.09%',
        dropChanceAtLeastOne = '1.09%',
        amount = 1,
      },
      {
        itemName = 'Octarine Key',
        dropChance = '2.19%',
        dropChanceAtLeastOne = '2.19%',
        amount = 1,
      },
      {
        itemName = 'Locked Octarine Chest',
        dropChance = '2.19%',
        dropChanceAtLeastOne = '2.19%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  JellyfishDestructible = {
    id = 510,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '14.71%',
        dropChanceAtLeastOne = '14.71%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '25.74%',
        dropChanceAtLeastOne = '25.74%',
        amount = {
          2,
          3,
        },
      },
      {
        itemName = 'Octarine Ore',
        dropChance = '25.74%',
        dropChanceAtLeastOne = '25.74%',
        amount = 1,
      },
      {
        itemName = 'Pewpaya Seed',
        dropChance = '3.68%',
        dropChanceAtLeastOne = '3.68%',
        amount = 1,
      },
      {
        itemName = 'Pinegrapple Seed',
        dropChance = '3.68%',
        dropChanceAtLeastOne = '3.68%',
        amount = 1,
      },
      {
        itemName = 'Rusty Fishing Hook',
        dropChance = '11.03%',
        dropChanceAtLeastOne = '11.03%',
        amount = 1,
      },
      {
        itemName = 'Forked Coral',
        dropChance = '3.68%',
        dropChanceAtLeastOne = '3.68%',
        amount = 1,
      },
      {
        itemName = 'Shark Tooth',
        dropChance = '7.35%',
        dropChanceAtLeastOne = '7.35%',
        amount = 1,
      },
      {
        itemName = 'Bubble Pearl',
        dropChance = '0.74%',
        dropChanceAtLeastOne = '0.74%',
        amount = 1,
      },
      {
        itemName = 'Fizzy Crystal',
        dropChance = '1.1%',
        dropChanceAtLeastOne = '1.1%',
        amount = 1,
      },
      {
        itemName = 'Sealed Beverage',
        dropChance = '1.84%',
        dropChanceAtLeastOne = '1.84%',
        amount = 1,
      },
      {
        itemName = 'Sea Shell',
        dropChance = '0.74%',
        dropChanceAtLeastOne = '0.74%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  LargeJellyfishDestructible = {
    id = 511,
    rolls = {
      1,
      3,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '16.21%',
        dropChanceAtLeastOne = '29.79%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '20.69%',
        dropChanceAtLeastOne = '37.1%',
        amount = {
          3,
          5,
        },
      },
      {
        itemName = 'Octarine Ore',
        dropChance = '20.69%',
        dropChanceAtLeastOne = '37.1%',
        amount = {
          2,
          3,
        },
      },
      {
        itemName = 'Pewpaya Seed',
        dropChance = '5.17%',
        dropChanceAtLeastOne = '10.08%',
        amount = 1,
      },
      {
        itemName = 'Pinegrapple Seed',
        dropChance = '5.17%',
        dropChanceAtLeastOne = '10.08%',
        amount = 1,
      },
      {
        itemName = 'Rusty Fishing Hook',
        dropChance = '6.9%',
        dropChanceAtLeastOne = '13.32%',
        amount = 1,
      },
      {
        itemName = 'Shark Tooth',
        dropChance = '5.86%',
        dropChanceAtLeastOne = '11.38%',
        amount = 1,
      },
      {
        itemName = 'Forked Coral',
        dropChance = '8.62%',
        dropChanceAtLeastOne = '16.5%',
        amount = 1,
      },
      {
        itemName = 'Bubble Pearl',
        dropChance = '1.38%',
        dropChanceAtLeastOne = '2.74%',
        amount = 1,
      },
      {
        itemName = 'Sealed Beverage',
        dropChance = '1.72%',
        dropChanceAtLeastOne = '3.42%',
        amount = 1,
      },
      {
        itemName = 'Fizzy Crystal',
        dropChance = '3.1%',
        dropChanceAtLeastOne = '6.11%',
        amount = 1,
      },
      {
        itemName = 'Rusted Necklace',
        dropChance = '1.03%',
        dropChanceAtLeastOne = '2.06%',
        amount = 1,
      },
      {
        itemName = 'Wooden Ring',
        dropChance = '1.03%',
        dropChanceAtLeastOne = '2.06%',
        amount = 1,
      },
      {
        itemName = 'Black Bubble Pearl',
        dropChance = '0.34%',
        dropChanceAtLeastOne = '0.69%',
        amount = 1,
      },
      {
        itemName = 'Sea Shell',
        dropChance = '1.03%',
        dropChanceAtLeastOne = '2.06%',
        amount = 1,
      },
      {
        itemName = 'Octarine Key',
        dropChance = '1.03%',
        dropChanceAtLeastOne = '2.06%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  Tentacle = {
    id = 514,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '69.16%',
        dropChanceAtLeastOne = '69.16%',
        amount = 1,
      },
      {
        itemName = 'Octarine Ore',
        dropChance = '13.83%',
        dropChanceAtLeastOne = '13.83%',
        amount = 1,
      },
      {
        itemName = 'Coral Wood',
        dropChance = '13.83%',
        dropChanceAtLeastOne = '13.83%',
        amount = 1,
      },
      {
        itemName = 'Tentacle Whip',
        dropChance = '1.38%',
        dropChanceAtLeastOne = '1.38%',
        amount = 1,
      },
      {
        itemName = 'Tentacle Figurine',
        dropChance = '0.41%',
        dropChanceAtLeastOne = '0.41%',
        amount = 1,
      },
      {
        itemName = 'Sea Shell',
        dropChance = '1.38%',
        dropChanceAtLeastOne = '1.38%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  CrabEnemy = {
    id = 518,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '68.08%',
        dropChanceAtLeastOne = '68.08%',
        amount = 1,
      },
      {
        itemName = 'Octarine Ore',
        dropChance = '13.7%',
        dropChanceAtLeastOne = '13.7%',
        amount = 1,
      },
      {
        itemName = 'Coral Wood',
        dropChance = '13.7%',
        dropChanceAtLeastOne = '13.7%',
        amount = 1,
      },
      {
        itemName = 'Sea Shell',
        dropChance = '1.37%',
        dropChanceAtLeastOne = '1.37%',
        amount = 1,
      },
      {
        itemName = 'Topaz Ring',
        dropChance = '0.68%',
        dropChanceAtLeastOne = '0.68%',
        amount = 1,
      },
      {
        itemName = 'Bubble Gun',
        dropChance = '2.05%',
        dropChanceAtLeastOne = '2.05%',
        amount = 1,
      },
      {
        itemName = 'Bubble Crab Figurine',
        dropChance = '0.41%',
        dropChanceAtLeastOne = '0.41%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  SeaBiomeChest = {
    id = 512,
    rolls = {
      3,
      5,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Coral Wood',
        dropChance = '15.4%',
        dropChanceAtLeastOne = '48.77%',
        amount = {
          2,
          5,
        },
      },
      {
        itemName = 'Octarine Ore',
        dropChance = '16.04%',
        dropChanceAtLeastOne = '50.3%',
        amount = {
          3,
          4,
        },
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '6.42%',
        dropChanceAtLeastOne = '23.3%',
        amount = {
          2,
          3,
        },
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '6.42%',
        dropChanceAtLeastOne = '23.3%',
        amount = {
          2,
          3,
        },
      },
      {
        itemName = 'Bubble Pearl',
        dropChance = '0.8%',
        dropChanceAtLeastOne = '3.17%',
        amount = 1,
      },
      {
        itemName = 'Black Bubble Pearl',
        dropChance = '0.32%',
        dropChanceAtLeastOne = '1.28%',
        amount = 1,
      },
      {
        itemName = 'Sealed Beverage',
        dropChance = '4.01%',
        dropChanceAtLeastOne = '15.1%',
        amount = 1,
      },
      {
        itemName = 'Shark Tooth',
        dropChance = '4.01%',
        dropChanceAtLeastOne = '15.1%',
        amount = 1,
      },
      {
        itemName = 'Rusty Fishing Hook',
        dropChance = '6.42%',
        dropChanceAtLeastOne = '23.3%',
        amount = 1,
      },
      {
        itemName = 'Fizzy Crystal',
        dropChance = '1.2%',
        dropChanceAtLeastOne = '4.73%',
        amount = 1,
      },
      {
        itemName = 'Greater Healing Potion',
        dropChance = '4.01%',
        dropChanceAtLeastOne = '15.1%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Keen Potion',
        dropChance = '4.01%',
        dropChanceAtLeastOne = '15.1%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Guardian\'s Potion',
        dropChance = '2%',
        dropChanceAtLeastOne = '7.78%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Enrage Potion',
        dropChance = '4.01%',
        dropChanceAtLeastOne = '15.1%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Stoneskin Potion',
        dropChance = '4.01%',
        dropChanceAtLeastOne = '15.1%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Large Bomb',
        dropChance = '4.01%',
        dropChanceAtLeastOne = '15.1%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Golden Jellyfish',
        dropChance = '2.41%',
        dropChanceAtLeastOne = '9.28%',
        amount = 1,
      },
      {
        itemName = 'Tentacle Whip',
        dropChance = '1.2%',
        dropChanceAtLeastOne = '4.73%',
        amount = 1,
      },
      {
        itemName = 'Sunglasses',
        dropChance = '1.2%',
        dropChanceAtLeastOne = '4.73%',
        amount = 1,
      },
      {
        itemName = 'Wooden Ring',
        dropChance = '1.2%',
        dropChanceAtLeastOne = '4.73%',
        amount = 1,
      },
      {
        itemName = 'Topaz Ring',
        dropChance = '0.8%',
        dropChanceAtLeastOne = '3.17%',
        amount = 1,
      },
      {
        itemName = 'Rusted Necklace',
        dropChance = '0.8%',
        dropChanceAtLeastOne = '3.17%',
        amount = 1,
      },
      {
        itemName = 'Slime Armor',
        dropChance = '0.64%',
        dropChanceAtLeastOne = '2.54%',
        amount = 1,
      },
      {
        itemName = 'Towel',
        dropChance = '0.8%',
        dropChanceAtLeastOne = '3.17%',
        amount = 1,
      },
      {
        itemName = 'Green Bikini Top',
        dropChance = '0.8%',
        dropChanceAtLeastOne = '3.17%',
        amount = 1,
      },
      {
        itemName = 'Blue Bikini Top',
        dropChance = '0.8%',
        dropChanceAtLeastOne = '3.17%',
        amount = 1,
      },
      {
        itemName = 'Red Bikini Top',
        dropChance = '0.8%',
        dropChanceAtLeastOne = '3.17%',
        amount = 1,
      },
      {
        itemName = 'Green Board Shorts',
        dropChance = '0.8%',
        dropChanceAtLeastOne = '3.17%',
        amount = 1,
      },
      {
        itemName = 'Blue Board Shorts',
        dropChance = '0.8%',
        dropChanceAtLeastOne = '3.17%',
        amount = 1,
      },
      {
        itemName = 'Red Board Shorts',
        dropChance = '0.8%',
        dropChanceAtLeastOne = '3.17%',
        amount = 1,
      },
      {
        itemName = 'Green Bikini Bottom',
        dropChance = '0.8%',
        dropChanceAtLeastOne = '3.17%',
        amount = 1,
      },
      {
        itemName = 'Blue Bikini Bottom',
        dropChance = '0.8%',
        dropChanceAtLeastOne = '3.17%',
        amount = 1,
      },
      {
        itemName = 'Red Bikini Bottom',
        dropChance = '0.8%',
        dropChanceAtLeastOne = '3.17%',
        amount = 1,
      },
      {
        itemName = 'Octarine Key',
        dropChance = '0.64%',
        dropChanceAtLeastOne = '2.54%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  CityDungeonChest = {
    id = 519,
    rolls = {
      4,
      7,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Coral Wood',
        dropChance = '6.5%',
        dropChanceAtLeastOne = '30.91%',
        amount = {
          2,
          5,
        },
      },
      {
        itemName = 'Octarine Ore',
        dropChance = '6.5%',
        dropChanceAtLeastOne = '30.91%',
        amount = {
          3,
          4,
        },
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '6.5%',
        dropChanceAtLeastOne = '30.91%',
        amount = {
          2,
          3,
        },
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '6.5%',
        dropChanceAtLeastOne = '30.91%',
        amount = {
          2,
          3,
        },
      },
      {
        itemName = 'Bubble Pearl',
        dropChance = '1.3%',
        dropChanceAtLeastOne = '6.95%',
        amount = 1,
      },
      {
        itemName = 'Black Bubble Pearl',
        dropChance = '0.52%',
        dropChanceAtLeastOne = '2.83%',
        amount = 1,
      },
      {
        itemName = 'Sealed Beverage',
        dropChance = '6.5%',
        dropChanceAtLeastOne = '30.91%',
        amount = 1,
      },
      {
        itemName = 'Shark Tooth',
        dropChance = '6.5%',
        dropChanceAtLeastOne = '30.91%',
        amount = 1,
      },
      {
        itemName = 'Rusty Fishing Hook',
        dropChance = '10.4%',
        dropChanceAtLeastOne = '45.35%',
        amount = 1,
      },
      {
        itemName = 'Fizzy Crystal',
        dropChance = '1.95%',
        dropChanceAtLeastOne = '10.27%',
        amount = 1,
      },
      {
        itemName = 'Greater Healing Potion',
        dropChance = '6.5%',
        dropChanceAtLeastOne = '30.91%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Keen Potion',
        dropChance = '6.5%',
        dropChanceAtLeastOne = '30.91%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Guardian\'s Potion',
        dropChance = '3.25%',
        dropChanceAtLeastOne = '16.62%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Enrage Potion',
        dropChance = '6.5%',
        dropChanceAtLeastOne = '30.91%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Stoneskin Potion',
        dropChance = '6.5%',
        dropChanceAtLeastOne = '30.91%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Large Bomb',
        dropChance = '6.5%',
        dropChanceAtLeastOne = '30.91%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Tentacle Whip',
        dropChance = '1.95%',
        dropChanceAtLeastOne = '10.27%',
        amount = 1,
      },
      {
        itemName = 'Caveling ID',
        dropChance = '1.95%',
        dropChanceAtLeastOne = '10.27%',
        amount = 1,
      },
      {
        itemName = 'Sentry Shield',
        dropChance = '0.65%',
        dropChanceAtLeastOne = '3.52%',
        amount = 1,
      },
      {
        itemName = 'White Glass Ring',
        dropChance = '1.95%',
        dropChanceAtLeastOne = '10.27%',
        amount = 1,
      },
      {
        itemName = 'Septum Ring',
        dropChance = '1.3%',
        dropChanceAtLeastOne = '6.95%',
        amount = 1,
      },
      {
        itemName = 'Torc Necklace',
        dropChance = '1.3%',
        dropChanceAtLeastOne = '6.95%',
        amount = 1,
      },
      {
        itemName = 'Anchor Axe',
        dropChance = '0.65%',
        dropChanceAtLeastOne = '3.52%',
        amount = 1,
      },
      {
        itemName = 'Sentry Helm',
        dropChance = '0.26%',
        dropChanceAtLeastOne = '1.42%',
        amount = 1,
      },
      {
        itemName = 'Crystal Sphere',
        dropChance = '0.26%',
        dropChanceAtLeastOne = '1.42%',
        amount = 1,
      },
      {
        itemName = 'Luxurious Handmirror',
        dropChance = '0.26%',
        dropChanceAtLeastOne = '1.42%',
        amount = 1,
      },
      {
        itemName = 'Timeless Hourglass',
        dropChance = '0.26%',
        dropChanceAtLeastOne = '1.42%',
        amount = 1,
      },
      {
        itemName = 'Oracle Card "Inspiration"',
        dropChance = '0.26%',
        dropChanceAtLeastOne = '1.42%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  CityDestructible = {
    id = 520,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '24.39%',
        dropChanceAtLeastOne = '24.39%',
        amount = 1,
      },
      {
        itemName = 'Coral Wood',
        dropChance = '14.63%',
        dropChanceAtLeastOne = '14.63%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '14.63%',
        dropChanceAtLeastOne = '14.63%',
        amount = {
          2,
          3,
        },
      },
      {
        itemName = 'Octarine Ore',
        dropChance = '14.63%',
        dropChanceAtLeastOne = '14.63%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '3.9%',
        dropChanceAtLeastOne = '3.9%',
        amount = 1,
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '3.9%',
        dropChanceAtLeastOne = '3.9%',
        amount = 1,
      },
      {
        itemName = 'Sealed Beverage',
        dropChance = '2.44%',
        dropChanceAtLeastOne = '2.44%',
        amount = 1,
      },
      {
        itemName = 'Shark Tooth',
        dropChance = '2.44%',
        dropChanceAtLeastOne = '2.44%',
        amount = 1,
      },
      {
        itemName = 'Rusty Fishing Hook',
        dropChance = '3.9%',
        dropChanceAtLeastOne = '3.9%',
        amount = 1,
      },
      {
        itemName = 'Fizzy Crystal',
        dropChance = '0.73%',
        dropChanceAtLeastOne = '0.73%',
        amount = 1,
      },
      {
        itemName = 'Greater Healing Potion',
        dropChance = '2.44%',
        dropChanceAtLeastOne = '2.44%',
        amount = 1,
      },
      {
        itemName = 'Keen Potion',
        dropChance = '2.44%',
        dropChanceAtLeastOne = '2.44%',
        amount = 1,
      },
      {
        itemName = 'Guardian\'s Potion',
        dropChance = '1.22%',
        dropChanceAtLeastOne = '1.22%',
        amount = 1,
      },
      {
        itemName = 'Enrage Potion',
        dropChance = '2.44%',
        dropChanceAtLeastOne = '2.44%',
        amount = 1,
      },
      {
        itemName = 'Stoneskin Potion',
        dropChance = '2.44%',
        dropChanceAtLeastOne = '2.44%',
        amount = 1,
      },
      {
        itemName = 'Large Bomb',
        dropChance = '2.44%',
        dropChanceAtLeastOne = '2.44%',
        amount = 1,
      },
      {
        itemName = 'Timeless Hourglass',
        dropChance = '0.49%',
        dropChanceAtLeastOne = '0.49%',
        amount = 1,
      },
      {
        itemName = 'Screen Device',
        dropChance = '0.49%',
        dropChanceAtLeastOne = '0.49%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  LargeCityDestructible = {
    id = 521,
    rolls = {
      2,
      3,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '11.24%',
        dropChanceAtLeastOne = '25.77%',
        amount = 1,
      },
      {
        itemName = 'Coral Wood',
        dropChance = '16.85%',
        dropChanceAtLeastOne = '36.96%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '16.85%',
        dropChanceAtLeastOne = '36.96%',
        amount = {
          3,
          5,
        },
      },
      {
        itemName = 'Octarine Ore',
        dropChance = '16.85%',
        dropChanceAtLeastOne = '36.96%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '4.49%',
        dropChanceAtLeastOne = '10.86%',
        amount = 1,
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '4.49%',
        dropChanceAtLeastOne = '10.86%',
        amount = 1,
      },
      {
        itemName = 'Sealed Beverage',
        dropChance = '2.81%',
        dropChanceAtLeastOne = '6.88%',
        amount = 1,
      },
      {
        itemName = 'Shark Tooth',
        dropChance = '2.81%',
        dropChanceAtLeastOne = '6.88%',
        amount = 1,
      },
      {
        itemName = 'Rusty Fishing Hook',
        dropChance = '4.49%',
        dropChanceAtLeastOne = '10.86%',
        amount = 1,
      },
      {
        itemName = 'Fizzy Crystal',
        dropChance = '0.84%',
        dropChanceAtLeastOne = '2.09%',
        amount = 1,
      },
      {
        itemName = 'Greater Healing Potion',
        dropChance = '2.81%',
        dropChanceAtLeastOne = '6.88%',
        amount = 1,
      },
      {
        itemName = 'Keen Potion',
        dropChance = '2.81%',
        dropChanceAtLeastOne = '6.88%',
        amount = 1,
      },
      {
        itemName = 'Guardian\'s Potion',
        dropChance = '1.4%',
        dropChanceAtLeastOne = '3.47%',
        amount = 1,
      },
      {
        itemName = 'Enrage Potion',
        dropChance = '2.81%',
        dropChanceAtLeastOne = '6.88%',
        amount = 1,
      },
      {
        itemName = 'Stoneskin Potion',
        dropChance = '2.81%',
        dropChanceAtLeastOne = '6.88%',
        amount = 1,
      },
      {
        itemName = 'Large Bomb',
        dropChance = '2.81%',
        dropChanceAtLeastOne = '6.88%',
        amount = 1,
      },
      {
        itemName = 'White Glass Ring',
        dropChance = '0.56%',
        dropChanceAtLeastOne = '1.4%',
        amount = 1,
      },
      {
        itemName = 'Torc Necklace',
        dropChance = '0.56%',
        dropChanceAtLeastOne = '1.4%',
        amount = 1,
      },
      {
        itemName = 'Crystal Sphere',
        dropChance = '0.56%',
        dropChanceAtLeastOne = '1.4%',
        amount = 1,
      },
      {
        itemName = 'Luxurious Handmirror',
        dropChance = '0.56%',
        dropChanceAtLeastOne = '1.4%',
        amount = 1,
      },
      {
        itemName = 'Blue Glass Kalimba',
        dropChance = '0.56%',
        dropChanceAtLeastOne = '1.4%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  CavelingScholar = {
    id = 524,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '31.49%',
        dropChanceAtLeastOne = '31.49%',
        amount = 1,
      },
      {
        itemName = 'Urban Moss',
        dropChance = '4.79%',
        dropChanceAtLeastOne = '4.79%',
        amount = 1,
      },
      {
        itemName = 'Octarine Ore',
        dropChance = '13.69%',
        dropChanceAtLeastOne = '13.69%',
        amount = 1,
      },
      {
        itemName = 'Coral Wood',
        dropChance = '13.69%',
        dropChanceAtLeastOne = '13.69%',
        amount = 1,
      },
      {
        itemName = 'Scarlet Ore',
        dropChance = '6.84%',
        dropChanceAtLeastOne = '6.84%',
        amount = 1,
      },
      {
        itemName = 'Caveling Bread',
        dropChance = '6.84%',
        dropChanceAtLeastOne = '6.84%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '6.84%',
        dropChanceAtLeastOne = '6.84%',
        amount = 1,
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '6.84%',
        dropChanceAtLeastOne = '6.84%',
        amount = 1,
      },
      {
        itemName = 'Caveling Cup',
        dropChance = '0.68%',
        dropChanceAtLeastOne = '0.68%',
        amount = 1,
      },
      {
        itemName = 'Bent Fork',
        dropChance = '0.68%',
        dropChanceAtLeastOne = '0.68%',
        amount = 1,
      },
      {
        itemName = 'Scholar\'s Staff',
        dropChance = '2.05%',
        dropChanceAtLeastOne = '2.05%',
        amount = 1,
      },
      {
        itemName = 'Scholar\'s Hood',
        dropChance = '2.05%',
        dropChanceAtLeastOne = '2.05%',
        amount = 1,
      },
      {
        itemName = 'Scholar\'s Cloak',
        dropChance = '2.05%',
        dropChanceAtLeastOne = '2.05%',
        amount = 1,
      },
      {
        itemName = 'Septum Ring',
        dropChance = '0.55%',
        dropChanceAtLeastOne = '0.55%',
        amount = 1,
      },
      {
        itemName = 'Caveling Scholar Figurine',
        dropChance = '0.55%',
        dropChanceAtLeastOne = '0.55%',
        amount = 1,
      },
      {
        itemName = 'Oracle Card "Inspiration"',
        dropChance = '0.34%',
        dropChanceAtLeastOne = '0.34%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  AncientGolem = {
    id = 525,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '55.17%',
        dropChanceAtLeastOne = '55.17%',
        amount = 1,
      },
      {
        itemName = 'Urban Moss',
        dropChance = '5.08%',
        dropChanceAtLeastOne = '5.08%',
        amount = 1,
      },
      {
        itemName = 'Octarine Ore',
        dropChance = '14.52%',
        dropChanceAtLeastOne = '14.52%',
        amount = 1,
      },
      {
        itemName = 'Scarlet Ore',
        dropChance = '7.26%',
        dropChanceAtLeastOne = '7.26%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '7.26%',
        dropChanceAtLeastOne = '7.26%',
        amount = 1,
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '7.26%',
        dropChanceAtLeastOne = '7.26%',
        amount = 1,
      },
      {
        itemName = 'Processor Chip',
        dropChance = '0.73%',
        dropChanceAtLeastOne = '0.73%',
        amount = 1,
      },
      {
        itemName = 'Mechanical Arm',
        dropChance = '0.73%',
        dropChanceAtLeastOne = '0.73%',
        amount = 1,
      },
      {
        itemName = 'Core Sentry Figurine',
        dropChance = '0.44%',
        dropChanceAtLeastOne = '0.44%',
        amount = 1,
      },
      {
        itemName = 'Ancient Guardian Ring',
        dropChance = '0.73%',
        dropChanceAtLeastOne = '0.73%',
        amount = 1,
      },
      {
        itemName = 'Sentry Shield',
        dropChance = '0.73%',
        dropChanceAtLeastOne = '0.73%',
        amount = 1,
      },
      {
        itemName = 'Sentry Helm',
        dropChance = '0.11%',
        dropChanceAtLeastOne = '0.11%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  GalaxiteChest = {
    id = 284,
    rolls = {
      4,
      5,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Scrap Parts',
        dropChance = '12.33%',
        dropChanceAtLeastOne = '36.91%',
        amount = {
          3,
          5,
        },
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '12.33%',
        dropChanceAtLeastOne = '36.91%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Fiber',
        dropChance = '12.33%',
        dropChanceAtLeastOne = '36.91%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Octarine Bar',
        dropChance = '12.33%',
        dropChanceAtLeastOne = '36.91%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Galaxite Bar',
        dropChance = '12.33%',
        dropChanceAtLeastOne = '36.91%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Large Bomb',
        dropChance = '6.17%',
        dropChanceAtLeastOne = '19.97%',
        amount = {
          2,
          3,
        },
      },
      {
        itemName = 'Incense Bowl',
        dropChance = '6.17%',
        dropChanceAtLeastOne = '19.97%',
        amount = 1,
      },
      {
        itemName = 'Blue Glass Shard',
        dropChance = '6.17%',
        dropChanceAtLeastOne = '19.97%',
        amount = 1,
      },
      {
        itemName = 'Bag of Marbles',
        dropChance = '6.17%',
        dropChanceAtLeastOne = '19.97%',
        amount = 1,
      },
      {
        itemName = 'Ancient Makeup Set',
        dropChance = '6.17%',
        dropChanceAtLeastOne = '19.97%',
        amount = 1,
      },
      {
        itemName = 'Caveling Skull',
        dropChance = '6.17%',
        dropChanceAtLeastOne = '19.97%',
        amount = 1,
      },
      {
        itemName = 'Assassin Hood',
        dropChance = '0.12%',
        dropChanceAtLeastOne = '0.43%',
        amount = 1,
      },
      {
        itemName = 'Assassin Cloak',
        dropChance = '0.12%',
        dropChanceAtLeastOne = '0.43%',
        amount = 1,
      },
      {
        itemName = 'Nomad Necklace',
        dropChance = '0.12%',
        dropChanceAtLeastOne = '0.43%',
        amount = 1,
      },
      {
        itemName = 'Nomad Ring',
        dropChance = '0.12%',
        dropChanceAtLeastOne = '0.43%',
        amount = 1,
      },
      {
        itemName = 'Miner\'s Labour Suit',
        dropChance = '0.06%',
        dropChanceAtLeastOne = '0.22%',
        amount = 1,
      },
      {
        itemName = 'Miner\'s Worker Pants',
        dropChance = '0.06%',
        dropChanceAtLeastOne = '0.22%',
        amount = 1,
      },
      {
        itemName = 'Throwing Daggers',
        dropChance = '0.12%',
        dropChanceAtLeastOne = '0.43%',
        amount = 1,
      },
      {
        itemName = 'Paladin Mask',
        dropChance = '0.12%',
        dropChanceAtLeastOne = '0.43%',
        amount = 1,
      },
      {
        itemName = 'Paladin Harness',
        dropChance = '0.12%',
        dropChanceAtLeastOne = '0.43%',
        amount = 1,
      },
      {
        itemName = 'Paladin Pants',
        dropChance = '0.12%',
        dropChanceAtLeastOne = '0.43%',
        amount = 1,
      },
      {
        itemName = 'Bomb Ring',
        dropChance = '0.12%',
        dropChanceAtLeastOne = '0.43%',
        amount = 1,
      },
      {
        itemName = 'Bomb Scarab Mortar',
        dropChance = '0.12%',
        dropChanceAtLeastOne = '0.43%',
        amount = 1,
      },
    },
    guaranteedLoot = {
      {
        itemName = 'Assassin Hood',
        dropChance = '9.09%',
        amount = 1,
      },
      {
        itemName = 'Assassin Cloak',
        dropChance = '9.09%',
        amount = 1,
      },
      {
        itemName = 'Nomad Necklace',
        dropChance = '9.09%',
        amount = 1,
      },
      {
        itemName = 'Nomad Ring',
        dropChance = '9.09%',
        amount = 1,
      },
      {
        itemName = 'Miner\'s Labour Suit',
        dropChance = '4.55%',
        amount = 1,
      },
      {
        itemName = 'Miner\'s Worker Pants',
        dropChance = '4.55%',
        amount = 1,
      },
      {
        itemName = 'Throwing Daggers',
        dropChance = '9.09%',
        amount = 1,
      },
      {
        itemName = 'Paladin Mask',
        dropChance = '9.09%',
        amount = 1,
      },
      {
        itemName = 'Paladin Harness',
        dropChance = '9.09%',
        amount = 1,
      },
      {
        itemName = 'Paladin Pants',
        dropChance = '9.09%',
        amount = 1,
      },
      {
        itemName = 'Bomb Ring',
        dropChance = '9.09%',
        amount = 1,
      },
      {
        itemName = 'Bomb Scarab Mortar',
        dropChance = '9.09%',
        amount = 1,
      },
    },
  },
  CavelingAssassin = {
    id = 601,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '93.81%',
        dropChanceAtLeastOne = '93.81%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '1.88%',
        dropChanceAtLeastOne = '1.88%',
        amount = 1,
      },
      {
        itemName = 'Assassin Hood',
        dropChance = '0.94%',
        dropChanceAtLeastOne = '0.94%',
        amount = 1,
      },
      {
        itemName = 'Assassin Cloak',
        dropChance = '0.94%',
        dropChanceAtLeastOne = '0.94%',
        amount = 1,
      },
      {
        itemName = 'Concealed Blade',
        dropChance = '0.94%',
        dropChanceAtLeastOne = '0.94%',
        amount = 1,
      },
      {
        itemName = 'Throwing Daggers',
        dropChance = '0.94%',
        dropChanceAtLeastOne = '0.94%',
        amount = 1,
      },
      {
        itemName = 'Caveling Assassin Figurine',
        dropChance = '0.56%',
        dropChanceAtLeastOne = '0.56%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  BombScarab = {
    id = 600,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '38.17%',
        dropChanceAtLeastOne = '38.17%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '23.85%',
        dropChanceAtLeastOne = '23.85%',
        amount = 1,
      },
      {
        itemName = 'Galaxite Ore',
        dropChance = '23.85%',
        dropChanceAtLeastOne = '23.85%',
        amount = 1,
      },
      {
        itemName = 'Plume Ball',
        dropChance = '9.54%',
        dropChanceAtLeastOne = '9.54%',
        amount = 1,
      },
      {
        itemName = 'Bomb Ring',
        dropChance = '0.95%',
        dropChanceAtLeastOne = '0.95%',
        amount = 1,
      },
      {
        itemName = 'Bomb Scarab Mortar',
        dropChance = '0.95%',
        dropChanceAtLeastOne = '0.95%',
        amount = 1,
      },
      {
        itemName = 'Scarab Wingcover',
        dropChance = '1.91%',
        dropChanceAtLeastOne = '1.91%',
        amount = 1,
      },
      {
        itemName = 'Bomb Scarab Figurine',
        dropChance = '0.76%',
        dropChanceAtLeastOne = '0.76%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  DesertTempleDestructible = {
    id = 612,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '59.45%',
        dropChanceAtLeastOne = '59.45%',
        amount = 1,
      },
      {
        itemName = 'Octarine Ore',
        dropChance = '5.95%',
        dropChanceAtLeastOne = '5.95%',
        amount = 1,
      },
      {
        itemName = 'Galaxite Ore',
        dropChance = '5.95%',
        dropChanceAtLeastOne = '5.95%',
        amount = 1,
      },
      {
        itemName = 'Fiber',
        dropChance = '5.95%',
        dropChanceAtLeastOne = '5.95%',
        amount = 1,
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '1.19%',
        dropChanceAtLeastOne = '1.19%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '1.19%',
        dropChanceAtLeastOne = '1.19%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '2.97%',
        dropChanceAtLeastOne = '2.97%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Caveling Skull',
        dropChance = '4.16%',
        dropChanceAtLeastOne = '4.16%',
        amount = 1,
      },
      {
        itemName = 'Incense Bowl',
        dropChance = '4.16%',
        dropChanceAtLeastOne = '4.16%',
        amount = 1,
      },
      {
        itemName = 'Caveling Sandal',
        dropChance = '4.16%',
        dropChanceAtLeastOne = '4.16%',
        amount = 1,
      },
      {
        itemName = 'Plume Ball',
        dropChance = '4.16%',
        dropChanceAtLeastOne = '4.16%',
        amount = 1,
      },
      {
        itemName = 'Nomad Necklace',
        dropChance = '0.42%',
        dropChanceAtLeastOne = '0.42%',
        amount = 1,
      },
      {
        itemName = 'Ancient Golden Coin',
        dropChance = '0.3%',
        dropChanceAtLeastOne = '0.3%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  LargeDesertTempleDestructible = {
    id = 613,
    rolls = {
      3,
      4,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '4.2%',
        dropChanceAtLeastOne = '13.95%',
        amount = 1,
      },
      {
        itemName = 'Octarine Ore',
        dropChance = '21.01%',
        dropChanceAtLeastOne = '56.19%',
        amount = 1,
      },
      {
        itemName = 'Galaxite Ore',
        dropChance = '21.01%',
        dropChanceAtLeastOne = '56.19%',
        amount = 1,
      },
      {
        itemName = 'Fiber',
        dropChance = '21.01%',
        dropChanceAtLeastOne = '56.19%',
        amount = 1,
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '4.2%',
        dropChanceAtLeastOne = '13.95%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '4.2%',
        dropChanceAtLeastOne = '13.95%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '4.2%',
        dropChanceAtLeastOne = '13.95%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Caveling Skull',
        dropChance = '4.2%',
        dropChanceAtLeastOne = '13.95%',
        amount = 1,
      },
      {
        itemName = 'Blue Glass Shard',
        dropChance = '4.2%',
        dropChanceAtLeastOne = '13.95%',
        amount = 1,
      },
      {
        itemName = 'Caveling Sandal',
        dropChance = '4.2%',
        dropChanceAtLeastOne = '13.95%',
        amount = 1,
      },
      {
        itemName = 'Ancient Makeup Set',
        dropChance = '2.1%',
        dropChanceAtLeastOne = '7.16%',
        amount = 1,
      },
      {
        itemName = 'Plume Ball',
        dropChance = '4.2%',
        dropChanceAtLeastOne = '13.95%',
        amount = 1,
      },
      {
        itemName = 'Nomad Necklace',
        dropChance = '0.21%',
        dropChanceAtLeastOne = '0.73%',
        amount = 1,
      },
      {
        itemName = 'Nomad Ring',
        dropChance = '0.21%',
        dropChanceAtLeastOne = '0.73%',
        amount = 1,
      },
      {
        itemName = 'Paladin Mask',
        dropChance = '0.21%',
        dropChanceAtLeastOne = '0.73%',
        amount = 1,
      },
      {
        itemName = 'Paladin Harness',
        dropChance = '0.21%',
        dropChanceAtLeastOne = '0.73%',
        amount = 1,
      },
      {
        itemName = 'Paladin Pants',
        dropChance = '0.21%',
        dropChanceAtLeastOne = '0.73%',
        amount = 1,
      },
      {
        itemName = 'Ancient Golden Coin',
        dropChance = '0.21%',
        dropChanceAtLeastOne = '0.73%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  DesertDestructible = {
    id = 603,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '59.43%',
        dropChanceAtLeastOne = '59.43%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '3.96%',
        dropChanceAtLeastOne = '3.96%',
        amount = {
          2,
          3,
        },
      },
      {
        itemName = 'Dry Butterfly',
        dropChance = '0.32%',
        dropChanceAtLeastOne = '0.32%',
        amount = 1,
      },
      {
        itemName = 'Blue Glass Shard',
        dropChance = '0.32%',
        dropChanceAtLeastOne = '0.32%',
        amount = 1,
      },
      {
        itemName = 'Early Human Skull',
        dropChance = '0.32%',
        dropChanceAtLeastOne = '0.32%',
        amount = 1,
      },
      {
        itemName = 'Heart Berry Seed',
        dropChance = '5.94%',
        dropChanceAtLeastOne = '5.94%',
        amount = 1,
      },
      {
        itemName = 'Glow Tulip Seed',
        dropChance = '5.94%',
        dropChanceAtLeastOne = '5.94%',
        amount = 1,
      },
      {
        itemName = 'Bomb Pepper Seed',
        dropChance = '5.94%',
        dropChanceAtLeastOne = '5.94%',
        amount = 1,
      },
      {
        itemName = 'Bloat Oat Seed',
        dropChance = '5.94%',
        dropChanceAtLeastOne = '5.94%',
        amount = 1,
      },
      {
        itemName = 'Pewpaya Seed',
        dropChance = '5.94%',
        dropChanceAtLeastOne = '5.94%',
        amount = 1,
      },
      {
        itemName = 'Pinegrapple Seed',
        dropChance = '5.94%',
        dropChanceAtLeastOne = '5.94%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  LargeDesertDestructible = {
    id = 604,
    rolls = {
      2,
      3,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '22.66%',
        dropChanceAtLeastOne = '47.39%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '7.55%',
        dropChanceAtLeastOne = '17.83%',
        amount = {
          2,
          3,
        },
      },
      {
        itemName = 'Dry Butterfly',
        dropChance = '0.6%',
        dropChanceAtLeastOne = '1.5%',
        amount = 1,
      },
      {
        itemName = 'Blue Glass Shard',
        dropChance = '0.6%',
        dropChanceAtLeastOne = '1.5%',
        amount = 1,
      },
      {
        itemName = 'Early Human Skull',
        dropChance = '0.6%',
        dropChanceAtLeastOne = '1.5%',
        amount = 1,
      },
      {
        itemName = 'Heart Berry Seed',
        dropChance = '11.33%',
        dropChanceAtLeastOne = '25.96%',
        amount = 1,
      },
      {
        itemName = 'Glow Tulip Seed',
        dropChance = '11.33%',
        dropChanceAtLeastOne = '25.96%',
        amount = 1,
      },
      {
        itemName = 'Bomb Pepper Seed',
        dropChance = '11.33%',
        dropChanceAtLeastOne = '25.96%',
        amount = 1,
      },
      {
        itemName = 'Bloat Oat Seed',
        dropChance = '11.33%',
        dropChanceAtLeastOne = '25.96%',
        amount = 1,
      },
      {
        itemName = 'Pewpaya Seed',
        dropChance = '11.33%',
        dropChanceAtLeastOne = '25.96%',
        amount = 1,
      },
      {
        itemName = 'Pinegrapple Seed',
        dropChance = '11.33%',
        dropChanceAtLeastOne = '25.96%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  GreenDesertDestructible = {
    id = 605,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Scrap Parts',
        dropChance = '9.77%',
        dropChanceAtLeastOne = '9.77%',
        amount = {
          2,
          3,
        },
      },
      {
        itemName = 'Dry Butterfly',
        dropChance = '0.78%',
        dropChanceAtLeastOne = '0.78%',
        amount = 1,
      },
      {
        itemName = 'Blue Glass Shard',
        dropChance = '0.78%',
        dropChanceAtLeastOne = '0.78%',
        amount = 1,
      },
      {
        itemName = 'Early Human Skull',
        dropChance = '0.78%',
        dropChanceAtLeastOne = '0.78%',
        amount = 1,
      },
      {
        itemName = 'Heart Berry Seed',
        dropChance = '14.65%',
        dropChanceAtLeastOne = '14.65%',
        amount = 1,
      },
      {
        itemName = 'Glow Tulip Seed',
        dropChance = '14.65%',
        dropChanceAtLeastOne = '14.65%',
        amount = 1,
      },
      {
        itemName = 'Bomb Pepper Seed',
        dropChance = '14.65%',
        dropChanceAtLeastOne = '14.65%',
        amount = 1,
      },
      {
        itemName = 'Bloat Oat Seed',
        dropChance = '14.65%',
        dropChanceAtLeastOne = '14.65%',
        amount = 1,
      },
      {
        itemName = 'Pewpaya Seed',
        dropChance = '14.65%',
        dropChanceAtLeastOne = '14.65%',
        amount = 1,
      },
      {
        itemName = 'Pinegrapple Seed',
        dropChance = '14.65%',
        dropChanceAtLeastOne = '14.65%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  GreenLargeDesertDestructible = {
    id = 606,
    rolls = {
      2,
      3,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Scrap Parts',
        dropChance = '9.67%',
        dropChanceAtLeastOne = '22.45%',
        amount = {
          2,
          3,
        },
      },
      {
        itemName = 'Dry Butterfly',
        dropChance = '0.77%',
        dropChanceAtLeastOne = '1.92%',
        amount = 1,
      },
      {
        itemName = 'Blue Glass Shard',
        dropChance = '0.77%',
        dropChanceAtLeastOne = '1.92%',
        amount = 1,
      },
      {
        itemName = 'Early Human Skull',
        dropChance = '0.77%',
        dropChanceAtLeastOne = '1.92%',
        amount = 1,
      },
      {
        itemName = 'Heart Berry Seed',
        dropChance = '14.51%',
        dropChanceAtLeastOne = '32.42%',
        amount = 1,
      },
      {
        itemName = 'Glow Tulip Seed',
        dropChance = '14.51%',
        dropChanceAtLeastOne = '32.42%',
        amount = 1,
      },
      {
        itemName = 'Bomb Pepper Seed',
        dropChance = '14.51%',
        dropChanceAtLeastOne = '32.42%',
        amount = 1,
      },
      {
        itemName = 'Bloat Oat Seed',
        dropChance = '14.51%',
        dropChanceAtLeastOne = '32.42%',
        amount = 1,
      },
      {
        itemName = 'Pewpaya Seed',
        dropChance = '14.51%',
        dropChanceAtLeastOne = '32.42%',
        amount = 1,
      },
      {
        itemName = 'Pinegrapple Seed',
        dropChance = '14.51%',
        dropChanceAtLeastOne = '32.42%',
        amount = 1,
      },
      {
        itemName = 'Bone Necklace',
        dropChance = '0.48%',
        dropChanceAtLeastOne = '1.2%',
        amount = 1,
      },
      {
        itemName = 'Bone Ring',
        dropChance = '0.48%',
        dropChanceAtLeastOne = '1.2%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  ScarabBoss = {
    id = 607,
    rolls = {
      5,
      7,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Ancient Gemstone',
        dropChance = '47.96%',
        dropChanceAtLeastOne = '96.18%',
        amount = 1,
      },
      {
        itemName = 'Galaxite Ore',
        dropChance = '40.77%',
        dropChanceAtLeastOne = '92.71%',
        amount = {
          2,
          5,
        },
      },
      {
        itemName = 'Crystal Spearhead',
        dropChance = '4.8%',
        dropChanceAtLeastOne = '21.79%',
        amount = 1,
      },
      {
        itemName = 'Desert Diamond',
        dropChance = '1.2%',
        dropChanceAtLeastOne = '5.85%',
        amount = 1,
      },
      {
        itemName = 'Ring of Sand',
        dropChance = '0.24%',
        dropChanceAtLeastOne = '1.19%',
        amount = 1,
      },
      {
        itemName = 'Ra-Akar\'s Necklace',
        dropChance = '1.2%',
        dropChanceAtLeastOne = '5.85%',
        amount = 1,
      },
      {
        itemName = 'Scarab Visor',
        dropChance = '1.2%',
        dropChanceAtLeastOne = '5.85%',
        amount = 1,
      },
      {
        itemName = 'Scarab Harness',
        dropChance = '1.2%',
        dropChanceAtLeastOne = '5.85%',
        amount = 1,
      },
      {
        itemName = 'Scarab Legs',
        dropChance = '1.2%',
        dropChanceAtLeastOne = '5.85%',
        amount = 1,
      },
      {
        itemName = 'Ra-Akar Figurine',
        dropChance = '0.24%',
        dropChanceAtLeastOne = '1.19%',
        amount = 1,
      },
    },
    guaranteedLoot = {
      {
        itemName = 'Ra-Akar\'s Necklace',
        dropChance = '25%',
        amount = 1,
      },
      {
        itemName = 'Scarab Visor',
        dropChance = '25%',
        amount = 1,
      },
      {
        itemName = 'Scarab Harness',
        dropChance = '25%',
        amount = 1,
      },
      {
        itemName = 'Scarab Legs',
        dropChance = '25%',
        amount = 1,
      },
    },
  },
  DesertDungeonChest = {
    id = 614,
    rolls = {
      3,
      6,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Torch',
        dropChance = '29.88%',
        dropChanceAtLeastOne = '79.75%',
        amount = {
          2,
          5,
        },
      },
      {
        itemName = 'Fiber',
        dropChance = '6.1%',
        dropChanceAtLeastOne = '24.66%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Wood',
        dropChance = '6.1%',
        dropChanceAtLeastOne = '24.66%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '6.1%',
        dropChanceAtLeastOne = '24.66%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Galaxite Bar',
        dropChance = '12.2%',
        dropChanceAtLeastOne = '44.3%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Octarine Bar',
        dropChance = '6.1%',
        dropChanceAtLeastOne = '24.66%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Gold Bar',
        dropChance = '3.05%',
        dropChanceAtLeastOne = '13.01%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Greater Healing Potion',
        dropChance = '3.05%',
        dropChanceAtLeastOne = '13.01%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Guardian\'s Potion',
        dropChance = '3.05%',
        dropChanceAtLeastOne = '13.01%',
        amount = 1,
      },
      {
        itemName = 'Keen Potion',
        dropChance = '3.05%',
        dropChanceAtLeastOne = '13.01%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Poison Aid Potion',
        dropChance = '3.05%',
        dropChanceAtLeastOne = '13.01%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Bomb',
        dropChance = '6.1%',
        dropChanceAtLeastOne = '24.66%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Large Bomb',
        dropChance = '1.83%',
        dropChanceAtLeastOne = '7.97%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Nomad Necklace',
        dropChance = '0.91%',
        dropChanceAtLeastOne = '4.05%',
        amount = 1,
      },
      {
        itemName = 'Bone Necklace',
        dropChance = '0.91%',
        dropChanceAtLeastOne = '4.05%',
        amount = 1,
      },
      {
        itemName = 'Nomad Ring',
        dropChance = '0.91%',
        dropChanceAtLeastOne = '4.05%',
        amount = 1,
      },
      {
        itemName = 'Bone Ring',
        dropChance = '0.91%',
        dropChanceAtLeastOne = '4.05%',
        amount = 1,
      },
      {
        itemName = 'Paladin Mask',
        dropChance = '0.91%',
        dropChanceAtLeastOne = '4.05%',
        amount = 1,
      },
      {
        itemName = 'Paladin Harness',
        dropChance = '0.91%',
        dropChanceAtLeastOne = '4.05%',
        amount = 1,
      },
      {
        itemName = 'Paladin Pants',
        dropChance = '0.91%',
        dropChanceAtLeastOne = '4.05%',
        amount = 1,
      },
      {
        itemName = 'Concealed Blade',
        dropChance = '0.61%',
        dropChanceAtLeastOne = '2.71%',
        amount = 1,
      },
      {
        itemName = 'Throwing Daggers',
        dropChance = '0.3%',
        dropChanceAtLeastOne = '1.36%',
        amount = 1,
      },
      {
        itemName = 'Early Human Skull',
        dropChance = '1.22%',
        dropChanceAtLeastOne = '5.37%',
        amount = 1,
      },
      {
        itemName = 'Incense Bowl',
        dropChance = '0.61%',
        dropChanceAtLeastOne = '2.71%',
        amount = 1,
      },
      {
        itemName = 'Ancient Makeup Set',
        dropChance = '0.3%',
        dropChanceAtLeastOne = '1.36%',
        amount = 1,
      },
      {
        itemName = 'Bag of Marbles',
        dropChance = '0.3%',
        dropChanceAtLeastOne = '1.36%',
        amount = 1,
      },
      {
        itemName = 'Plume Ball',
        dropChance = '0.3%',
        dropChanceAtLeastOne = '1.36%',
        amount = 1,
      },
      {
        itemName = 'Galaxite Key',
        dropChance = '0.3%',
        dropChanceAtLeastOne = '1.36%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  DesertFishes = {
    id = 616,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Solid Spikeback',
        dropChance = '26.32%',
        dropChanceAtLeastOne = '26.32%',
        amount = 1,
      },
      {
        itemName = 'Sandy Spikeback',
        dropChance = '26.32%',
        dropChanceAtLeastOne = '26.32%',
        amount = 1,
      },
      {
        itemName = 'Brown Dune Tail',
        dropChance = '18.8%',
        dropChanceAtLeastOne = '18.8%',
        amount = 1,
      },
      {
        itemName = 'Grey Dune Tail',
        dropChance = '18.8%',
        dropChanceAtLeastOne = '18.8%',
        amount = 1,
      },
      {
        itemName = 'Tornis Kingfish',
        dropChance = '9.77%',
        dropChanceAtLeastOne = '9.77%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  DesertFishingLoot = {
    id = 617,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Flesh Kelp',
        dropChance = '17.84%',
        dropChanceAtLeastOne = '17.84%',
        amount = 1,
      },
      {
        itemName = 'Galaxite Ore',
        dropChance = '19.01%',
        dropChanceAtLeastOne = '19.01%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '14.62%',
        dropChanceAtLeastOne = '14.62%',
        amount = 1,
      },
      {
        itemName = 'Fiber',
        dropChance = '14.62%',
        dropChanceAtLeastOne = '14.62%',
        amount = 1,
      },
      {
        itemName = 'Gold Ore',
        dropChance = '7.31%',
        dropChanceAtLeastOne = '7.31%',
        amount = 1,
      },
      {
        itemName = 'Ancient Fishing Hook',
        dropChance = '7.31%',
        dropChanceAtLeastOne = '7.31%',
        amount = 1,
      },
      {
        itemName = 'Broken Gourd',
        dropChance = '7.31%',
        dropChanceAtLeastOne = '7.31%',
        amount = 1,
      },
      {
        itemName = 'Broken Toy Ship',
        dropChance = '2.92%',
        dropChanceAtLeastOne = '2.92%',
        amount = 1,
      },
      {
        itemName = 'Kingfish Scale',
        dropChance = '1.46%',
        dropChanceAtLeastOne = '1.46%',
        amount = 1,
      },
      {
        itemName = 'Noble Ring',
        dropChance = '1.46%',
        dropChanceAtLeastOne = '1.46%',
        amount = 1,
      },
      {
        itemName = 'Double Ring',
        dropChance = '1.02%',
        dropChanceAtLeastOne = '1.02%',
        amount = 1,
      },
      {
        itemName = 'Oracle Card "Temperance"',
        dropChance = '1.02%',
        dropChanceAtLeastOne = '1.02%',
        amount = 1,
      },
      {
        itemName = 'Galaxite Key',
        dropChance = '2.05%',
        dropChanceAtLeastOne = '2.05%',
        amount = 1,
      },
      {
        itemName = 'Locked Galaxite Chest',
        dropChance = '2.05%',
        dropChanceAtLeastOne = '2.05%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  DiggingSpotDesert = {
    id = 54,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Wood',
        dropChance = '17.7%',
        dropChanceAtLeastOne = '17.7%',
        amount = 1,
      },
      {
        itemName = 'Galaxite Ore',
        dropChance = '8.85%',
        dropChanceAtLeastOne = '8.85%',
        amount = 1,
      },
      {
        itemName = 'Early Human Skull',
        dropChance = '17.7%',
        dropChanceAtLeastOne = '17.7%',
        amount = 1,
      },
      {
        itemName = 'Blue Glass Shard',
        dropChance = '17.7%',
        dropChanceAtLeastOne = '17.7%',
        amount = 1,
      },
      {
        itemName = 'Caveling Sandal',
        dropChance = '17.7%',
        dropChanceAtLeastOne = '17.7%',
        amount = 1,
      },
      {
        itemName = 'Crystal Spearhead',
        dropChance = '4.42%',
        dropChanceAtLeastOne = '4.42%',
        amount = 1,
      },
      {
        itemName = 'Desert Diamond',
        dropChance = '4.42%',
        dropChanceAtLeastOne = '4.42%',
        amount = 1,
      },
      {
        itemName = 'Black Desert Diamond',
        dropChance = '0.88%',
        dropChanceAtLeastOne = '0.88%',
        amount = 1,
      },
      {
        itemName = 'Bone Necklace',
        dropChance = '3.54%',
        dropChanceAtLeastOne = '3.54%',
        amount = 1,
      },
      {
        itemName = 'Bone Ring',
        dropChance = '3.54%',
        dropChanceAtLeastOne = '3.54%',
        amount = 1,
      },
      {
        itemName = 'Oracle Card "Radiance"',
        dropChance = '0.88%',
        dropChanceAtLeastOne = '0.88%',
        amount = 1,
      },
      {
        itemName = 'Prehistoric Crystal Spear',
        dropChance = '2.65%',
        dropChanceAtLeastOne = '2.65%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  LavaButterfly = {
    id = 602,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '96.34%',
        dropChanceAtLeastOne = '96.34%',
        amount = 1,
      },
      {
        itemName = 'Flame Necklace',
        dropChance = '0.96%',
        dropChanceAtLeastOne = '0.96%',
        amount = 1,
      },
      {
        itemName = 'Melting Lava Wing',
        dropChance = '1.93%',
        dropChanceAtLeastOne = '1.93%',
        amount = 1,
      },
      {
        itemName = 'Lava Butterfly Figurine',
        dropChance = '0.77%',
        dropChanceAtLeastOne = '0.77%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  LavaSlimeBlob = {
    id = 608,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '46.81%',
        dropChanceAtLeastOne = '46.81%',
        amount = 1,
      },
      {
        itemName = 'Magma Slime',
        dropChance = '48.01%',
        dropChanceAtLeastOne = '48.01%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '2.4%',
        dropChanceAtLeastOne = '2.4%',
        amount = 1,
      },
      {
        itemName = 'Flame Ring',
        dropChance = '0.96%',
        dropChanceAtLeastOne = '0.96%',
        amount = 1,
      },
      {
        itemName = 'Lava Slime Figurine',
        dropChance = '0.38%',
        dropChanceAtLeastOne = '0.38%',
        amount = 1,
      },
      {
        itemName = 'Crown Summoning Idol',
        dropChance = '0.24%',
        dropChanceAtLeastOne = '0.24%',
        amount = 1,
      },
      {
        itemName = 'Galaxite Key',
        dropChance = '1.2%',
        dropChanceAtLeastOne = '1.2%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  LavaWoodenDestructible = {
    id = 610,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '60.57%',
        dropChanceAtLeastOne = '60.57%',
        amount = 1,
      },
      {
        itemName = 'Ancient Coin',
        dropChance = '6.06%',
        dropChanceAtLeastOne = '6.06%',
        amount = {
          3,
          5,
        },
      },
      {
        itemName = 'Octarine Ore',
        dropChance = '6.06%',
        dropChanceAtLeastOne = '6.06%',
        amount = 1,
      },
      {
        itemName = 'Galaxite Ore',
        dropChance = '6.06%',
        dropChanceAtLeastOne = '6.06%',
        amount = 1,
      },
      {
        itemName = 'Fiber',
        dropChance = '6.06%',
        dropChanceAtLeastOne = '6.06%',
        amount = 1,
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '1.21%',
        dropChanceAtLeastOne = '1.21%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '1.21%',
        dropChanceAtLeastOne = '1.21%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '3.03%',
        dropChanceAtLeastOne = '3.03%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Charred Caveling Skull',
        dropChance = '4.24%',
        dropChanceAtLeastOne = '4.24%',
        amount = 1,
      },
      {
        itemName = 'Pickaxe Head',
        dropChance = '4.24%',
        dropChanceAtLeastOne = '4.24%',
        amount = 1,
      },
      {
        itemName = 'Flame Ring',
        dropChance = '0.42%',
        dropChanceAtLeastOne = '0.42%',
        amount = 1,
      },
      {
        itemName = 'Nomad Necklace',
        dropChance = '0.42%',
        dropChanceAtLeastOne = '0.42%',
        amount = 1,
      },
      {
        itemName = 'Oracle Card "Endurance"',
        dropChance = '0.42%',
        dropChanceAtLeastOne = '0.42%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  LargeLavaWoodenDestructible = {
    id = 611,
    rolls = {
      3,
      4,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Nothing',
        dropChance = '3.98%',
        dropChanceAtLeastOne = '13.24%',
        amount = 1,
      },
      {
        itemName = 'Ancient Coin',
        dropChance = '13.92%',
        dropChanceAtLeastOne = '40.81%',
        amount = {
          3,
          5,
        },
      },
      {
        itemName = 'Octarine Ore',
        dropChance = '19.88%',
        dropChanceAtLeastOne = '53.97%',
        amount = 1,
      },
      {
        itemName = 'Galaxite Ore',
        dropChance = '19.88%',
        dropChanceAtLeastOne = '53.97%',
        amount = 1,
      },
      {
        itemName = 'Fiber',
        dropChance = '19.88%',
        dropChanceAtLeastOne = '53.97%',
        amount = 1,
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '3.98%',
        dropChanceAtLeastOne = '13.24%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '3.98%',
        dropChanceAtLeastOne = '13.24%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '3.98%',
        dropChanceAtLeastOne = '13.24%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Charred Caveling Skull',
        dropChance = '3.98%',
        dropChanceAtLeastOne = '13.24%',
        amount = 1,
      },
      {
        itemName = 'Pickaxe Head',
        dropChance = '3.98%',
        dropChanceAtLeastOne = '13.24%',
        amount = 1,
      },
      {
        itemName = 'Worker Handcuff',
        dropChance = '1.99%',
        dropChanceAtLeastOne = '6.79%',
        amount = 1,
      },
      {
        itemName = 'Black Necklace',
        dropChance = '0.2%',
        dropChanceAtLeastOne = '0.69%',
        amount = 1,
      },
      {
        itemName = 'Flame Ring',
        dropChance = '0.2%',
        dropChanceAtLeastOne = '0.69%',
        amount = 1,
      },
      {
        itemName = 'Nomad Ring',
        dropChance = '0.2%',
        dropChanceAtLeastOne = '0.69%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  LavaSlimeBoss = {
    id = 609,
    rolls = {
      5,
      7,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Magma Slime',
        dropChance = '46.9%',
        dropChanceAtLeastOne = '95.78%',
        amount = {
          8,
          10,
        },
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '23.45%',
        dropChanceAtLeastOne = '73.72%',
        amount = {
          2,
          3,
        },
      },
      {
        itemName = 'Galaxite Ore',
        dropChance = '23.45%',
        dropChanceAtLeastOne = '73.72%',
        amount = {
          2,
          5,
        },
      },
      {
        itemName = 'Cipher Parchment',
        dropChance = '1.88%',
        dropChanceAtLeastOne = '9.04%',
        amount = 1,
      },
      {
        itemName = 'Magma Horn Armor',
        dropChance = '0.94%',
        dropChanceAtLeastOne = '4.6%',
        amount = 1,
      },
      {
        itemName = 'Magma Torso Armor',
        dropChance = '0.94%',
        dropChanceAtLeastOne = '4.6%',
        amount = 1,
      },
      {
        itemName = 'Magma Shin Armor',
        dropChance = '0.94%',
        dropChanceAtLeastOne = '4.6%',
        amount = 1,
      },
      {
        itemName = 'Scorching Aegis',
        dropChance = '0.94%',
        dropChanceAtLeastOne = '4.6%',
        amount = 1,
      },
      {
        itemName = 'Burnzooka',
        dropChance = '0.47%',
        dropChanceAtLeastOne = '2.32%',
        amount = 1,
      },
      {
        itemName = 'Igneous Figurine',
        dropChance = '0.09%',
        dropChanceAtLeastOne = '0.47%',
        amount = 1,
      },
    },
    guaranteedLoot = {
      {
        itemName = 'Magma Horn Armor',
        dropChance = '22.22%',
        amount = 1,
      },
      {
        itemName = 'Magma Torso Armor',
        dropChance = '22.22%',
        amount = 1,
      },
      {
        itemName = 'Magma Shin Armor',
        dropChance = '22.22%',
        amount = 1,
      },
      {
        itemName = 'Scorching Aegis',
        dropChance = '22.22%',
        amount = 1,
      },
      {
        itemName = 'Burnzooka',
        dropChance = '11.11%',
        amount = 1,
      },
    },
  },
  LavaDungeonChest = {
    id = 615,
    rolls = {
      3,
      6,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Torch',
        dropChance = '14.29%',
        dropChanceAtLeastOne = '50.03%',
        amount = {
          2,
          5,
        },
      },
      {
        itemName = 'Fiber',
        dropChance = '14.29%',
        dropChanceAtLeastOne = '50.03%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Mechanical Part',
        dropChance = '7.14%',
        dropChanceAtLeastOne = '28.36%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Galaxite Bar',
        dropChance = '14.29%',
        dropChanceAtLeastOne = '50.03%',
        amount = {
          2,
          4,
        },
      },
      {
        itemName = 'Octarine Bar',
        dropChance = '7.14%',
        dropChanceAtLeastOne = '28.36%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Scarlet Bar',
        dropChance = '5%',
        dropChanceAtLeastOne = '20.61%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Gold Bar',
        dropChance = '3.57%',
        dropChanceAtLeastOne = '15.1%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Greater Healing Potion',
        dropChance = '3.57%',
        dropChanceAtLeastOne = '15.1%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Guardian\'s Potion',
        dropChance = '3.57%',
        dropChanceAtLeastOne = '15.1%',
        amount = 1,
      },
      {
        itemName = 'Keen Potion',
        dropChance = '3.57%',
        dropChanceAtLeastOne = '15.1%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Poison Aid Potion',
        dropChance = '3.57%',
        dropChanceAtLeastOne = '15.1%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Large Bomb',
        dropChance = '2.14%',
        dropChanceAtLeastOne = '9.29%',
        amount = {
          1,
          3,
        },
      },
      {
        itemName = 'Flame Necklace',
        dropChance = '1.43%',
        dropChanceAtLeastOne = '6.27%',
        amount = 1,
      },
      {
        itemName = 'Black Necklace',
        dropChance = '1.43%',
        dropChanceAtLeastOne = '6.27%',
        amount = 1,
      },
      {
        itemName = 'Lava Battle Axe',
        dropChance = '1.43%',
        dropChanceAtLeastOne = '6.27%',
        amount = 1,
      },
      {
        itemName = 'Miner\'s Labour Suit',
        dropChance = '1.07%',
        dropChanceAtLeastOne = '4.73%',
        amount = 1,
      },
      {
        itemName = 'Miner\'s Worker Pants',
        dropChance = '1.07%',
        dropChanceAtLeastOne = '4.73%',
        amount = 1,
      },
      {
        itemName = 'Black Ring',
        dropChance = '0.71%',
        dropChanceAtLeastOne = '3.17%',
        amount = 1,
      },
      {
        itemName = 'Miner\'s Protective Helm',
        dropChance = '0.71%',
        dropChanceAtLeastOne = '3.17%',
        amount = 1,
      },
      {
        itemName = 'Smithing Glove',
        dropChance = '1.43%',
        dropChanceAtLeastOne = '6.27%',
        amount = 1,
      },
      {
        itemName = 'Charred Caveling Skull',
        dropChance = '2.14%',
        dropChanceAtLeastOne = '9.29%',
        amount = 1,
      },
      {
        itemName = 'Pickaxe Head',
        dropChance = '2.14%',
        dropChanceAtLeastOne = '9.29%',
        amount = 1,
      },
      {
        itemName = 'Worker Handcuff',
        dropChance = '2.14%',
        dropChanceAtLeastOne = '9.29%',
        amount = 1,
      },
      {
        itemName = 'Burnzooka',
        dropChance = '0.71%',
        dropChanceAtLeastOne = '3.17%',
        amount = 1,
      },
      {
        itemName = 'Recall Idol',
        dropChance = '0.71%',
        dropChanceAtLeastOne = '3.17%',
        amount = 1,
      },
      {
        itemName = 'Galaxite Key',
        dropChance = '0.71%',
        dropChanceAtLeastOne = '3.17%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  LavaFishes = {
    id = 618,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Dark Lava Eater',
        dropChance = '28.17%',
        dropChanceAtLeastOne = '28.17%',
        amount = 1,
      },
      {
        itemName = 'Bright Lava Eater',
        dropChance = '28.17%',
        dropChanceAtLeastOne = '28.17%',
        amount = 1,
      },
      {
        itemName = 'Elder Dragonfish',
        dropChance = '18.78%',
        dropChanceAtLeastOne = '18.78%',
        amount = 1,
      },
      {
        itemName = 'Verdant Dragonfish',
        dropChance = '18.78%',
        dropChanceAtLeastOne = '18.78%',
        amount = 1,
      },
      {
        itemName = 'Starlight Nautilus',
        dropChance = '6.1%',
        dropChanceAtLeastOne = '6.1%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  LavaFishingLoot = {
    id = 619,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Dark Blue Kelp',
        dropChance = '22.26%',
        dropChanceAtLeastOne = '22.26%',
        amount = 1,
      },
      {
        itemName = 'Scrap Parts',
        dropChance = '17.67%',
        dropChanceAtLeastOne = '17.67%',
        amount = 1,
      },
      {
        itemName = 'Galaxite Ore',
        dropChance = '22.97%',
        dropChanceAtLeastOne = '22.97%',
        amount = 1,
      },
      {
        itemName = 'Gold Ore',
        dropChance = '8.83%',
        dropChanceAtLeastOne = '8.83%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gemstone',
        dropChance = '8.83%',
        dropChanceAtLeastOne = '8.83%',
        amount = 1,
      },
      {
        itemName = 'Ancient Fishing Hook',
        dropChance = '8.83%',
        dropChanceAtLeastOne = '8.83%',
        amount = 1,
      },
      {
        itemName = 'Fusion Alloy',
        dropChance = '3.53%',
        dropChanceAtLeastOne = '3.53%',
        amount = 1,
      },
      {
        itemName = 'Starlight Shards',
        dropChance = '0.88%',
        dropChanceAtLeastOne = '0.88%',
        amount = 1,
      },
      {
        itemName = 'Miner\'s Protective Helm',
        dropChance = '0.53%',
        dropChanceAtLeastOne = '0.53%',
        amount = 1,
      },
      {
        itemName = 'Fusioned Chunk Necklace',
        dropChance = '1.06%',
        dropChanceAtLeastOne = '1.06%',
        amount = 1,
      },
      {
        itemName = 'Core Iris',
        dropChance = '0.35%',
        dropChanceAtLeastOne = '0.35%',
        amount = 1,
      },
      {
        itemName = 'Galaxite Key',
        dropChance = '2.12%',
        dropChanceAtLeastOne = '2.12%',
        amount = 1,
      },
      {
        itemName = 'Locked Galaxite Chest',
        dropChance = '2.12%',
        dropChanceAtLeastOne = '2.12%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  DiggingSpotLava = {
    id = 55,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Charred Caveling Skull',
        dropChance = '27.62%',
        dropChanceAtLeastOne = '27.62%',
        amount = 1,
      },
      {
        itemName = 'Worker Handcuff',
        dropChance = '27.62%',
        dropChanceAtLeastOne = '27.62%',
        amount = 1,
      },
      {
        itemName = 'Pickaxe Head',
        dropChance = '27.62%',
        dropChanceAtLeastOne = '27.62%',
        amount = 1,
      },
      {
        itemName = 'Black Necklace',
        dropChance = '2.76%',
        dropChanceAtLeastOne = '2.76%',
        amount = 1,
      },
      {
        itemName = 'Flame Ring',
        dropChance = '2.76%',
        dropChanceAtLeastOne = '2.76%',
        amount = 1,
      },
      {
        itemName = 'Black Ring',
        dropChance = '2.76%',
        dropChanceAtLeastOne = '2.76%',
        amount = 1,
      },
      {
        itemName = 'Miner\'s Labour Suit',
        dropChance = '2.76%',
        dropChanceAtLeastOne = '2.76%',
        amount = 1,
      },
      {
        itemName = 'Miner\'s Worker Pants',
        dropChance = '2.76%',
        dropChanceAtLeastOne = '2.76%',
        amount = 1,
      },
      {
        itemName = 'Recall Idol',
        dropChance = '2.76%',
        dropChanceAtLeastOne = '2.76%',
        amount = 1,
      },
      {
        itemName = 'Galaxite Key',
        dropChance = '0.55%',
        dropChanceAtLeastOne = '0.55%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  ArcheologistWallLoot = {
    id = 350,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Early Human Skull',
        dropChance = '21.05%',
        dropChanceAtLeastOne = '21.05%',
        amount = 1,
      },
      {
        itemName = 'Old Journal',
        dropChance = '21.05%',
        dropChanceAtLeastOne = '21.05%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gem Plate',
        dropChance = '10.53%',
        dropChanceAtLeastOne = '10.53%',
        amount = 1,
      },
      {
        itemName = 'Antique Board Game',
        dropChance = '10.53%',
        dropChanceAtLeastOne = '10.53%',
        amount = 1,
      },
      {
        itemName = 'Music Bowl',
        dropChance = '10.53%',
        dropChanceAtLeastOne = '10.53%',
        amount = 1,
      },
      {
        itemName = 'Seismic Clock',
        dropChance = '10.53%',
        dropChanceAtLeastOne = '10.53%',
        amount = 1,
      },
      {
        itemName = 'Golden Caveling Mask',
        dropChance = '5.26%',
        dropChanceAtLeastOne = '5.26%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gem Ring',
        dropChance = '5.26%',
        dropChanceAtLeastOne = '5.26%',
        amount = 1,
      },
      {
        itemName = 'Ancient Gem Necklace',
        dropChance = '5.26%',
        dropChanceAtLeastOne = '5.26%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  HalloweenGoodieBag = {
    id = 527,
    rolls = {
      2,
      3,
    },
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Chewy Cone Candy',
        dropChance = '26.19%',
        dropChanceAtLeastOne = '53.2%',
        amount = 1,
      },
      {
        itemName = 'Spooky Pop Candy',
        dropChance = '26.19%',
        dropChanceAtLeastOne = '53.2%',
        amount = 1,
      },
      {
        itemName = 'Evil Eye Candy',
        dropChance = '26.19%',
        dropChanceAtLeastOne = '53.2%',
        amount = 1,
      },
      {
        itemName = 'Grumpkin Seed',
        dropChance = '13.23%',
        dropChanceAtLeastOne = '29.86%',
        amount = 1,
      },
      {
        itemName = 'Pumpkin Lantern',
        dropChance = '1.85%',
        dropChanceAtLeastOne = '4.57%',
        amount = 1,
      },
      {
        itemName = 'Spooky Blanket Hood',
        dropChance = '1.32%',
        dropChanceAtLeastOne = '3.27%',
        amount = 1,
      },
      {
        itemName = 'Spooky Blanket Cape',
        dropChance = '1.32%',
        dropChanceAtLeastOne = '3.27%',
        amount = 1,
      },
      {
        itemName = 'Pumpkin Head',
        dropChance = '0.79%',
        dropChanceAtLeastOne = '1.97%',
        amount = 1,
      },
      {
        itemName = 'Frankenbrute Head',
        dropChance = '0.79%',
        dropChanceAtLeastOne = '1.97%',
        amount = 1,
      },
      {
        itemName = 'Dracularva Cape',
        dropChance = '0.79%',
        dropChanceAtLeastOne = '1.97%',
        amount = 1,
      },
      {
        itemName = 'Haunted Hive Mother Summoning Idol',
        dropChance = '1.32%',
        dropChanceAtLeastOne = '3.27%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  ChristmasPresent = {
    id = 528,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Fruit Bread',
        dropChance = '13.16%',
        dropChanceAtLeastOne = '13.16%',
        amount = 1,
      },
      {
        itemName = 'Hot Chocolate',
        dropChance = '13.16%',
        dropChanceAtLeastOne = '13.16%',
        amount = 1,
      },
      {
        itemName = 'Winter Cookies',
        dropChance = '13.16%',
        dropChanceAtLeastOne = '13.16%',
        amount = 1,
      },
      {
        itemName = 'Winter Wreath Wall Decoration',
        dropChance = '6.58%',
        dropChanceAtLeastOne = '6.58%',
        amount = 1,
      },
      {
        itemName = 'Holiday Sock Wall Decoration',
        dropChance = '6.58%',
        dropChanceAtLeastOne = '6.58%',
        amount = 1,
      },
      {
        itemName = 'Candy Cane Wall Decoration',
        dropChance = '6.58%',
        dropChanceAtLeastOne = '6.58%',
        amount = 1,
      },
      {
        itemName = 'Winter Candle Wall Decoration',
        dropChance = '6.58%',
        dropChanceAtLeastOne = '6.58%',
        amount = 1,
      },
      {
        itemName = 'Snowflake Wall Decoration',
        dropChance = '6.58%',
        dropChanceAtLeastOne = '6.58%',
        amount = 1,
      },
      {
        itemName = 'Crystal Star',
        dropChance = '6.58%',
        dropChanceAtLeastOne = '6.58%',
        amount = 1,
      },
      {
        itemName = 'Snow Globe',
        dropChance = '6.58%',
        dropChanceAtLeastOne = '6.58%',
        amount = 1,
      },
      {
        itemName = 'Lump of Coal',
        dropChance = '6.58%',
        dropChanceAtLeastOne = '6.58%',
        amount = 1,
      },
      {
        itemName = 'Snowman Hat',
        dropChance = '3.95%',
        dropChanceAtLeastOne = '3.95%',
        amount = 1,
      },
      {
        itemName = 'Festive Hat',
        dropChance = '3.95%',
        dropChanceAtLeastOne = '3.95%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  ChristmasLuxuryPresent = {
    id = 529,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Hot Punch',
        dropChance = '16.67%',
        dropChanceAtLeastOne = '16.67%',
        amount = 1,
      },
      {
        itemName = 'Winter Dinner',
        dropChance = '16.67%',
        dropChanceAtLeastOne = '16.67%',
        amount = 1,
      },
      {
        itemName = 'Golden Chocolate',
        dropChance = '1.67%',
        dropChanceAtLeastOne = '1.67%',
        amount = 1,
      },
      {
        itemName = 'Crystal Star',
        dropChance = '8.33%',
        dropChanceAtLeastOne = '8.33%',
        amount = 1,
      },
      {
        itemName = 'Winter Bell',
        dropChance = '8.33%',
        dropChanceAtLeastOne = '8.33%',
        amount = 1,
      },
      {
        itemName = 'Sentry Nutcracker',
        dropChance = '8.33%',
        dropChanceAtLeastOne = '8.33%',
        amount = 1,
      },
      {
        itemName = 'Red Firework Rocket',
        dropChance = '5%',
        dropChanceAtLeastOne = '5%',
        amount = 1,
      },
      {
        itemName = 'Green Firework Rocket',
        dropChance = '5%',
        dropChanceAtLeastOne = '5%',
        amount = 1,
      },
      {
        itemName = 'Blue Firework Rocket',
        dropChance = '5%',
        dropChanceAtLeastOne = '5%',
        amount = 1,
      },
      {
        itemName = 'Yellow Firework Rocket',
        dropChance = '5%',
        dropChanceAtLeastOne = '5%',
        amount = 1,
      },
      {
        itemName = 'Purple Firework Rocket',
        dropChance = '5%',
        dropChanceAtLeastOne = '5%',
        amount = 1,
      },
      {
        itemName = 'The BIG',
        dropChance = '3.33%',
        dropChanceAtLeastOne = '3.33%',
        amount = 1,
      },
      {
        itemName = 'Starwand Shaman Figurine',
        dropChance = '0.83%',
        dropChanceAtLeastOne = '0.83%',
        amount = 1,
      },
      {
        itemName = 'Snowhead Slime Figurine',
        dropChance = '0.83%',
        dropChanceAtLeastOne = '0.83%',
        amount = 1,
      },
      {
        itemName = 'Carrot Slime Figurine',
        dropChance = '0.83%',
        dropChanceAtLeastOne = '0.83%',
        amount = 1,
      },
      {
        itemName = 'Bakery Brute Figurine',
        dropChance = '0.83%',
        dropChanceAtLeastOne = '0.83%',
        amount = 1,
      },
      {
        itemName = 'Gingerbreadling Figurine',
        dropChance = '0.83%',
        dropChanceAtLeastOne = '0.83%',
        amount = 1,
      },
      {
        itemName = 'Santas Shrooman Figurine',
        dropChance = '0.83%',
        dropChanceAtLeastOne = '0.83%',
        amount = 1,
      },
      {
        itemName = 'Gingerbreadman Head',
        dropChance = '1.67%',
        dropChanceAtLeastOne = '1.67%',
        amount = 1,
      },
      {
        itemName = 'Gingerbread Hood',
        dropChance = '1.67%',
        dropChanceAtLeastOne = '1.67%',
        amount = 1,
      },
      {
        itemName = 'Gingerbread Top',
        dropChance = '1.67%',
        dropChanceAtLeastOne = '1.67%',
        amount = 1,
      },
      {
        itemName = 'Gingerbread Pants',
        dropChance = '1.67%',
        dropChanceAtLeastOne = '1.67%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
  ValentinePresent = {
    id = 530,
    rolls = 1,
    dontAllowDuplicates = false,
    loot = {
      {
        itemName = 'Rose Petal Flooring',
        dropChance = '20.2%',
        dropChanceAtLeastOne = '20.2%',
        amount = {
          1,
          2,
        },
      },
      {
        itemName = 'Pink Rose Bouquet',
        dropChance = '14.14%',
        dropChanceAtLeastOne = '14.14%',
        amount = 1,
      },
      {
        itemName = 'White Rose Bouquet',
        dropChance = '14.14%',
        dropChanceAtLeastOne = '14.14%',
        amount = 1,
      },
      {
        itemName = 'Rose Water',
        dropChance = '10.1%',
        dropChanceAtLeastOne = '10.1%',
        amount = 1,
      },
      {
        itemName = 'Box of Chocolates',
        dropChance = '10.1%',
        dropChanceAtLeastOne = '10.1%',
        amount = 1,
      },
      {
        itemName = 'Cupid Bow',
        dropChance = '3.03%',
        dropChanceAtLeastOne = '3.03%',
        amount = 1,
      },
      {
        itemName = 'Valentine Necklace',
        dropChance = '4.04%',
        dropChanceAtLeastOne = '4.04%',
        amount = 1,
      },
      {
        itemName = 'Valentine Ring',
        dropChance = '4.04%',
        dropChanceAtLeastOne = '4.04%',
        amount = 1,
      },
      {
        itemName = 'Distilled Love',
        dropChance = '7.07%',
        dropChanceAtLeastOne = '7.07%',
        amount = 1,
      },
      {
        itemName = 'Cupid Tunic',
        dropChance = '4.04%',
        dropChanceAtLeastOne = '4.04%',
        amount = 1,
      },
      {
        itemName = 'Enchanted Rose',
        dropChance = '4.04%',
        dropChanceAtLeastOne = '4.04%',
        amount = 1,
      },
      {
        itemName = 'Golden Rose Bouquet',
        dropChance = '3.03%',
        dropChanceAtLeastOne = '3.03%',
        amount = 1,
      },
      {
        itemName = 'Heart of Gold',
        dropChance = '2.02%',
        dropChanceAtLeastOne = '2.02%',
        amount = 1,
      },
    },
    guaranteedLoot = {},
  },
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.