aboutsummaryrefslogtreecommitdiff
path: root/data/maps/sushibar.yaml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-13 14:54:33 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-13 14:54:33 +0200
commit1799b91efa0e81c1f893d94851388820a458e113 (patch)
treea8d8e7ad46748f2b32238197f8bc3b47ba140c26 /data/maps/sushibar.yaml
parent14d731f06dd4e0aa5c6923c2c5ab096b3183a011 (diff)
downloadhurrycurry-1799b91efa0e81c1f893d94851388820a458e113.tar
hurrycurry-1799b91efa0e81c1f893d94851388820a458e113.tar.bz2
hurrycurry-1799b91efa0e81c1f893d94851388820a458e113.tar.zst
add sushi bar and more recipes
Diffstat (limited to 'data/maps/sushibar.yaml')
-rw-r--r--data/maps/sushibar.yaml87
1 files changed, 87 insertions, 0 deletions
diff --git a/data/maps/sushibar.yaml b/data/maps/sushibar.yaml
new file mode 100644
index 00000000..4023d873
--- /dev/null
+++ b/data/maps/sushibar.yaml
@@ -0,0 +1,87 @@
+# Hurry Curry! - a game about cooking
+# Copyright 2024 metamuffin
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published by
+# the Free Software Foundation, version 3 of the License only.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
+#
+map:
+ - "*''''*''''*''''''''*''"
+ - "'''*'''''''**''''''''*"
+ - "''█████████████'X'''*'"
+ - "''█RGHI..#c...█'''''**"
+ - "''█T.....#c...d____'''"
+ - "'*█F..S..#c...d____'*'"
+ - "*'█L..S..#c...█''__'''"
+ - "''█f..⌷..#c...█''__''*"
+ - "*'█f..⌷..#c.~.█''__'*'"
+ - "'*█o..C..#c...█''__''*"
+ - "''█o..C..███d██''__'''"
+ - "*'█s..........█''__'*'"
+ - "'*█⌷ZZ⌷⌷⌷ggg⌷⌷█''__''*"
+ - "*'█████████████''__'''"
+ - "'''*'''''''''''''_!'''"
+ - "'*''''''''''''''''''''"
+
+tiles:
+ "⌷": counter
+ "f": counter
+ "#": counter
+ "g": counter
+ "t": table
+ "w": counter-window
+ "s": sink
+ "o": oven
+ "S": stove
+ "b": book
+ "C": cuttingboard
+ "R": rice-crate
+ "G": flour-crate
+ "H": raw-steak-crate
+ "I": tomato-crate
+ "T": coconut-crate
+ "F": fish-crate
+ "L": strawberry-crate
+ "X": trash
+ "Z": freezer
+
+ "c": chair
+ "~": floor
+ ".": floor
+ "'": grass
+ "*": tree
+ "!": path
+ "_": path
+ "d": door
+ "▒": wall-window
+ "█": wall
+
+items:
+ "S": pot
+ "#": plate
+ "p": plate
+ "g": glass
+ "f": foodprocessor
+
+chef_spawn: "~"
+customer_spawn: "!"
+
+walkable:
+ - door
+ - floor
+ - chair
+ - grass
+ - path
+
+collider:
+ - wall
+ - wall-window
+ - tree