diff options
author | metamuffin <metamuffin@disroot.org> | 2025-07-17 20:47:04 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-07-17 20:47:04 +0200 |
commit | 796e45389dda1aac41dec93711813e5fbb1fa2d8 (patch) | |
tree | 8bf2d0a819c5697a7feeb7a4d3458168d27abe8f /data | |
parent | 0eeb392a61c592d25eee7088006a1aa871d8f650 (diff) | |
download | hurrycurry-796e45389dda1aac41dec93711813e5fbb1fa2d8.tar hurrycurry-796e45389dda1aac41dec93711813e5fbb1fa2d8.tar.bz2 hurrycurry-796e45389dda1aac41dec93711813e5fbb1fa2d8.tar.zst |
Add pan and more crates to village map; close #344
Diffstat (limited to 'data')
-rw-r--r-- | data/maps/village.yaml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/data/maps/village.yaml b/data/maps/village.yaml index 2216c991..9d99bf32 100644 --- a/data/maps/village.yaml +++ b/data/maps/village.yaml @@ -19,15 +19,15 @@ map: - "''''''''''''''~_''''''''''''''" - "''''''''''''''__''''''''''''''" - "'''█████'█████__█████'█████'''" - - "'''█#CC█'█ff#█__█#oo█'█SS#█'''" + - "'''█#CC█'█UU#█__█#oo█'█SS#█'''" - "'''█#..d_d..#█__█#..d_d..#█'''" - "'''█#..d_d..X█__█X..d_d..#█'''" - "'''█████_█████__█████_█████'''" - "''''''''______________''''''''" - "'''█████_█████__█████_█████'''" - - "'''█p..d_d..#█__█#..d_d..p█'''" - - "'''█p..d_d..#█__█#..d_d..p█'''" - - "'''█LR.█'█FT#█__█ss#█'█pp#█'''" + - "'''█p..d_d..p█__█#..d_d..p█'''" + - "'''█D..d_d..K█__█#..d_d..p█'''" + - "'''█#LR█'█FT#█__█ss#█'█pp#█'''" - "'''█████'█████__█████'█████'''" - "'''=ctc'''ctc'__'ctc'''ctc='''" - "'''=ctc'''ctc'__'ctc'''ctc='''" @@ -49,11 +49,14 @@ tiles: "s": sink "o": oven "S": stove + "U": stove "C": cuttingboard "R": steak-crate "T": tomato-crate "F": flour-crate "L": leek-crate + "K": lettuce-crate + "D": cheese-crate "X": trash "c": chair @@ -69,6 +72,7 @@ tiles: items: "S": pot + "U": pan "w": plate "p": plate "f": foodprocessor |