diff options
Diffstat (limited to 'data/maps/paris.yaml')
-rw-r--r-- | data/maps/paris.yaml | 76 |
1 files changed, 25 insertions, 51 deletions
diff --git a/data/maps/paris.yaml b/data/maps/paris.yaml index 1dfd5576..e79376e6 100644 --- a/data/maps/paris.yaml +++ b/data/maps/paris.yaml @@ -38,64 +38,38 @@ map: tiles: "#": counter - "f": counter - "p": counter + "f": counter -i=foodprocessor + "p": counter -i=plate "t": table "w": counter-window "s": sink "o": oven - "S": stove - "Y": stove + "S": stove -i=pot + "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 - "X": trash - "l": lamp - "8": chandelier - "1": ceiling-lamp + "R": steak-crate -x + "T": tomato-crate -x + "F": flour-crate -x + "L": leek-crate -x + "B": lettuce-crate -x + "D": cheese-crate -x + "X": trash -x + "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: - "S": pot - "Y": pan - "p": plate - "f": foodprocessor + "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 - !environment [night] - - -chef_spawn: "~" -customer_spawn: "!" - -walkable: - - door - - floor - - chair - - grass - - path - - street - - chandelier - - ceiling-lamp - -collider: - - wall - - tree - - wall-window - - lamp |