diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-19 00:08:13 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-23 19:21:22 +0200 |
commit | 203a4309a762488a4de72123e2f08f229e607e1a (patch) | |
tree | 752e7ffade32c6d66ee02725280c3041e25d6194 /data | |
parent | fe0dd480d6e93098cddc71d596a8d7e61fec68ed (diff) | |
download | hurrycurry-203a4309a762488a4de72123e2f08f229e607e1a.tar hurrycurry-203a4309a762488a4de72123e2f08f229e607e1a.tar.bz2 hurrycurry-203a4309a762488a4de72123e2f08f229e607e1a.tar.zst |
character selection
Diffstat (limited to 'data')
-rw-r--r-- | data/map.yaml | 5 | ||||
-rw-r--r-- | data/recipes.yaml | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/data/map.yaml b/data/map.yaml index be2e6aeb..e85b6ba2 100644 --- a/data/map.yaml +++ b/data/map.yaml @@ -3,11 +3,11 @@ map: - "|ctc.ctc.ctc.ctc.ctc.|" - "|.....c..............|" - "|c...c...+--www---dd-+" - - "|tc.ctc..|##...##W..#|" + - "|tc.ctc..|##...##W..D|" - "|c...c...w........~.S|" - "|c.......w..######..T|" - "|tc......w..........F|" - - "|c.....ct|##ss#oopp#D|" + - "|c.....ct|##ss#oopp#X|" - "+---dd---+-----------+" tiles: @@ -29,3 +29,4 @@ tiles: "T": tomato-crate "F": flour-crate "D": dirty-plate-crate + "X": trash diff --git a/data/recipes.yaml b/data/recipes.yaml index 713509df..d462acbe 100644 --- a/data/recipes.yaml +++ b/data/recipes.yaml @@ -9,6 +9,7 @@ - { tile: trash, action: !instant , inputs: [raw-steak] } - { tile: trash, action: !instant , inputs: [steak] } +- { tile: trash, action: !instant , inputs: [tomato] } - { tile: trash, action: !instant , inputs: [flour] } - { tile: trash, action: !instant , inputs: [dough] } - { tile: trash, action: !instant , inputs: [steak-meal] } |