Skip to content

Commit

Permalink
feat(balance): add more items to s_petstore_1, replace cleaning w…
Browse files Browse the repository at this point in the history
…ith `SUS_janitors_closet` (#5832)

Update petstore.json
  • Loading branch information
0Monet authored Dec 25, 2024
1 parent bdde074 commit 038bde2
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions data/json/mapgen/petstore.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,13 @@
" |CC+....|++|......#..| ",
" |---..............#A.| ",
" |CCW..............#..| ",
" |CC+...{..........-D-| ",
" |---...{.............| ",
" |CCW...{.............| ",
" |CCW...{.............| ",
" |CC+...{.............| ",
" |---...{......{{{{{{{| ",
" |CCW...{.....--------| ",
" |CC+...{.{........-D-| ",
" |---...{.{...........| ",
" |CCW...{.{...}.}.}.}.| ",
" |CCW...{.{...}.}.}.}.| ",
" |CC+...{.{...........| ",
" |---...{.{...{{{{{{{{| ",
" |CCW...{.{...--------| ",
" |CCW.................| ",
" |CC+.................| ",
" |||||||||||||b||-...-| ",
Expand Down Expand Up @@ -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 },
Expand Down

0 comments on commit 038bde2

Please sign in to comment.