diff options
| author | tpart <tpart120@proton.me> | 2026-03-05 19:51:20 +0100 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2026-03-05 19:51:27 +0100 |
| commit | 2fb5be089b60157f463f6423a4a1880e252a403b (patch) | |
| tree | 3b52c9b5577a98db4b721c7c58b6ef525e07ecf5 | |
| parent | 051d24bf65475e08fb7c11e258e503192c0cb52e (diff) | |
| download | hurrycurry-2fb5be089b60157f463f6423a4a1880e252a403b.tar hurrycurry-2fb5be089b60157f463f6423a4a1880e252a403b.tar.bz2 hurrycurry-2fb5be089b60157f463f6423a4a1880e252a403b.tar.zst | |
Convert anticurry to new map format
| -rw-r--r-- | data/maps/5star.yaml | 4 | ||||
| -rw-r--r-- | data/maps/anticurry.yaml | 45 | ||||
| -rw-r--r-- | data/palettes.yaml | 4 |
3 files changed, 10 insertions, 43 deletions
diff --git a/data/maps/5star.yaml b/data/maps/5star.yaml index 76fe74a4..515616d2 100644 --- a/data/maps/5star.yaml +++ b/data/maps/5star.yaml @@ -22,8 +22,8 @@ map: - " ''''''''*''''''''*''''''''' " - "'''██████████████████████''*' " - "'''█c..........|.......d█'''' " - - "'''▒tc..c...c..|..ppg..a▒'''' " - - " ''█c..ctc.ctc.█..p#g..a▒''*' " + - "'''▒tc..c...c..|..ppr..a▒'''' " + - " ''█c..ctc.ctc.█..p#r..a▒''*' " - " ''█...ctc.ctc.w.......b█''*' " - " ''█c...c...c..w..##e..b█X'' " - "'''▒tc.........w..f#e..#█''' " diff --git a/data/maps/anticurry.yaml b/data/maps/anticurry.yaml index fb216bbf..f6fe96dc 100644 --- a/data/maps/anticurry.yaml +++ b/data/maps/anticurry.yaml @@ -16,52 +16,17 @@ score_baseline: 200 hand_count: 2 recipes: anticurry +use_palettes: [default] map: - "............................." - "..█████████████████████████.." - - "..█ctc.ctc█sppPPSSZCMTUVLA█.." - - "!_d'''''''d'''''''''''''''d~." - - "._d'''''''d'''''''''''''''d.." - - "..█ctc.ctc█pggoohöffGÄREFD█.." + - "..█ctc.ctc█sppbbaareKFECHI█.." + - "?-|'''''''|'''''''''''''''|,." + - "--|'''''''|'''''''''''''''|.." + - "..█ctc.ctc█pggooudffGLAJDB█.." - "..█████████████████████████.." - "............................." -tiles: - "#": counter - "f": counter -i=foodprocessor - "p": counter -i=plate - "g": counter -i=glass - "t": table - "s": sink - "o": oven -x - "h": freezer -x - "ö": deep-fryer -x -i=basket - "S": stove -i=pot - "P": stove -i=pan - "C": cutting-board - "Z": rolling-board - "M": crate:mushroom -x - "Ä": crate:potato -x - "R": crate:steak -x - "D": crate:coconut -x - "V": crate:strawberry -x - "F": crate:fish -x - "U": crate:rice -x - "T": crate:tomato -x - "G": crate:flour -x - "L": crate:leek -x - "A": crate:lettuce -x - "E": crate:cheese -x - - "c": chair -w - ".": floor -w - "'": grass -w - "~": floor -w --chef-spawn - "!": floor -w --customer-spawn - "_": path -w - "d": door -w - "█": wall -c - entities: - !customers scaling_factor: 0.7 diff --git a/data/palettes.yaml b/data/palettes.yaml index 79ed1157..8fb3e553 100644 --- a/data/palettes.yaml +++ b/data/palettes.yaml @@ -2,6 +2,7 @@ default: "#": floor counter "f": floor counter -i=foodprocessor "p": floor counter -i=plate + "g": floor counter -i=glass "w": floor counter-window -i=plate "v": floor counter-window -i=glass @@ -11,7 +12,7 @@ default: "b": floor stove -i=pan "s": floor counter sink "d": floor counter deep-fryer -i=basket - "g": floor counter rolling-board + "r": floor counter rolling-board "e": floor counter cutting-board "h": floor counter book --book @@ -38,6 +39,7 @@ default: "!": street --customer-spawn "_": street "-": path + "?": path --customer-spawn "|": floor door "█": wall "▒": wall-window |