diff options
author | tpart <tpart120@proton.me> | 2024-09-20 15:06:23 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-09-20 15:06:28 +0200 |
commit | 4eed92321fed52b99369fcebf369ee443af8160f (patch) | |
tree | 21006f9adf83ad64bbfc71af48b049ead7055d1c | |
parent | 371c81a17a706ef257c4a202a0de33116026e72f (diff) | |
download | hurrycurry-4eed92321fed52b99369fcebf369ee443af8160f.tar hurrycurry-4eed92321fed52b99369fcebf369ee443af8160f.tar.bz2 hurrycurry-4eed92321fed52b99369fcebf369ee443af8160f.tar.zst |
Update station map
-rw-r--r-- | data/maps/station.yaml | 38 |
1 files changed, 18 insertions, 20 deletions
diff --git a/data/maps/station.yaml b/data/maps/station.yaml index 96384b24..44a34697 100644 --- a/data/maps/station.yaml +++ b/data/maps/station.yaml @@ -17,24 +17,20 @@ # score_baseline: 200 map: - - "''''''''''''''''''''''''" - - "''''██▒▒███▒▒██▒▒██'''''" - - "_~__d.ct.w.ss█#ff#█===='" - - "_!__d.ct.w...d...o▒X_*='" - - "''X'█.ct.█████.p.o▒X_'='" - - "''''▒.ct.....w.p.o█X_'='" - - "''''█.ct.....w.p..d__'='" - - "''''▒.ct.....w.p.S██d██'" - - "''''█.ct.....█.p.S█L.T█'" - - "''''▒.ct.....d...S█R.F█'" - - "''''█........█#CC#█ppp█'" - - "''''██▒▒▒▒▒▒███▒▒██████'" - - "''''''''''''''''''''''''" - - "________________________" - - "________________________" - - "________________________" - - "________________________" - - "''''''''''''''''''''''''" + - "'*''''''''''''''''''''*''" + - "''''██▒▒█▒▒█▒▒█▒▒██''*''*" + - "_~__d......█s##ff#█====''" + - "_!__d.ct...d.....o▒'_X=''" + - "''X'█.ct...█..p..o▒'_L=''" + - "''''▒.ct...w..p..o█'_A=''" + - "''''█.ct...w..p...d__R=''" + - "''''▒.ct...w..p..P█'_D=''" + - "''''█.ct...█..p..P█'_T=''" + - "''''▒.ct...d.....P█'_F=''" + - "''''█......█###CC#█====''" + - "''''██▒▒█▒▒█▒▒█▒▒██''''''" + - "'''''''''''''''''''''''''" + - "''''''''''''''''''''''''*" tiles: "#": counter @@ -44,9 +40,11 @@ tiles: "w": counter-window "s": sink "o": oven - "S": stove + "P": stove "C": cuttingboard + "A": lettuce-crate "R": steak-crate + "D": cheese-crate "T": tomato-crate "F": flour-crate "L": leek-crate @@ -65,7 +63,7 @@ tiles: "=": fence items: - "S": pot + "P": pan "p": plate "f": foodprocessor |