diff options
Diffstat (limited to 'data/maps/station.yaml')
-rw-r--r-- | data/maps/station.yaml | 63 |
1 files changed, 21 insertions, 42 deletions
diff --git a/data/maps/station.yaml b/data/maps/station.yaml index d69eee85..2e3aa818 100644 --- a/data/maps/station.yaml +++ b/data/maps/station.yaml @@ -33,55 +33,34 @@ map: tiles: "#": counter - "f": counter - "p": counter + "f": counter -i=foodprocessor + "p": counter -i=plate "t": table "w": counter-window - "s": sink + "s": sink -x "o": oven - "P": stove + "P": stove -i=pan "C": cutting-board - "A": lettuce-crate - "R": steak-crate - "D": cheese-crate - "T": tomato-crate - "F": flour-crate - "L": leek-crate - "X": trash + "A": lettuce-crate -x + "R": steak-crate -x + "D": cheese-crate -x + "T": tomato-crate -x + "F": flour-crate -x + "L": leek-crate -x + "X": trash -x "c": chair - ".": floor - "'": grass - "*": tree - "~": path - "!": path - "_": path - "d": door - "█": wall - "▒": wall-window - "=": fence - -items: - "P": pan - "p": plate - "f": foodprocessor + ".": floor -w + "'": grass -w + "*": tree -c + "~": path -w --chef-spawn + "!": path -w --customer-spawn + "_": path -w + "d": door -w + "█": wall -c + "▒": wall-window -c + "=": fence -c entities: - !customers scaling_factor: 0.7 - -chef_spawn: "~" -customer_spawn: "!" - -walkable: - - door - - floor - - chair - - grass - - path - -collider: - - wall - - tree - - wall-window - - fence |