diff options
Diffstat (limited to 'data/maps/debug2.yaml')
-rw-r--r-- | data/maps/debug2.yaml | 83 |
1 files changed, 11 insertions, 72 deletions
diff --git a/data/maps/debug2.yaml b/data/maps/debug2.yaml index 54f7e3cf..b4a578da 100644 --- a/data/maps/debug2.yaml +++ b/data/maps/debug2.yaml @@ -38,59 +38,17 @@ map: - ".............'''''''''''" tiles: - "⌷": counter - "f": counter - "p": counter - "t": table - "w": counter-window - "s": sink - "o": oven - "z": freezer - "S": stove - "b": book - "C": cutting-board - "0": rice-crate - "1": steak-crate - "2": tomato-crate - "3": leek-crate - "4": coconut-crate - "5": strawberry-crate - "6": flour-crate - "7": fish-crate - "8": cheese-crate - "9": lettuce-crate - "X": trash - - "¹": black-hole-counter - "²": white-hole-counter - "³": black-hole - "⁴": white-hole - "l": lamp - "c": chair - "~": floor - ".": floor - "'": grass - "*": tree - "!": path - "_": path - "d": door - "▒": wall-window - "█": wall - "H": house-wall - "+": house-balcony - "R": house-roof - "T": house-roof-chimney - "|": house-side - "@": house-oriel - "D": house-door -items: - "S": pot - "w": plate - "p": plate - "f": foodprocessor - "}": foodprocessor - "]": foodprocessor - "ö": pot + "l": lamp -c + "~": floor -w --chef-spawn + ".": floor -w + "'": grass -w + "H": house-wall -c + "+": house-balcony -c + "R": house-roof -c + "T": house-roof-chimney -c + "|": house-side -c + "@": house-oriel -c + "D": house-door -c entities: - !environment_effect { name: rain, on: 60, off: 40 } @@ -105,22 +63,3 @@ entities: points: [[7, 7], [19, 7], [19, 13], [7, 13]] spawn_delay: 0.5 spawn_delay_stdev: 1 - -chef_spawn: "~" -customer_spawn: "!" - -walkable: - - door - - floor - - chair - - grass - - path - - black-hole - - chandelier - -collider: - - wall - - wall-window - - tree - - lamp - - white-hole |