diff options
| -rw-r--r-- | data/maps/debug.yaml | 80 |
1 files changed, 39 insertions, 41 deletions
diff --git a/data/maps/debug.yaml b/data/maps/debug.yaml index 92e91331..5ec90bf6 100644 --- a/data/maps/debug.yaml +++ b/data/maps/debug.yaml @@ -17,37 +17,41 @@ score_baseline: 100000 default_timer: 1000000 map: - "........................" - - "...~...................." - "........................" - - "..0123456789ß?ÜÖ........" - - "....................¹..." - - "..⌷fRY.ST™o..X......⌷..." - - "..s⌷⌷⌷.⌷⌷™z.........²..." - - "................³......." - - "..ppppbpppp............." - - "..cccc.cccc..'''''''''''" - - ".............''''''''⁴''" - - ".A...........''l''''''''" - - ".Æ...........'''''''''''" - - ".A...........''l''''''''" - - ".B....C......'''''''''''" - - ".BBBCCC......''l''''''''" - - ".............'''''''''''" - - ".............'''''''''''" + - "..0123456789¹²³¼½......." + - "..~....................." + - "........................" + - "..ab⌷cd.ef⌷gh.ij........" + - "........................" + - "..x...zzz...zzz........." + - "......yyy...yyy........." + - "........................" + - ".A......................" + - ".Æ............Ø........." + - ".A......................" + - ".B....C................." + - ".BBBCCC................." + - ".....................ø.." + - "........................" + - "........................" tiles: "⌷": counter - "f": counter -i=foodprocessor - "p": counter -i=plate - "s": sink - "o": oven - "z": freezer - "S": stove -i=pot - "T": stove -i=pan - "b": book --book - "Y": cutting-board - "™": deep-fryer -xi=basket - "R": rolling-board + "a": counter -i=foodprocessor + "b": sink + "c": oven + "d": freezer + "e": stove -i=pot + "f": stove -i=pan + "g": cutting-board + "h": rolling-board + "i": deep-fryer -xi=basket + "j": counter + + "x": book --book + "y": chair -w + "z": counter -i=plate + "0": rice-crate -x "1": steak-crate -x "2": tomato-crate -x @@ -58,28 +62,22 @@ tiles: "7": fish-crate -x "8": cheese-crate -x "9": lettuce-crate -x - "ß": mushroom-crate -x - "?": potato-crate -x - "Ü": bun-crate -x - "Ö": noodles-crate -x - "X": trash -x + "¹": mushroom-crate -x + "²": potato-crate -x + "³": bun-crate -x + "¼": noodles-crate -x + "½": trash -x - "¹": black-hole-counter - "²": white-hole-counter - "³": black-hole -w - "⁴": white-hole -c - "l": lamp -c - "c": chair -w + "Ø": black-hole -w + "ø": white-hole -c "~": floor -w --chef-spawn --customer-spawn ".": floor -w - "'": grass -w "Æ": counter-window:blue "A": wall:blue -c "B": wall:red -c "C": wall:green -c entities: - - !player_portal { from: [16.5, 7.5], to: [21.5, 10.5] } - - !item_portal { from: [20, 4], to: [20, 6] } + - !player_portal { from: [14.5, 12.5], to: [21.5, 16.5] } - !environment_effect { name: rain, on: 60, off: 40 } - !environment_effect { name: wind, on: 60, off: 40 } |