aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSofviic <sofviic1993@gmail.com>2024-07-07 20:33:59 +0300
committerSofviic <sofviic1993@gmail.com>2024-07-07 20:34:04 +0300
commit94b5d09a601a5d5da7c7f0d0cd6960ee542da252 (patch)
tree3827c4f7cb22812e57e002fd3a6501e2ea4154a4
parent4cbe2e4adc463aae59b3875a35f8b2cddb92dce0 (diff)
downloadhurrycurry-94b5d09a601a5d5da7c7f0d0cd6960ee542da252.tar
hurrycurry-94b5d09a601a5d5da7c7f0d0cd6960ee542da252.tar.bz2
hurrycurry-94b5d09a601a5d5da7c7f0d0cd6960ee542da252.tar.zst
depot map; uses conveyers
-rw-r--r--data/maps/depot.yaml77
1 files changed, 77 insertions, 0 deletions
diff --git a/data/maps/depot.yaml b/data/maps/depot.yaml
new file mode 100644
index 00000000..5291180d
--- /dev/null
+++ b/data/maps/depot.yaml
@@ -0,0 +1,77 @@
+map:
+ - "'''''''''''''''''''''''''''''''''''''''''''''''"
+ - "''██▒▒▒█▒▒▒▒█▒▒▒█████████████████''''''''''''''"
+ - "''█.....cccc....#█##############█''''''''''''''"
+ - "''▒.ctc.tttt....#█#............#█''''''''''''''"
+ - "''▒.ctc.cccc.....d....#...>v<..#█''''''''''''''"
+ - "''▒.ctc.........#█X...^....v...#█''''''''''''''"
+ - "''▒.ctc.........#█#...^...>v<..#█''''''''''''''"
+ - "''█..............█#...^....v...#█X_''''''''''''"
+ - "''▒.ctc......ctc.█#...^...>v<..#█X_''''''''''''"
+ - "''▒.ctc......ctc.█#...^....v...#█X_________''''"
+ - "''▒.ctc......ctc.█████^████v██████d██████'_''''"
+ - "''▒.ctc......ctc.█#...^....v.CCCC...FF.L█'_''''"
+ - "''█..............█#..>^<...v...........L█'_''''"
+ - "''▒.ctc......ctc.█#...^....v..#######...█'_''''"
+ - "''▒.ctc......ctc.█#..>^<...v...........R█'_''''"
+ - "''▒.ctc......ctc.█#...^....v...##ss.TT.R█'_''''"
+ - "''▒.ctc......ctc.█#..>^<...#...#█▒▒██████'_''''"
+ - "''█..............█#..###..###...w'''''''''_''''"
+ - "''██▒▒▒▒█dd█▒▒▒▒██#.............w'''''''''_''''"
+ - "'''''ctc'__'ctc''█#SSS#ooo#fff##█'''''''''_''''"
+ - "'''''''''__''''''████████████████'''''''''_''''"
+ - "'''''''''__'''''''''''''''''''''''''''''''_''''"
+ - "_~___________________________________________~_"
+ - "_!___________________________________________!_"
+ - "'''''''''''''''''''''''''''''''''''''''''''''''"
+
+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