{
  "pools": [
    {
      "name": "guaranteed_frostmaw_heart",
      "rolls": 1,
      "entries": [
        {
          "type": "item",
          "name": "borealismobs:loot",
          "weight": 1,
          "functions": [
            {
              "function": "minecraft:set_data",
              "data": 1
            }
          ]
        }
      ]
    },
    {
      "name": "frostmaw_soul",
      "rolls": 1,
      "conditions": [
        {
          "condition": "random_chance",
          "chance": 0.02
        }
      ],
      "entries": [
        {
          "type": "item",
          "name": "technicalbotania:dummy",
          "weight": 1,
          "functions": [
            {
              "function": "minecraft:set_data",
              "data": 5
            }
          ]
        }
      ]
    },
    {
      "name": "borealis_coin",
      "rolls": 2,
      "entries": [
        {
          "type": "item",
          "name": "borealisexpansion:material",
          "weight": 1,
          "functions": [
            {
              "function": "minecraft:set_data",
              "data": 4003
            }
          ],
          "conditions": [
            {
              "condition": "random_chance",
              "chance": 0.8
            }
          ]
        }
      ]
    },
    {
      "name": "guaranteed_ice_shard",
      "rolls": 1,
      "conditions": [
        {
          "condition": "random_chance",
          "chance": 0.8
        }
      ],
      "entries": [
        {
          "type": "item",
          "name": "contenttweaker:ice_shard",
          "weight": 1,
          "functions": [
            {
              "function": "set_count",
              "count": {
                "min": 4,
                "max": 4
              }
            }
          ]
        }
      ]
    },
    {
      "name": "optional_frostmaw_heart",
      "rolls": 1,
      "conditions": [
        {
          "condition": "random_chance",
          "chance": 0.1
        }
      ],
      "entries": [
        {
          "type": "item",
          "name": "borealismobs:loot",
          "weight": 1,
          "functions": [
            {
              "function": "minecraft:set_data",
              "data": 1
            }
          ]
        }
      ]
    },
    {
      "name": "optional_solar_core",
      "rolls": 1,
      "conditions": [
        {
          "condition": "random_chance",
          "chance": 0.01
        }
      ],
      "entries": [
        {
          "type": "item",
          "name": "contenttweaker:core_11bari",
          "weight": 1
        }
      ]
    },
    {
      "name": "optional_solar_lootbox",
      "rolls": 1,
      "conditions": [
        {
          "condition": "random_chance",
          "chance": 0.008
        }
      ],
      "entries": [
        {
          "type": "item",
          "name": "not_so_much_new_year:surprise_box",
          "weight": 1,
          "functions": [
            {
              "function": "minecraft:set_data",
              "data": 8
            }
          ]
        }
      ]
    },
    {
      "name": "optional_gen_lootbox",
      "rolls": 1,
      "conditions": [
        {
          "condition": "random_chance",
          "chance": 0.01
        }
      ],
      "entries": [
        {
          "type": "item",
          "name": "not_so_much_new_year:surprise_box",
          "weight": 1,
          "functions": [
            {
              "function": "minecraft:set_data",
              "data": 12
            }
          ]
        }
      ]
    },
    {
      "name": "borealisexpansion:nugget:13",
      "rolls": 1,
      "conditions": [{
        "condition": "random_chance",
        "chance": 0.05
      }],
      "entries": [
        {
          "type": "item",
          "name": "borealisexpansion:nugget",
          "weight": 3,
          "functions": [
            { "function": "minecraft:set_data", "data": 13 },
            {
              "function": "minecraft:set_count",
              "count": { "min": 2, "max": 6 }
            }
          ]
        },
        {
          "type": "item",
          "name": "borealisexpansion:base",
          "weight": 1,
          "functions": [
            { "function": "minecraft:set_data", "data": 13 }
          ]
        }
      ]
    }
  ]
}
