diff options
| author | Sofviic <sofviic1993@gmail.com> | 2024-07-07 22:50:30 +0300 | 
|---|---|---|
| committer | Sofviic <sofviic1993@gmail.com> | 2024-07-07 22:50:35 +0300 | 
| commit | 58f0c6a56318bbc7376467b91ec741c3babf7c89 (patch) | |
| tree | 26f4998027412eb96ae93e5b74e11fdd57083a46 /data | |
| parent | b9807def2cc76d5d389bf196c9f0b455c143ab48 (diff) | |
| download | hurrycurry-58f0c6a56318bbc7376467b91ec741c3babf7c89.tar hurrycurry-58f0c6a56318bbc7376467b91ec741c3babf7c89.tar.bz2 hurrycurry-58f0c6a56318bbc7376467b91ec741c3babf7c89.tar.zst | |
bbq map; outdoorsy
Diffstat (limited to 'data')
| -rw-r--r-- | data/index.yaml | 1 | ||||
| -rw-r--r-- | data/maps/bbq.yaml | 63 | 
2 files changed, 64 insertions, 0 deletions
| diff --git a/data/index.yaml b/data/index.yaml index 37229844..eedb16d6 100644 --- a/data/index.yaml +++ b/data/index.yaml @@ -18,6 +18,7 @@ maps:      - rivalry      - village      - zigzag +    - bbq  recipes:      - none diff --git a/data/maps/bbq.yaml b/data/maps/bbq.yaml new file mode 100644 index 00000000..5f648e32 --- /dev/null +++ b/data/maps/bbq.yaml @@ -0,0 +1,63 @@ +map: +    - "''''''''''''''''" +    - "''LL'TT''RR'FF''" +    - "'██████████████'" +    - "'ppSSfCCfoopssp'" +    - "''''''''''''''''" +    - "''cccc'__'cccc''" +    - "'Xtttt'__'ttttX'" +    - "''cccc'__'cccc''" +    - "'''''''__'''''''" +    - "'''''''!~X''''''" +    - "'''''''__'''''''" + +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 +    "w": plate +    "p": plate +    "f": foodprocessor + +chef_spawn: "~" +customer_spawn: "!" + +walkable: +    - door +    - floor +    - chair +    - grass +    - path + +collider: +    - wall +    - tree | 
