{
"prefabs": [
{
"name": "boss_chamber",
"width": 9,
"height": 7,
"pattern": [
"#########",
"#.......#",
"#..###..#",
"#..###..#",
"#..###..#",
"#.......#",
"#########"
],
"weight": 0.2,
"tags": [
"boss",
"special",
"large"
]
},
{
"name": "treasure_vault",
"width": 5,
"height": 5,
"pattern": [
"#####",
"#...#",
"#.#.#",
"#...#",
"#####"
],
"weight": 0.8,
"tags": [
"treasure",
"special",
"small"
]
},
{
"name": "secret_passage",
"width": 3,
"height": 7,
"pattern": [
"###",
"#.#",
"#.#",
"#.#",
"#.#",
"#.#",
"###"
],
"weight": 1.2,
"tags": [
"secret",
"corridor"
]
}
]
}