diff options
| -rw-r--r-- | data/maps/big.yaml | 16 | ||||
| -rw-r--r-- | data/maps/small.yaml | 34 | 
2 files changed, 27 insertions, 23 deletions
| diff --git a/data/maps/big.yaml b/data/maps/big.yaml index 46527a87..2ac5d2e0 100644 --- a/data/maps/big.yaml +++ b/data/maps/big.yaml @@ -14,26 +14,27 @@  # along with this program.  If not, see <https://www.gnu.org/licenses/>.  #  map: -    - "'''''*'''*'''''*'''*'''*'''*''*'" +    - "*''''*'''*'''''*'''*'''*'''*''*'"      - "'''*''''*'*'**'''*''**''**''*'''"      - "''██▒██▒██▒███▒███▒████▒██▒███*'" -    - "''█ctc.ctc.ctc.ctc.ctc█⌷....s█**" -    - "''█.....c.............█⌷....s█''" -    - "'*▒c...c...████www██dd█⌷.⌷.⌷⌷█*'" +    - "''█ctc.ctc.ctc.ctc.ctc█p....s█**" +    - "''█.....c.............█p....s█''" +    - "'*▒c...c...████www██dd█p.⌷.⌷⌷█*'"      - "*'█tc.ctc..█⌷.C...ff..d..⌷..L█''"      - "''▒c...c...█⌷.C.....~.d..⌷..R█'*"      - "*'█c.......w..⌷⌷⌷⌷⌷⌷⌷⌷█⌷.⌷..T█*'"      - "'*▒tc......w..........d..⌷..F█''"      - "''█c.....ct█⌷S⌷S⌷S⌷⌷oo█⌷⌷⌷..X█*'"      - "*'████dd██████████▒███████▒███'*" -    - "'''*''__''''''''''''''''''''''''" -    - "*'''*'___________________!______" -    - "'*''''__________________________" +    - "'''*''__''''''''''''''''''''''*'" +    - "*'''*'__________________________" +    - "'*'*''_______________________!__"      - "*''*''''''''''''''''''''''''''''"  tiles:      "⌷": counter      "f": counter +    "p": counter      "t": table      "w": counter-window      "s": sink @@ -60,6 +61,7 @@ tiles:  items:      "S": pot      "w": plate +    "p": plate      "f": foodprocessor  chef_spawn: "~" diff --git a/data/maps/small.yaml b/data/maps/small.yaml index c45a1d19..ed2f7545 100644 --- a/data/maps/small.yaml +++ b/data/maps/small.yaml @@ -14,26 +14,27 @@  # along with this program.  If not, see <https://www.gnu.org/licenses/>.  #  map: -    - "'''''*'''*'''''*'''*'''*'" -    - "'''*''''*'*'**'''*''**'''" -    - "''████▒████▒████▒████▒█*'" -    - "''█ctc.ctc.ctc.ctc.ctc█**" -    - "''▒.....c.............█''" -    - "'*█c...c...████ww██dd██*'" -    - "*'█tc.ctc..█sCC..f⌷..L█''" -    - "''▒c...c...█........~R█'*" -    - "*'█c.......█⌷⌷⌷⌷⌷⌷⌷..T█*'" -    - "'*█tc......w.........F█'*" -    - "''█c.....ct█⌷oo⌷⌷SSS⌷X█*'" -    - "*'████dd██████▒████▒███*'" -    - "'*''''__'''''''''''''''''" -    - "*'''''___________________" -    - "'''*''__________________!" -    - "'*'''''''''''''''''''''''" +    - "*''''*'''*'''''*'''*'''*''" +    - "'''*''''*'*'**'''*''**'''*" +    - "''████▒████▒████▒████▒██*'" +    - "''█ctc.ctc.ctc.ctc.ctc.█**" +    - "''▒.....c..............█''" +    - "'*█c...c...████www██dd██*'" +    - "*'█tc.ctc..█sCC...f⌷..L█''" +    - "''▒c...c...█.........~R█'*" +    - "*'█c.......█⌷⌷pp⌷⌷⌷⌷..T█*'" +    - "'*█tc......█..........F█'*" +    - "''█c.....ct█⌷oo⌷⌷⌷SSS⌷X█*'" +    - "*'████dd██████▒█████▒███*'" +    - "'*''''__'''''''''''''''''*" +    - "*'*'''____________________" +    - "'''*''___________________!" +    - "'*''''''''''''''''''''''''"  tiles:      "⌷": counter      "f": counter +    "p": counter      "t": table      "w": counter-window      "s": sink @@ -60,6 +61,7 @@ tiles:  items:      "S": pot      "w": plate +    "p": plate      "f": foodprocessor  chef_spawn: "~" | 
