{
  "pools": [
    {
      "rolls": {
        "min": 1,
        "max": 2
      },
      "entries": [
        {
          "type": "item",
          "name": "minecraft:diamond_sword",
          "weight": 1,
          "functions": [
            {
              "function": "set_count",
              "count": 1
            },
            {
              "function": "enchant_with_levels",
              "treasure": true,
              "levels": {
                "min": 30,
                "max": 39
              }
            },
            {
              "function": "set_damage",
              "damage": {
                "min": 0.9,
                "max": 0.99
              }
            },
            {
              "function": "set_nbt",
              "tag": "{HideFlags:2,AttributeModifiers:[{AttributeName:\"generic.maxHealth\",Name:\"generic.maxHealth\",Amount:26,Operation:0,UUIDLeast:156313,UUIDMost:516216}]}"
            }
          ]
        }
      ]
    }
  ]
}