diff options
-rw-r--r-- | data/index.yaml | 1 | ||||
-rw-r--r-- | data/maps/bbq.yaml | 63 |
2 files changed, 64 insertions, 0 deletions
diff --git a/data/index.yaml b/data/index.yaml index 37229844..eedb16d6 100644 --- a/data/index.yaml +++ b/data/index.yaml @@ -18,6 +18,7 @@ maps: - rivalry - village - zigzag + - bbq recipes: - none diff --git a/data/maps/bbq.yaml b/data/maps/bbq.yaml new file mode 100644 index 00000000..5f648e32 --- /dev/null +++ b/data/maps/bbq.yaml @@ -0,0 +1,63 @@ +map: + - "''''''''''''''''" + - "''LL'TT''RR'FF''" + - "'██████████████'" + - "'ppSSfCCfoopssp'" + - "''''''''''''''''" + - "''cccc'__'cccc''" + - "'Xtttt'__'ttttX'" + - "''cccc'__'cccc''" + - "'''''''__'''''''" + - "'''''''!~X''''''" + - "'''''''__'''''''" + +tiles: + "#": counter + "<": counter + ">": counter + "v": counter + "^": 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 |