aboutsummaryrefslogtreecommitdiff
path: root/data
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
parentb01b3ca3d7993f11df0e34fdf36b9ccda7253503 (diff)
downloadhurrycurry-4cc5894a83972a336b4cd641a1271790a9b6fe13.tar
hurrycurry-4cc5894a83972a336b4cd641a1271790a9b6fe13.tar.bz2
hurrycurry-4cc5894a83972a336b4cd641a1271790a9b6fe13.tar.zst
Remove rivalry map
Diffstat (limited to 'data')
-rw-r--r--data/index.yaml1
-rw-r--r--data/maps/rivalry.yaml83
2 files changed, 0 insertions, 84 deletions
diff --git a/data/index.yaml b/data/index.yaml
index 3d5cb5dc..d50e4cb1 100644
--- a/data/index.yaml
+++ b/data/index.yaml
@@ -27,7 +27,6 @@ maps:
sophomore: { name: "Sophomore", players: 1, difficulty: 1 }
junior: { name: "Junior", players: 3, difficulty: 1 }
senior: { name: "Senior", players: 4, difficulty: 1 }
- rivalry: { name: "Rivalry", players: 3, difficulty: 1 }
paris: { name: "Paris", players: 2, difficulty: 1 }
line: { name: "Line", players: 2, difficulty: 1 }
bbq: { name: "BBQ", players: 2, difficulty: 1 }
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