{
  "values": {
    "completion_crate": {
      "lootTable": "the_vault:base_crate_8_50",
      "type": "loot_table"
    },
    "aggro_cows": {
      "entity": {
        "nbt": "{id:\"the_vault:aggressive_cow\"}"
      },
      "count": {
        "min": 5,
        "max": 7,
        "type": "uniform"
      },
      "type": "spawn_mobs"
    },
    "guardians": {
      "entity": {
        "nbt": "{id:\"the_vault:bruiser_guardian\"}"
      },
      "count": {
        "min": 15,
        "max": 25,
        "type": "uniform"
      },
      "type": "spawn_mobs"
    },
    "frenzy": {
      "type": "add_modifier",
      "modifierId": "the_vault:frenzy"
    },
    "hoard": {
      "type": "add_modifier",
      "modifierId": "the_vault:hoard"
    },
    "treasure": {
      "type": "add_modifier",
      "modifierId": "the_vault:treasure"
    },
    "fading": {
      "type": "add_modifier",
      "modifierId": "the_vault:fading"
    },
    "ethereal_mobs": {
      "type": "add_modifier",
      "modifierId": "the_vault:ethereal_mobs"
    },
    "brutal_mobs_combo": {
      "type": "add_modifier",
      "modifierId": "the_vault:brutal_mobs_combo"
    },
    "crit_mobs": {
      "type": "add_modifier",
      "modifierId": "the_vault:crit_mobs"
    },
    "cake": {
      "type": "tile_replace",
      "tile": "minecraft:cake"
    },
    "discover_common": {
      "type": "discover_map",
      "roomType": "COMMON"
    },
    "discover_ore": {
      "type": "discover_map",
      "roomType": "ORE"
    },
    "discover_omega": {
      "type": "discover_map",
      "roomType": "OMEGA"
    },
    "discover_challenge": {
      "type": "discover_map",
      "roomType": "CHALLENGE"
    },
    "success_memory": {
      "type": "pool",
      "levels": [
        {
          "level": 0,
          "pool": [
            { "value": "aggro_cows", "weight": 20 },
            { "value": "guardians", "weight": 80 },
            { "value": "cake", "weight": 80 },
            { "value": "completion_crate", "weight": 2 },
            { "value": "ethereal_mobs", "weight": 1 },
            { "value": "treasure", "weight": 5 },
            { "value": "hoard", "weight": 5 },
            { "value": "brutal_mobs_combo", "weight": 20 },
            { "value": "crit_mobs", "weight": 20 },
            { "value": "discover_common", "weight": 8 },
            { "value": "discover_ore", "weight": 8 },
            { "value": "discover_omega", "weight": 1 },
            { "value": "discover_challenge", "weight": 5 }
          ]
        }
      ]
    }
  }
}