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/streetfood.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/streetfood.yaml')
-rw-r--r-- | data/maps/streetfood.yaml | 70 |
1 files changed, 21 insertions, 49 deletions
diff --git a/data/maps/streetfood.yaml b/data/maps/streetfood.yaml index b9a954cb..50647511 100644 --- a/data/maps/streetfood.yaml +++ b/data/maps/streetfood.yaml @@ -32,39 +32,31 @@ map: tiles: "#": counter - "p": counter - "G": counter + "p": counter -i=plate + "G": counter -i=glass "t": table - "s": sink - "Y": stove + "s": sink -x + "Y": stove -i=pan "C": cutting-board - "R": steak-crate - "T": tomato-crate - "F": flour-crate - "L": leek-crate - "B": lettuce-crate - "D": cheese-crate + "R": steak-crate -x + "T": tomato-crate -x + "B": lettuce-crate -x "X": trash - "l": lamp - "8": chandelier - "1": ceiling-lamp + "l": lamp -c + "8": chandelier -w + "1": ceiling-lamp -w - "c": chair - ".": floor - "'": grass - "*": tree - "_": path - "~": street - "!": street - "-": street - "d": door - "█": wall - "▒": wall-window - -items: - "Y": pan - "p": plate - "G": glass + "c": chair -w + ".": floor -w + "'": grass -w + "*": tree -c + "_": path -w + "~": street -w --chef-spawn + "!": street -w --customer-spawn + "-": street -w + "d": door -w + "█": wall -c + "▒": wall-window -c entities: - !customers @@ -85,23 +77,3 @@ entities: points: [[15, 12], [14, 4], [15, 0]] spawn_delay: 2.0 spawn_delay_stdev: 1 - - -chef_spawn: "~" -customer_spawn: "!" - -walkable: - - door - - floor - - chair - - grass - - path - - street - - chandelier - - ceiling-lamp - -collider: - - wall - - tree - - wall-window - - lamp |