2019-11-12 14:52:17 +03:00

86 lines
2.0 KiB
JSON

{
"default_tile_legend": {
"?": "any",
"#": "wall",
".": "floor",
"+": "connector"
},
"default_mobs_legend": {},
"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",
"w": "water",
"W": "deep_water"
},
"mobs_legend": {},
"item_legend": {},
"size": {"x":16, "y":13},
"body": [
"???????#+#??????",
"???DDDD#.#DDDD??",
"###D.........DD?",
"+....wwwwwww..D?",
"###..wWWWWWw..D?",
"??#..wW.D.Ww..##",
"??D..wW...Ww...+",
"??D..wW...Ww..##",
"??D..wWWWWWw..#?",
"??D..wwwwwww..D?",
"??DD.........DD?",
"???DDDD#.#DDDD??",
"???????#+#??????"
]
},
{"name": "test_room_3",
"size":{"x":20, "y":17},
"body": [
"##########+#########",
"#..................#",
"#..................#",
"#..................#",
"#..................#",
"#..................#",
"#........#.........#",
"#.....#............#",
"#...#.....#........#",
"+.....#..#.........+",
"#......#...........#",
"#..................#",
"#..................#",
"#..................#",
"#..................#",
"#..................#",
"#..................#",
"##########+#########"
]
}
]
}