diff options
| author | tpart <tpart120@proton.me> | 2024-09-16 16:04:23 +0200 | 
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2024-09-16 16:04:27 +0200 | 
| commit | 4cbaedda4e3b1d700f4270a065cf11e5238c5fb5 (patch) | |
| tree | c0bd1f8e0e9801406c715ace7757659d463c582b /data | |
| parent | 4c517c59748282bfa6a496a03bbc4d2b7b7d78f8 (diff) | |
| download | hurrycurry-4cbaedda4e3b1d700f4270a065cf11e5238c5fb5.tar hurrycurry-4cbaedda4e3b1d700f4270a065cf11e5238c5fb5.tar.bz2 hurrycurry-4cbaedda4e3b1d700f4270a065cf11e5238c5fb5.tar.zst | |
Add more interesting items to plates on lobby map
Diffstat (limited to 'data')
| -rw-r--r-- | data/maps/lobby.yaml | 30 | 
1 files changed, 19 insertions, 11 deletions
| diff --git a/data/maps/lobby.yaml b/data/maps/lobby.yaml index d0a5b83d..5574df07 100644 --- a/data/maps/lobby.yaml +++ b/data/maps/lobby.yaml @@ -19,22 +19,26 @@ map:      - "*'''''*'''*'''''"      - "'*''*''''*'*'*'*"      - "*''██████████*''" -    - "*''█b..ctc.c█**'" -    - "'''█c...c.cT█'''" -    - "''*█tc.....c█*'*" -    - "'*'█c..~..ct█'''" -    - "'''█......cT█'*'" +    - "*''█b..c1c.c█**'" +    - "'''█c...c.c2█'''" +    - "''*█3c.....c█*'*" +    - "'*'█c..~..c4█'''" +    - "'''█......c5█'*'"      - "'*'█.c.....c█*''" -    - "''*█cTc..c..█'*'" -    - "'''█.c..ctc.█*''" +    - "''*█c2c..c..█'*'" +    - "'''█.c..c6c.█*''"      - "'*'██████████*''"      - "''*'''*'''*''*''"      - "'*''*''**'''**''"      - "*'''''''''*''''*"  tiles: -    "t": table -    "T": table +    "1": table +    "2": table +    "3": table +    "4": table +    "5": table +    "6": table      "s": sink      "c": chair      "~": floor @@ -45,8 +49,12 @@ tiles:      "█": wall  items: -    "t": plate:tomato-soup -    "T": plate:seared-patty,sliced-bun,sliced-lettuce,sliced-tomato +    "1": plate:strawberry-icecream +    "2": plate:seared-patty,sliced-bun,sliced-lettuce,sliced-tomato +    "3": plate:cooked-rice,curry +    "4": plate:sliced-lettuce,sliced-tomato +    "5": plate:nigiri +    "6": dirty-plate  tile_entities:      "b": !book | 
