diff options
Diffstat (limited to 'data/maps/debug.yaml')
-rw-r--r-- | data/maps/debug.yaml | 43 |
1 files changed, 23 insertions, 20 deletions
diff --git a/data/maps/debug.yaml b/data/maps/debug.yaml index 0e44b7b0..90cd3480 100644 --- a/data/maps/debug.yaml +++ b/data/maps/debug.yaml @@ -16,24 +16,24 @@ # score_baseline: 100000 map: - - "................" - - "................" - - "............⁴..." - - "..X01234567....." - - "..............¹." - - "..⌷ffC.SSoo...⌷." - - "..s⌷⌷⌷ɷ⌷⌷⌷⌷...²." - - "................" - - "..ppppbpppp.³..." - - "..ccccɷcccc..'''''" - - ".............'''''" - - "6.>>>}o>>>>..''l''" - - "p.°>>>>v.....'''''" - - "2.+>>]öü>>>..''l''" - - "3.L>>>^......'''''" - - ".............''l''" - - ".............'''''" - - ".............'''''" + - "........................" + - "...~...................." + - "........................" + - "..0123456789............" + - "....................¹..." + - "..⌷ffC.SSoo..X......⌷..." + - "..s⌷⌷⌷ɷ⌷⌷zz.........²..." + - "................³......." + - "..ppppbpppp............." + - "..ccccɷcccc..'''''''''''" + - ".............''''''''⁴''" + - "6.>>>}o>>>>..''l''''''''" + - "p.°>>>>v.....'''''''''''" + - "2.+>>]öü>>>..''l''''''''" + - "3.L>>>^......'''''''''''" + - ".............''l''''''''" + - ".............'''''''''''" + - ".............'''''''''''" tiles: "⌷": counter @@ -43,6 +43,7 @@ tiles: "w": counter-window "s": sink "o": oven + "z": freezer "S": stove "b": book "C": cuttingboard @@ -54,6 +55,8 @@ tiles: "5": strawberry-crate "6": flour-crate "7": fish-crate + "8": cheese-crate + "9": lettuce-crate "X": trash "¹": black-hole-counter @@ -94,8 +97,8 @@ items: entities: - !customers - - !player_portal { from: [12.5, 8.5], to: [12.5, 2.5] } - - !item_portal { from: [14, 4], to: [14, 6] } + - !player_portal { from: [16.5, 7.5], to: [21.5, 10.5] } + - !item_portal { from: [20, 4], to: [20, 6] } - !environment_effect { name: rain, on: 60, off: 40 } - !environment_effect { name: wind, on: 60, off: 40 } - !environment [night] |