more checking rooms
This commit is contained in:
@ -9,6 +9,29 @@
|
||||
"default_item_legend": {},
|
||||
|
||||
"prefabs": [
|
||||
{"name": "test_room_2",
|
||||
"tile_legend": {
|
||||
"D": "decorated_wall"
|
||||
},
|
||||
"mobs_legend": {},
|
||||
"item_legend": {},
|
||||
"size": {"x":15, "y":13},
|
||||
"body": [
|
||||
"??????#+#??????",
|
||||
"??DDDD#.#DDDD??",
|
||||
"?DD.........DD?",
|
||||
"?D...........D?",
|
||||
"?D...........D?",
|
||||
"DD....D.D....##",
|
||||
"+.............+",
|
||||
"DD....D.D....##",
|
||||
"?D...........#?",
|
||||
"?D...........D?",
|
||||
"?DD.........DD?",
|
||||
"??DDDD#.#DDDD??",
|
||||
"??????#+#??????"
|
||||
]
|
||||
},
|
||||
{"name": "test_room_1",
|
||||
"tile_legend": {
|
||||
"D": "decorated_wall",
|
||||
@ -24,8 +47,8 @@
|
||||
"###D.........DD?",
|
||||
"+....wwwwwww..D?",
|
||||
"###..wWWWWWw..D?",
|
||||
"??#..wW...Ww..##",
|
||||
"??D..wW.D.Ww...+",
|
||||
"??#..wW.D.Ww..##",
|
||||
"??D..wW...Ww...+",
|
||||
"??D..wW...Ww..##",
|
||||
"??D..wWWWWWw..#?",
|
||||
"??D..wwwwwww..D?",
|
||||
@ -34,6 +57,29 @@
|
||||
"???????#+#??????"
|
||||
]
|
||||
|
||||
},
|
||||
{"name": "test_room_3",
|
||||
"size":{"x":20, "y":17},
|
||||
"body": [
|
||||
"##########+#########",
|
||||
"#..................#",
|
||||
"#..................#",
|
||||
"#..................#",
|
||||
"#..................#",
|
||||
"#..................#",
|
||||
"#........#.........#",
|
||||
"#.....#............#",
|
||||
"#...#.....#........#",
|
||||
"+.....#..#.........+",
|
||||
"#......#...........#",
|
||||
"#..................#",
|
||||
"#..................#",
|
||||
"#..................#",
|
||||
"#..................#",
|
||||
"#..................#",
|
||||
"#..................#",
|
||||
"##########+#########"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user