{
    "tile_processors": [
      {
          "type": "template_stack_tile",
          "target": "@the_vault:vault_lootables",
          "stack": [
              "STRUCTURE_DUNGEON"
          ]
      },
      {
          "type": "template_stack_spawner",
          "target": "ispawner:spawner",
          "stack": [
              "STRUCTURE_DUNGEON_LARGE"
          ]
      }
    ],
    "conditional_palettes": [
      {
        "conditions": [
          {
            "type": "objective",
            "objectiveId": "the_vault:cake"
          }
        ],
        "palette": {
          "tile_processors": [
            {
              "type": "placeholder",
              "target": "DUNGEON_DISCOVERABLE",
              "levels": [
                {
                  "level": 0,
                  "probability": 0.4,
                  "success": {
                    "the_vault:imbuement_altar[locked=true]": 0,
                    "minecraft:air": 17,
                    "the_vault:alchemy_archive": 12
                  },
                  "failure": {
                    "minecraft:air": 1
                  }
                },
                {
                  "level": 60,
                  "probability": 0.5,
                  "success": {
                    "the_vault:imbuement_altar[locked=true]": 8,
                    "minecraft:air": 17,
                    "the_vault:alchemy_archive": 6
                  },
                  "failure": {
                    "minecraft:air": 1
                  }
                }
              ]
            }
          ]
        },
        "else": {
          "tile_processors": [
            {
              "type": "placeholder",
              "target": "DUNGEON_DISCOVERABLE",
              "levels": [
                {
                  "level": 0,
                  "probability": 0.4,
                  "success": {
                    "the_vault:imbuement_altar[locked=true]": 0,
                    "the_vault:vault_globe[type=common]": 6,
                    "the_vault:vault_globe[type=ore]": 6,
                    "the_vault:vault_globe[type=challenge]": 4,
                    "the_vault:vault_globe[type=omega]": 1,
                    "the_vault:alchemy_archive": 12
                  },
                  "failure": {
                    "minecraft:air": 1
                  }
                },
                {
                  "level": 60,
                  "probability": 0.5,
                  "success": {
                    "the_vault:imbuement_altar[locked=true]": 8,
                    "the_vault:vault_globe[type=common]": 6,
                    "the_vault:vault_globe[type=ore]": 6,
                    "the_vault:vault_globe[type=challenge]": 4,
                    "the_vault:vault_globe[type=omega]": 1,
                    "the_vault:alchemy_archive": 6
                  },
                  "failure": {
                    "minecraft:air": 1
                  }
                }
              ]
            }
          ]
        }
      }
    ]
  }