diff options
-rw-r--r-- | data/maps/5star.yaml | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/data/maps/5star.yaml b/data/maps/5star.yaml new file mode 100644 index 00000000..39d9dedf --- /dev/null +++ b/data/maps/5star.yaml @@ -0,0 +1,79 @@ +map: + - "''''''''''''''''''''''''████████████████████''''''''''''" + - "'''██▒███▒███▒███▒███▒███#LRTF#LRTF#pppppp#█''''''''''''" + - "'''█ctc.ctc.ctc.ctc..c..█..................d____________" + - "'''█.c...c...c...c..ctc.█..#pppp#fff####..o█X_''''''''''" + - "'''█c...................d...........#.....o█X_''''''''''" + - "'''▒tc..............ctc.█#................o█X_''''''''''" + - "'''█c...c....c.......c..█.pppsss....SSSSSS#█''''''''''''" + - "'''█...ctc..ctc...███████████████dd███████████████''''''" + - "'''█c..ctc..ctc...█...ccccccc..█....█..ccccccc...█''''''" + - "'''▒tc.ctc..ctc...█...ttttttt..█....█..ttttttt...▒''''''" + - "'''█c...c....c....█.ct.........d....d.........tc.▒''''''" + - "'''█..............█...ttttttt..█....█..ttttttt...▒''''''" + - "'''█c...c....c....█...ccccccc..█....█..ccccccc...█''''''" + - "'''▒tc.ctc..ctc...██████████████....██████████████''''''" + - "'''█c..ctc..ctc...█...ccccccc..█....█..ccccccc...█''''''" + - "'''█...ctc..ctc...█...ttttttt..█....█..ttttttt...▒''''''" + - "'''█c...c....c....█.ct.........d....d.........tc.▒''''''" + - "'''▒tc............█...ttttttt..█....█..ttttttt...▒''''''" + - "'''█c...c....c....█...ccccccc..█....█..ccccccc...█''''''" + - "'''█...ctc..ctc...██████████████....██████████████''''''" + - "'''█c..ctc..ctc...█...ccccccc..█....█..ccccccc...█''''''" + - "'''▒tc.ctc..ctc...█...ttttttt..█....█..ttttttt...▒''''''" + - "'''█c...c....c....█.ct.........d....d.........tc.▒''''''" + - "'''█.c........c...█...ttttttt..█....█..ttttttt...▒''''''" + - "'''█ctc......ctc..█...ccccccc..█....█..ccccccc...█''''''" + - "'''██▒████dd██▒██████▒▒▒▒▒▒▒▒████dd████▒▒▒▒▒▒▒▒███''''''" + - "''''''''''__'''''''''''''''''''''__'''''''''''''''''''''" + - "_~_________________________________'''''''''''''''''''''" + - "_!_________________________________'''''''''''''''''''''" + - "''''''''''''''''''''''''''''''''''''''''''''''''''''''''" + + +tiles: + "#": counter + "f": counter + "p": counter + "t": table + "w": counter-window + "s": sink + "o": oven + "S": stove + "C": cuttingboard + "R": raw-steak-crate + "T": tomato-crate + "F": flour-crate + "L": leek-crate + "X": trash + + "c": chair + ".": floor + "'": grass + "*": tree + "~": path + "!": path + "_": path + "d": door + "█": wall + "▒": wall-window + +items: + "S": pot + "w": plate + "p": plate + "f": foodprocessor + +chef_spawn: "~" +customer_spawn: "!" + +walkable: + - door + - floor + - chair + - grass + - path + +collider: + - wall + - tree |