From 038bde22a52f7ed4c82f2469f8859f5b8a02d3b7 Mon Sep 17 00:00:00 2001 From: 0Monet <146018959+0Monet@users.noreply.github.com> Date: Wed, 25 Dec 2024 19:15:40 +0100 Subject: [PATCH] feat(balance): add more items to `s_petstore_1`, replace `cleaning` with `SUS_janitors_closet` (#5832) Update petstore.json --- data/json/mapgen/petstore.json | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/data/json/mapgen/petstore.json b/data/json/mapgen/petstore.json index d0be30673eca..4a20252ff122 100644 --- a/data/json/mapgen/petstore.json +++ b/data/json/mapgen/petstore.json @@ -146,13 +146,13 @@ " |CC+....|++|......#..| ", " |---..............#A.| ", " |CCW..............#..| ", - " |CC+...{..........-D-| ", - " |---...{.............| ", - " |CCW...{.............| ", - " |CCW...{.............| ", - " |CC+...{.............| ", - " |---...{......{{{{{{{| ", - " |CCW...{.....--------| ", + " |CC+...{.{........-D-| ", + " |---...{.{...........| ", + " |CCW...{.{...}.}.}.}.| ", + " |CCW...{.{...}.}.}.}.| ", + " |CC+...{.{...........| ", + " |---...{.{...{{{{{{{{| ", + " |CCW...{.{...--------| ", " |CCW.................| ", " |CC+.................| ", " |||||||||||||b||-...-| ", @@ -190,20 +190,25 @@ "{": "f_rack", "f": "f_filing_cabinet", "A": "f_stool", - "l": "f_locker" + "l": "f_locker", + "}": "f_counter" }, "toilets": { "T": { } }, "place_item": [ - { "item": "pet_carrier", "repeat": 1, "x": 21, "y": 9 }, - { "item": "pet_carrier", "repeat": 1, "x": 21, "y": 10 }, - { "item": "pet_carrier", "repeat": 1, "x": 8, "y": 14 }, + { "item": "pet_carrier", "x": 8, "y": 14 }, + { "item": "pet_carrier", "x": 10, "y": 14 }, { "item": "bathroom_scale", "x": 21, "y": 19 } ], "place_items": [ { "chance": 15, "item": "vet_softdrug", "x": 21, "y": 6 }, { "chance": 30, "item": "vet_utility", "x": [ 20, 21 ], "y": 3 } ], - "items": { "l": { "item": "cleaning", "chance": 30 }, "T": { "item": "softdrugs", "chance": 30 } }, + "items": { + "{": { "item": "petstore_shelves", "chance": 70, "repeat": [ 2, 8 ] }, + "}": { "item": "petstore_misc", "chance": 70, "repeat": [ 2, 8 ] }, + "l": { "item": "SUS_janitors_closet", "chance": 100 }, + "T": { "item": "softdrugs", "chance": 30 } + }, "place_monster": [ { "monster": "mon_cat", "x": 2, "y": 3 }, { "monster": "mon_rabbit", "x": 2, "y": 7 },