aboutsummaryrefslogtreecommitdiff
path: root/data/maps/depot.yaml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-09-17 22:37:46 +0200
committermetamuffin <metamuffin@disroot.org>2025-09-17 22:37:46 +0200
commitbe256046253098cd5f2f983c4dcc7d0b179fa2f8 (patch)
tree8df1d31310961bed6e6b737eeb18868cd7e1f128 /data/maps/depot.yaml
parent734951e32adff68776ad9276d5e6b433b698eb48 (diff)
downloadhurrycurry-be256046253098cd5f2f983c4dcc7d0b179fa2f8.tar
hurrycurry-be256046253098cd5f2f983c4dcc7d0b179fa2f8.tar.bz2
hurrycurry-be256046253098cd5f2f983c4dcc7d0b179fa2f8.tar.zst
Remove legacy maps
Diffstat (limited to 'data/maps/depot.yaml')
-rw-r--r--data/maps/depot.yaml101
1 files changed, 0 insertions, 101 deletions
diff --git a/data/maps/depot.yaml b/data/maps/depot.yaml
deleted file mode 100644
index cb2539a7..00000000
--- a/data/maps/depot.yaml
+++ /dev/null
@@ -1,101 +0,0 @@
-# Hurry Curry! - a game about cooking
-# Copyright (C) 2025 Hurry Curry! contributors
-#
-# 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/>.
-#
-score_baseline: 200
-map:
- - "''''''*''''''*''''*'''''*''''''*''''''''*''"
- - "''██▒▒▒▒▒▒██████▒▒▒▒███▒▒▒▒██'''''''*''*'''"
- - "''▒..........d.............#█=========*=''*"
- - "''█.ctc......█.............#█X_'''''*''='''"
- - "*'▒.ctc..ctc.█....^...>v<..#█X_________=*''"
- - "''▒......ctc.█████^████v██████d█▒▒█'''_='''"
- - "''▒.ctc..ctc.█S...^....v.FFTT...ss█'''_='''"
- - "''█.ctc......█S..>^<...v..........▒'''_=''*"
- - "''▒......ctc.█S..>^<...v..........▒'''_='''"
- - "''▒.ctc..ctc.█#..###...#....LL..RR█'''_='''"
- - "'*▒.ctc..ctc.█#...........C█▒▒▒▒▒██'''_='''"
- - "''█..........█o..#######..#▒''''''''''_='*'"
- - "''██▒▒▒▒█dd███o...........C▒''''''''''_='''"
- - "''''ctc''__''█o...bfffb...C▒''''''''''_='''"
- - "'''''''''__''████▒▒▒▒▒▒▒▒███'''''*''''_='''"
- - "*''''''''__'''''''''''''''''''''''''''_='''"
- - "_________________________________________~_"
- - "_!_________________________________________"
- - "''''''''''''''*''''''''''''''*'''''''''''''"
-
-tiles:
- "#": counter
- "<": conveyor
- ">": conveyor
- "v": conveyor
- "^": conveyor
- "f": counter
- "p": counter
- "t": table
- "w": counter-window
- "s": sink
- "o": oven
- "S": stove
- "C": cuttingboard
- "R": steak-crate
- "T": tomato-crate
- "F": flour-crate
- "L": leek-crate
- "X": trash
- "b": book
-
- "c": chair
- ".": floor
- "'": grass
- "*": tree
- "~": path
- "!": path
- "_": path
- "d": door
- "█": wall
- "▒": wall-window
- "=": fence
-
-tile_entities:
- ">": !conveyor { dir: [1, 0] }
- "<": !conveyor { dir: [-1, 0] }
- "v": !conveyor { dir: [0, 1] }
- "^": !conveyor { dir: [0, -1] }
- "b": !book
-
-items:
- "S": pot
- "w": plate
- "p": plate
- "f": foodprocessor
-
-entities:
- - !customers
-
-chef_spawn: "~"
-customer_spawn: "!"
-
-walkable:
- - door
- - floor
- - chair
- - grass
- - path
-
-collider:
- - wall
- - wall-window
- - tree
- - fence