diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-12-14 19:18:10 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-12-14 19:18:10 +0100 |
| commit | 54e6a3348de36ed6b195a8738035d5a5998f7af0 (patch) | |
| tree | 2fa2bd5de4d3061af254d2f2abedf3e53ca6f045 | |
| parent | e28685b73e644b4bec1451a8271e666aba179f9e (diff) | |
| download | hurrycurry-54e6a3348de36ed6b195a8738035d5a5998f7af0.tar hurrycurry-54e6a3348de36ed6b195a8738035d5a5998f7af0.tar.bz2 hurrycurry-54e6a3348de36ed6b195a8738035d5a5998f7af0.tar.zst | |
Add star map (close #531)
| -rw-r--r-- | data/maps/star.yaml | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/data/maps/star.yaml b/data/maps/star.yaml new file mode 100644 index 00000000..5af0c5ec --- /dev/null +++ b/data/maps/star.yaml @@ -0,0 +1,75 @@ +# 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: 300 +hand_count: 1 +map: + - "'''''''''''_!_'''''''''''" + - "'''''''''''___'''''''''''" + - "'''''.......,.......'''''" + - "'''''.c...........c.'''''" + - "'''''ctc.ctc.ctc.ctc'''''" + - "'''''.c...........c.'''''" + - "'''''..ctc.....ctc..'''''" + - "'''███████.....███████'''" + - "'''█#eerr█wwwww█ooooX█'''" + - "'''d.....#.....#.....d'''" + - "'''█E....#.+++.#....A█'''" + - "'''█B....#.....#....F█'''" + - "'''███████.....███████'''" + - "'''█G....#.....#....C█'''" + - "'''█D....#.+++.#....H█'''" + - "'''d.....#.....#.....d'''" + - "'''█pppaa███d███llff#█'''" + - "'''███████'''''███████'''" + - "'''''''''''''''''''''''''" + - "'''''''''''''''''''''''''" + - "'''''''''''''''''''''''''" + +tiles: + "#": counter + "+": counter -i=plate + "f": counter -i=foodprocessor + "w": counter-window + "l": sink + "o": oven -x + "p": stove -i=pot + "a": stove -i=pan + "e": cutting-board + "r": rolling-board + "X": trash -x + + "A": crate:steak -x + "B": crate:coconut -x + "C": crate:cheese -x + "D": crate:lettuce -x + "E": crate:rice -x + "F": crate:tomato -x + "G": crate:flour -x + "H": crate:leek -x + + ".": floor -w + ",": floor -w --chef-spawn + "'": grass -w + "t": table + "c": chair -w + "_": path -w + "!": path -w --customer-spawn + "d": door -w + "█": wall -c + +entities: + - !customers + scaling_factor: 0.7 |