diff options
author | nokoe <nokoe@mailbox.org> | 2025-09-30 17:11:08 +0200 |
---|---|---|
committer | nokoe <nokoe@mailbox.org> | 2025-09-30 17:12:00 +0200 |
commit | c689765017d997d919700f97b2d9252afafe5efe (patch) | |
tree | 1bd2cfaac7bd5551088edc5d5e1b6cf2f9237989 /data/maps/auto_sushi.yaml | |
parent | 06b7752f7322069af9b519c4648e359f310b514d (diff) | |
download | hurrycurry-c689765017d997d919700f97b2d9252afafe5efe.tar hurrycurry-c689765017d997d919700f97b2d9252afafe5efe.tar.bz2 hurrycurry-c689765017d997d919700f97b2d9252afafe5efe.tar.zst |
migrate anitcurry, auto_sushi, salad, senior, sophomore, station,
streetfood, teeny
Diffstat (limited to 'data/maps/auto_sushi.yaml')
-rw-r--r-- | data/maps/auto_sushi.yaml | 64 |
1 files changed, 21 insertions, 43 deletions
diff --git a/data/maps/auto_sushi.yaml b/data/maps/auto_sushi.yaml index bb5cb1a9..b42c257e 100644 --- a/data/maps/auto_sushi.yaml +++ b/data/maps/auto_sushi.yaml @@ -38,9 +38,9 @@ map: tiles: "#": counter - "f": counter - "p": counter - "P": counter + "f": counter -i=foodprocessor + "p": counter -i=plate + "P": counter -i=pot ">": conveyor "<": conveyor "^": conveyor @@ -48,28 +48,28 @@ tiles: "‹": counter-window "›": counter-window "0": wall-window - "s": sink + "s": sink -x "o": oven - "S": stove + "S": stove -i=pot "C": cutting-board - "R": fish-crate - "T": tomato-crate - "F": rice-crate - "Y": coconut-crate - "L": leek-crate - "X": trash + "R": fish-crate -x + "T": tomato-crate -x + "F": rice-crate -x + "Y": coconut-crate -x + "L": leek-crate -x + "X": trash -x "t": table - "c": chair - ".": floor - "'": grass - "=": fence - "*": tree - "~": path - "!": path - "_": path - "d": door - "█": wall + "c": chair -w + ".": floor -w + "'": grass -w + "=": fence -c + "*": tree -c + "~": path -w --chef-spawn + "!": path -w --customer-spawn + "_": path -w + "d": door -w + "█": wall -c tile_entities: ">": !conveyor { dir: [1, 0] } @@ -80,27 +80,5 @@ tile_entities: "^": !conveyor { dir: [0, -1] } "X": !conveyor { dir: [0, -1] } -items: - "S": pot - "P": pot - "w": plate - "p": plate - "f": foodprocessor - entities: - !customers - -chef_spawn: "~" -customer_spawn: "!" - -walkable: - - door - - floor - - chair - - grass - - path - -collider: - - wall - - tree - - fence |