diff options
author | Sofviic <sofviic1993@gmail.com> | 2024-07-07 23:19:50 +0300 |
---|---|---|
committer | Sofviic <sofviic1993@gmail.com> | 2024-07-07 23:19:50 +0300 |
commit | 7692dc776b649d3192d05f7271877477f12e7627 (patch) | |
tree | 1b459287154f96bd4912acb4f40b67320c1cdb2b /data | |
parent | 83b6420d7594ae29d8f9731d3273f9a4fa995d50 (diff) | |
download | hurrycurry-7692dc776b649d3192d05f7271877477f12e7627.tar hurrycurry-7692dc776b649d3192d05f7271877477f12e7627.tar.bz2 hurrycurry-7692dc776b649d3192d05f7271877477f12e7627.tar.zst |
smallest map; smallest map possible (in building)
Diffstat (limited to 'data')
-rw-r--r-- | data/index.yaml | 1 | ||||
-rw-r--r-- | data/maps/smallest.yaml | 57 |
2 files changed, 58 insertions, 0 deletions
diff --git a/data/index.yaml b/data/index.yaml index 5bc0f73e..816656b5 100644 --- a/data/index.yaml +++ b/data/index.yaml @@ -20,6 +20,7 @@ maps: - zigzag - bbq - station + - smallest recipes: - none diff --git a/data/maps/smallest.yaml b/data/maps/smallest.yaml new file mode 100644 index 00000000..296cf3c6 --- /dev/null +++ b/data/maps/smallest.yaml @@ -0,0 +1,57 @@ +map: + - "████████'" + - "█oSC.tc█X" + - "█......d_" + - "█LTFRpf█~" + - "████████!" + + +tiles: + "#": counter + "<": counter + ">": counter + "v": counter + "^": counter + "f": counter + "p": counter + "t": table + "w": counter-window + "s": sink + "o": oven + "S": stove + "C": cuttingboard + "R": raw-steak-crate + "T": tomato-crate + "F": flour-crate + "L": leek-crate + "X": trash + + "c": chair + ".": floor + "'": grass + "*": tree + "~": path + "!": path + "_": path + "d": door + "█": wall + "▒": wall-window + +items: + "S": pot + "p": plate + "f": foodprocessor + +chef_spawn: "~" +customer_spawn: "!" + +walkable: + - door + - floor + - chair + - grass + - path + +collider: + - wall + - tree |