diff options
author | tpart <tpart120@proton.me> | 2024-07-28 16:01:05 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-28 16:03:45 +0200 |
commit | f3fbeabaffb7fe7a435c69a838f887c069cee81f (patch) | |
tree | 58e147ec7e359667d6e2340bd2a11bca0378fca1 /data/maps/paris.yaml | |
parent | 93d5b4729a44c60bd6bfc46d5491a072c1d35b4c (diff) | |
download | hurrycurry-f3fbeabaffb7fe7a435c69a838f887c069cee81f.tar hurrycurry-f3fbeabaffb7fe7a435c69a838f887c069cee81f.tar.bz2 hurrycurry-f3fbeabaffb7fe7a435c69a838f887c069cee81f.tar.zst |
Add paris map
Diffstat (limited to 'data/maps/paris.yaml')
-rw-r--r-- | data/maps/paris.yaml | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/data/maps/paris.yaml b/data/maps/paris.yaml new file mode 100644 index 00000000..cb1aed69 --- /dev/null +++ b/data/maps/paris.yaml @@ -0,0 +1,91 @@ +# Hurry Curry! - a game about cooking +# Copyright 2024 Sofviic +# Copyright 2024 metamuffin +# Copyright 2024 nokoe +# +# 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: + - "''''l'''''l'''''l'''''l''" + - "'''''''''''''''''''''''''" + - "''''██▒▒████▒▒██▒▒███'''*" + - "''''█#ppppp#ss█oooo#█''''" + - "'*''▒.........d....R▒''*'" + - "''''█wwwdd█www█.ff.T█'''*" + - "*'''▒.........█....F▒''''" + - "''''█ctc..ctc.█.SS.L█''''" + - "*'''▒.........█....R▒'''*" + - "''''█ctc..ctc.█.SS.T█''''" + - "''''▒.........█....F▒''*'" + - "*'''█ctc..ctc.█XCC##█'''*" + - "''''██▒▒dd▒▒███▒▒████''''" + - "'l'''''l__l'''''l'''''l''" + - "''''''''__'''''''''''''''" + - "_________~_______________" + - "!________________________" + - "'''''''''''''''''''''''''" + + +tiles: + "#": 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 + "l": lamp + + "c": chair + ".": floor + "'": grass + "*": tree + "~": path + "!": path + "_": path + "d": door + "█": wall + "▒": wall-window + +items: + "S": pot + "p": plate + "f": foodprocessor + +entities: + - !customers + - !environment [night] + + +chef_spawn: "~" +customer_spawn: "!" + +walkable: + - door + - floor + - chair + - grass + - path + +collider: + - wall + - tree + - wall-window |