diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-06-20 14:00:38 +0200 | 
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-06-23 19:21:49 +0200 | 
| commit | 5bf50cd276a568f55fb1d5aedef96e614bed015b (patch) | |
| tree | 94adf4dbed06a407e3b3223175d4e5a4e0a21e22 /data/map.yaml | |
| parent | 7d721cae4241e01dd3f88b38a7d005d18d647454 (diff) | |
| download | hurrycurry-5bf50cd276a568f55fb1d5aedef96e614bed015b.tar hurrycurry-5bf50cd276a568f55fb1d5aedef96e614bed015b.tar.bz2 hurrycurry-5bf50cd276a568f55fb1d5aedef96e614bed015b.tar.zst | |
generated recipes, adjust duration, rename items, other stuff
Diffstat (limited to 'data/map.yaml')
| -rw-r--r-- | data/map.yaml | 21 | 
1 files changed, 14 insertions, 7 deletions
| diff --git a/data/map.yaml b/data/map.yaml index aa065a47..de121cc4 100644 --- a/data/map.yaml +++ b/data/map.yaml @@ -3,19 +3,19 @@ map:      - "|ctc.ctc.ctc.ctc.ctc.|"      - "|.....c..............|"      - "|c...c...+--www---dd-+" -    - "|tc.ctc..|##...CC#..D|" -    - "|c...c...w........~.S|" +    - "|tc.ctc..|SS...CC#..X|" +    - "|c...c...w........~.R|"      - "|c.......w..######..T|"      - "|tc......w..........F|" -    - "|c.....ct|##ss#oopp#X|" +    - "|c.....ct|##ss#oo####|"      - "+---dd---+-----------+"      - "......................"      - ".........!............"      - "......................"  tiles: -    "~": chef-spawn -    "!": customer-spawn +    "~": floor +    "!": floor      ".": floor      "+": wall      "-": wall @@ -27,10 +27,17 @@ tiles:      "w": window      "s": sink      "o": oven -    "p": pan +    "S": stove      "C": cuttingboard -    "S": raw-steak-crate +    "R": raw-steak-crate      "T": tomato-crate      "F": flour-crate      "D": dirty-plate-crate      "X": trash + +chef_spawn: "~" +customer_spawn: "!" + +items: +    "S": pot +    "w": plate |