diff options
Diffstat (limited to 'data/maps/sophomore.yaml')
-rw-r--r-- | data/maps/sophomore.yaml | 64 |
1 files changed, 21 insertions, 43 deletions
diff --git a/data/maps/sophomore.yaml b/data/maps/sophomore.yaml index 0602b6ff..6941e5b8 100644 --- a/data/maps/sophomore.yaml +++ b/data/maps/sophomore.yaml @@ -32,53 +32,31 @@ map: tiles: "⌷": counter - "f": counter - "p": counter + "f": counter -i=foodprocessor + "p": counter -i=plate "t": table - "w": counter-window - "s": sink + "w": counter-window -i=plate + "s": sink -x "o": oven - "S": stove - "P": stove + "S": stove -i=pot + "P": stove -i=pan "C": cutting-board - "R": steak-crate - "T": tomato-crate - "F": flour-crate - "L": leek-crate - "X": trash + "R": steak-crate -x + "T": tomato-crate -x + "F": flour-crate -x + "L": leek-crate -x + "X": trash -x - "c": chair - "~": floor - ".": floor - "'": grass - "*": tree - "!": path - "_": path - "d": door - "▒": wall-window - "█": wall - -items: - "S": pot - "P": pan - "w": plate - "p": plate - "f": foodprocessor + "c": chair -w + "~": floor -w --chef-spawn + ".": floor -w + "'": grass -w + "*": tree -c + "!": path -w --customer-spawn + "_": path -w + "d": door -w + "▒": wall-window -c + "█": wall -c entities: - !customers - -chef_spawn: "~" -customer_spawn: "!" - -walkable: - - door - - floor - - chair - - grass - - path - -collider: - - wall - - wall-window - - tree |