diff options
Diffstat (limited to 'data/maps/scattered.yaml')
| -rw-r--r-- | data/maps/scattered.yaml | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/data/maps/scattered.yaml b/data/maps/scattered.yaml new file mode 100644 index 00000000..1cebd7ef --- /dev/null +++ b/data/maps/scattered.yaml @@ -0,0 +1,76 @@ +# 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 +hand_count: 2 +map: + - "''''''''''''''''''''''''" + - "''''''''''''''''''''''''" + - "''''................''''" + - "''''.hf..ei..ap..cF.''''" + - "''''.A#..od..E#..#g.''''" + - "''''.......~........''''" + - "''''................''''" + - "''''.cf..#C..bd..bh.''''" + - "''''.aB..oo..#a..eG.''''" + - "''''................''''" + - "''''................''''" + - "''''.oe..#D..o#..#c.''''" + - "''''.Io..fp..H#..po.''''" + - "''''................''''" + - "''''''''''''''''''''''''" + - "''=^t^'^t^'__'^t^'^t^=''" + - "''=^t^'^t^'__'^t^'^t^=''" + - "''='________________'=''" + - "''=^t^'^t^'__'^t^'^t^=''" + - "''=^t^'^t^'__'^t^'^t^=''" + - "''=========__=========''" + - "'''''''''''_!'''''''''''" + +tiles: + "#": counter + "o": counter -i=plate + "p": counter -i=glass + "t": table + "a": cutting-board + "b": rolling-board + "c": oven -x + "d": freezer -x + "e": stove -i=pot + "f": counter -i=foodprocessor + "g": book --book + "h": sink + "i": trash -x + "A": fish-crate -x + "B": mushroom-crate -x + "C": flour-crate -x + "D": rice-crate -x + "E": leek-crate -x + "F": tomato-crate -x + "G": coconut-crate -x + "H": cheese-crate -x + "I": strawberry-crate -x + + "^": chair -w + "'": grass -w + ".": floor -w + "~": floor -w --chef-spawn + "!": path -w --customer-spawn + "_": path -w + "=": fence -c + +entities: + - !customers + scaling_factor: 0.2 |