aboutsummaryrefslogtreecommitdiff
path: root/data/maps
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2025-09-25 20:05:19 +0200
committertpart <tpart120@proton.me>2025-09-25 20:05:19 +0200
commit4cc5894a83972a336b4cd641a1271790a9b6fe13 (patch)
tree2a6d59db6fe9b2b62369dd84a069391e4988f450 /data/maps
parentb01b3ca3d7993f11df0e34fdf36b9ccda7253503 (diff)
downloadhurrycurry-4cc5894a83972a336b4cd641a1271790a9b6fe13.tar
hurrycurry-4cc5894a83972a336b4cd641a1271790a9b6fe13.tar.bz2
hurrycurry-4cc5894a83972a336b4cd641a1271790a9b6fe13.tar.zst
Remove rivalry map
Diffstat (limited to 'data/maps')
-rw-r--r--data/maps/rivalry.yaml83
1 files changed, 0 insertions, 83 deletions
diff --git a/data/maps/rivalry.yaml b/data/maps/rivalry.yaml
deleted file mode 100644
index b3bb81a4..00000000
--- a/data/maps/rivalry.yaml
+++ /dev/null
@@ -1,83 +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:
- - "''*'''''''''_____'''''''''*''*'"
- - "''''''''''''_____''''''''''''''"
- - "''████████c'_____'c'c'c'█████''"
- - "''█#SPPos█t'_____'t't't'█fT#█''"
- - "''█p.....█c'_____'c'c'c'█..s█''"
- - "''█p.fC..d''_____'''''''█..F█''"
- - "''█p.....█c'_____'███dd██..R█''"
- - "''█#LRFTA█t'_____'█........A█''"
- - "''████████c'_____'█s#ppPSoo#█''"
- - "''''''''''''_____'███████████''"
- - "''''''''''''_____''''''''''''''"
- - "'''''''''''X_____''''''''''*''*"
- - "'''''''''''X_____''''''*'''*'''"
- - "**'''*''''''__~__''''''''*'''*'"
-
-tiles:
- "#": counter
- "f": counter
- "p": counter
- "t": table
- "w": counter-window
- "s": sink
- "o": oven
- "S": stove
- "P": stove
- "C": cutting-board
- "R": steak-crate
- "T": tomato-crate
- "F": flour-crate
- "L": leek-crate
- "A": lettuce-crate
- "X": trash
-
- "c": chair
- ".": floor
- "'": grass
- "*": tree
- "~": path
- "!": path
- "_": path
- "d": door
- "█": wall
-
-items:
- "S": pot
- "P": pan
- "w": plate
- "p": plate
- "f": foodprocessor
-
-entities:
- - !customers
-
-chef_spawn: "~"
-customer_spawn: "~"
-
-walkable:
- - door
- - floor
- - chair
- - grass
- - path
-
-collider:
- - wall
- - tree