{
  "tile_processors": [
    {
      "type": "placeholder",
      "target": "DUNGEON_DOOR",
      "levels": [
        {
          "level": 0,
          "probability": 0.0,
          "success": {
            "the_vault:dungeon_door": 1
          },
          "failure": {
            "minecraft:stone": 1
          }
        },
        {
          "level": 20,
          "probability": 0.15,
          "success": {
            "the_vault:dungeon_door": 1
          },
          "failure": {
            "minecraft:stone": 1
          }
        },
        {
          "level": 50,
          "probability": 0.25,
          "success": {
            "the_vault:dungeon_door": 1
          },
          "failure": {
            "minecraft:stone": 1
          }
        }
      ]
    },
    {
      "type": "leveled",
      "levels": [
        {
          "level": 0,
          "type": "weighted_target",
          "target": "the_vault:dungeon_door",
          "output": {
            "the_vault:dungeon_door[type=illager]{Pool:\"the_vault:vault/dungeon_rooms/pillager_rooms\", Target: \"the_vault:treasure_room\"}": 1,
            "the_vault:dungeon_door[type=skeleton]{Pool:\"the_vault:vault/dungeon_rooms/skeleton_rooms\", Target: \"the_vault:treasure_room\"}": 1,
            "the_vault:dungeon_door[type=piglin]{Pool:\"the_vault:vault/dungeon_rooms/piglin_rooms\", Target: \"the_vault:treasure_room\"}": 1,
            "the_vault:dungeon_door[type=zombie]{Pool:\"the_vault:vault/dungeon_rooms/zombie_rooms\", Target: \"the_vault:treasure_room\"}": 1,
            "the_vault:dungeon_door[type=witch]{Pool:\"the_vault:vault/dungeon_rooms/witch_rooms\", Target: \"the_vault:treasure_room\"}": 0,
            "the_vault:dungeon_door[type=spider]{Pool:\"the_vault:vault/dungeon_rooms/spider_rooms\", Target: \"the_vault:treasure_room\"}": 1
          }
        }
      ]
    },
    {
      "type": "leveled",
      "levels": [
        {
          "level": 0,
          "type": "weighted_target",
          "target": "the_vault:dungeon_door",
          "output": {
            "the_vault:dungeon_door{Difficulty: {Name: Normal, Color: 697346}, Palettes: [\"the_vault:dungeon_rooms/normal\",\"the_vault:dungeon_rooms/gilded_chest_placeholder\"], BossLootTable: \"the_vault:dungeon_boss\"}": 10,
            "the_vault:dungeon_door{Difficulty: {Name: Hard, Color: 14724096}, Palettes: [\"the_vault:dungeon_rooms/hard\",\"the_vault:dungeon_rooms/gilded_chest_placeholder\"], BossLootTable: \"the_vault:dungeon_boss\"}": 8,
            "the_vault:dungeon_door{Difficulty: {Name: Challenging, Color: 12729345}, Palettes: [\"the_vault:dungeon_rooms/challenging\",\"the_vault:dungeon_rooms/gilded_chest_placeholder\"], BossLootTable: \"the_vault:dungeon_boss\"}": 4,
            "the_vault:dungeon_door{Difficulty: {Name: Extreme, Color: 13172736}, Palettes: [\"the_vault:dungeon_rooms/extreme\",\"the_vault:dungeon_rooms/gilded_chest_placeholder\"], BossLootTable: \"the_vault:dungeon_boss\"}": 2,
            "the_vault:dungeon_door{Difficulty: {Name: Impossible, Color: 6357465}, Palettes: [\"the_vault:dungeon_rooms/impossible\",\"the_vault:dungeon_rooms/gilded_chest_placeholder\"], BossLootTable: \"the_vault:dungeon_boss\"}": 1
          }
        }
      ]
    }
  ]
}