{
  "type": "timemercenaries:mission",
  "mercenary": "Pirddiv",
  "description": "Pirddiv has sensed a strange geological formation deep within the earth—a crystal that has absorbed the essence of every mineral around it. To reach it, the worm must consume a tribute of every color.",
  "rarity": "Legendary",
  "fail_chance": 100,
  "fail_damage": 100,
  "required_items": [
    {
      "item": "minecraft:amethyst_block",
      "count": 20
    },
    {
      "item": "minecraft:redstone_block",
      "count": 20
    },
    {
      "item": "minecraft:emerald_block",
      "count": 20
    },
    {
      "item": "minecraft:diamond_block",
      "count": 20
    }
  ],
  "success_items": [
    {
      "item": "timemercenaries:rainbow_timecrystal",
      "count": 1
    }
  ],
  "fail_items": [
    {
      "item": "minecraft:gravel",
      "count": 1
    }
  ],
  "fail_description": "The mineral deposit was unstable. When Pirddiv tried to consume it, the crystal shattered into worthless, colorless dust."
}