diff options
Diffstat (limited to 'data/maps/zigzag.yaml')
-rw-r--r-- | data/maps/zigzag.yaml | 76 |
1 files changed, 23 insertions, 53 deletions
diff --git a/data/maps/zigzag.yaml b/data/maps/zigzag.yaml index 6660cdf5..08a03ce1 100644 --- a/data/maps/zigzag.yaml +++ b/data/maps/zigzag.yaml @@ -20,11 +20,11 @@ map: - "'''██████████████████''*''" - "'''█Xoof#MNF#█..ctc.█'''''" - "'*'█s........d...c..█'*'''" - - "'''█#..ssppp#█c....c█'''''" + - "'''█#..SSppp#█c....c█'''''" - "'''█#.......#█tc...t█'''''" - - "'*'█##C###...d......d__*''" + - "'*'█##C###..~d......d__*''" - "'''█#.......#█tc...c█'*'''" - - "*''█#..ssppp#█c....t█'''''" + - "*''█#..PPppp#█c....t█'''''" - "'''█s........d...c..█'''''" - "'''█Xoof#LRT#█..ctc.█'''''" - "*''██████████████████'''''" @@ -33,62 +33,32 @@ map: tiles: "#": counter - "v": conveyor - "^": conveyor - "f": counter - "p": counter + "f": counter -i=foodprocessor + "p": counter -i=plate "t": table - "w": counter-window "s": sink "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 - "M": lettuce-crate - "N": coconut-crate - "X": trash + "R": steak-crate -x + "T": tomato-crate -x + "F": flour-crate -x + "L": leek-crate -x + "M": lettuce-crate -x + "N": coconut-crate -x + "X": trash -x - "c": chair - ".": floor - "'": grass - "*": tree - "d": door - "~": floor - "!": path - "_": path - "█": wall - -tile_entities: - ">": !conveyor { dir: [1, 0] } - "<": !conveyor { dir: [-1, 0] } - "v": !conveyor { dir: [0, 1] } - "^": !conveyor { dir: [0, -1] } - -items: - "S": pot - "P": pan - "w": plate - "p": plate - "f": foodprocessor + "c": chair -w + ".": floor -w + "'": grass -w + "*": tree -c + "d": door -w + "~": floor -w --chef-spawn + "!": path -w --customer-spawn + "_": path -w + "█": wall -c entities: - !customers scaling_factor: 0.35 - -chef_spawn: "~" -customer_spawn: "!" - -walkable: - - door - - floor - - chair - - grass - - path - -collider: - - wall - - tree |