diff options
| -rw-r--r-- | data/maps/lobby.yaml | 88 |
1 files changed, 60 insertions, 28 deletions
diff --git a/data/maps/lobby.yaml b/data/maps/lobby.yaml index fee2378a..f5f3d5cd 100644 --- a/data/maps/lobby.yaml +++ b/data/maps/lobby.yaml @@ -14,39 +14,71 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. # score_baseline: 200 -recipes: none map: - - "'*'''''''''''*''*''" - - "*'''''*''*''''''''*" - - "'*''*'''*'*'*'*'*''" - - "*''█████████████*''" - - "*''█...c..c1c.c█'*'" - - "'''█c.c4c....c3█'''" - - "''*█2..c.......█*'*" - - "'*'█c.....~...c█'''" - - "'''█..c......c5█'*'" - - "'*'█.c8c......c█'''" - - "'*'█..c..c.....█''*" - - "'*'█.c..c7c....█'''" - - "''*█c6c..c..c..█'*'" - - "'''█.c.....c2c.█*''" - - "'*'█████████████*''" - - "''*''''''''''''''*'" - - "'*''*''*''''*'''*''" - - "*''''*'''*''''*'''*" + - "'*''''''''''''''''''''*''" + - "'''''''███████████'''''''" + - "'███████.........███████'" + - "'█fff⌷gg.........aa⌷ooZ█'" + - "'█.....................█'" + - "'█.....................█'" + - "'█...21³.........643...█'" + - "'‹<..8⌷9....~....2⌷5..>›'" + - "'█...7³².........0¹¼...█'" + - "'█.....................█'" + - "'█.....................█'" + - "'█ii⌷⌷gx.........hg⌷eee█'" + - "'███████⌷zzp½Gkk⌷███████'" + - "'''''''███████████'''''''" + - "'''''''''''''''''''''''''" tiles: - "1": table -i=glass:strawberry-icecream - "2": table -i=plate:seared-patty,sliced-bun,sliced-lettuce,sliced-tomato - "3": table -i=plate:french-fries,seared-steak - "4": table -i=plate:sliced-lettuce,sliced-tomato - "5": table -i=plate:cooked-noodles,tomato-soup,sliced-cheese - "6": table -i=dirty-plate - "7": table -i=plate:pizza:sliced-mushroom,sliced-cheese,tomato-juice - "8": table -i=plate:mushroom-soup - "c": chair -w + #"1": table -i=glass:strawberry-icecream + # "2": table -i=plate:seared-patty,sliced-bun,sliced-lettuce,sliced-tomato + # "3": table -i=plate:french-fries,seared-steak + # "4": table -i=plate:sliced-lettuce,sliced-tomato + # "5": table -i=plate:cooked-noodles,tomato-soup,sliced-cheese + # "6": table -i=dirty-plate + # "7": table -i=plate:pizza:sliced-mushroom,sliced-cheese,tomato-juice + # "8": table -i=plate:mushroom-soup "~": floor -w --chef-spawn ".": floor -w --customer-spawn "'": grass -w + "g": cutting-board + "h": rolling-board + "e": stove -i=pot + "f": stove -i=pan + "x": book --book + "o": oven + "a": counter -i=foodprocessor + "Z": freezer -x + "z": counter -i=plate + "k": counter -i=glass + "i": deep-fryer -xi=basket + + "0": crate:rice -x + "1": crate:steak -x + "2": crate:tomato -x + "3": crate:leek -x + "4": crate:coconut -x + "5": crate:strawberry -x + "6": crate:flour -x + "7": crate:fish -x + "8": crate:cheese -x + "9": crate:lettuce -x + "¹": crate:mushroom -x + "²": crate:potato -x + "³": crate:bun -x + "¼": crate:noodles -x + "°": crate:tomato -x + + "p": crate:plate -x + "G": crate:glass -x + "½": trash -x "*": tree -c + "⌷": counter "█": wall -c + + "<": conveyor --conveyor=-1,0 + ">": conveyor --conveyor=1,0 + "‹": counter-window-conveyor --demand-sink + "›": counter-window-conveyor --demand-sink |