Skip to content

Commit

Permalink
SUS bathroom 3.5 (#37431)
Browse files Browse the repository at this point in the history
  • Loading branch information
xanderrootslayer authored and ZhilkinSerg committed Apr 2, 2020
1 parent 23be7df commit 6aaf004
Showing 1 changed file with 52 additions and 8 deletions.
60 changes: 52 additions & 8 deletions data/json/itemgroups/SUS/domestic.json
Original file line number Diff line number Diff line change
Expand Up @@ -606,14 +606,47 @@
"//2": "This group is for a bathroom sink.",
"subtype": "collection",
"entries": [
{ "item": "soap", "count": [ 1, 4 ], "prob": 75 },
{ "item": "soap_holder", "prob": 40 },
{ "item": "soap", "count": [ 1, 4 ], "prob": 90 },
{ "item": "razor_shaving", "count": [ 1, 2 ], "prob": 20 },
{ "item": "cotton_ball", "prob": 50 },
{ "item": "bleach", "prob": 15 },
{ "item": "ammonia", "prob": 20 },
{ "item": "string_floss", "count": [ 1, 2 ], "prob": 60 },
{ "item": "toothbrush_plain", "count": [ 1, 3 ], "prob": 45 }
]
},
{
"id": "SUS_bathroom_medicine",
"type": "item_group",
"//": "SUS item groups are collections that contain a reasonable realistic distribution of items that might spawn in a given storage furniture.",
"//2": "This group is for the medicine cabinet.",
"subtype": "collection",
"entries": [
{
"distribution": [ { "item": "aspirin", "prob": 160 }, { "item": "codeine", "prob": 30 }, { "item": "tramadol", "prob": 10 } ],
"prob": 95
},
{ "item": "eyedrops", "prob": 15 },
{ "item": "pepto", "prob": 70 },
{ "item": "inhaler", "prob": 25 },
{ "item": "pills_sleep", "prob": 10 },
{ "distribution": [ { "item": "nyquil", "prob": 60 }, { "item": "dayquil", "prob": 20 } ], "prob": 50 },
{
"distribution": [
{ "item": "vitamins", "prob": 60 },
{ "item": "gummy_vitamins", "prob": 20 },
{ "item": "calcium_tablet", "prob": 10 }
],
"prob": 80
},
{
"distribution": [ { "item": "weak_antibiotic", "prob": 40 }, { "item": "antibiotics", "prob": 10 } ],
"prob": 10
},
{ "distribution": [ { "item": "antifungal", "prob": 60 }, { "item": "antiparasitic", "prob": 20 } ], "prob": 5 }
]
},
{
"id": "SUS_hair_drawer",
"type": "item_group",
Expand All @@ -623,9 +656,10 @@
"entries": [
{ "item": "hairbrush", "count": [ 1, 2 ], "prob": 90 },
{ "item": "comb_pocket", "count": [ 1, 2 ], "prob": 75 },
{ "item": "curler_hair", "prob": 25 },
{ "item": "scissors", "count": [ 1, 2 ], "prob": 60 },
{ "item": "hair_dryer", "prob": 60 },
{ "item": "curling_iron", "prob": 20 }
{ "collection": [ { "item": "curling_iron", "count": [ 1, 2 ] }, { "item": "curler_hair" } ], "prob": 25 },
{ "item": "elec_hairtrimmer", "prob": 30 }
]
},
{
Expand All @@ -635,28 +669,38 @@
"//2": "This group is for things you often find stored on or next to a toilet.",
"subtype": "collection",
"entries": [
{ "distribution": [ { "item": "plunger_toilet", "prob": 90 }, { "item": "plunger_futuristic", "prob": 10 } ] },
{
"distribution": [ { "item": "plunger_toilet", "prob": 90 }, { "item": "plunger_futuristic", "prob": 10 } ],
"prob": 90
},
{ "item": "brush_toilet", "prob": 75 },
{ "item": "toilet_paper", "prob": 80 }
{ "item": "toilet_paper", "prob": 95, "container-item": "wrapper" },
{ "item": "bathroom_scale", "prob": 50 }
]
},
{
"id": "SUS_bathroom_cabinet",
"type": "item_group",
"//": "SUS item groups are collections that contain a reasonable realistic distribution of items that might spawn in a given storage furniture.",
"//2": "This group is for a bathroom cabinet.",
"//2": "This group is for a bathroom cabinet under the sink.",
"subtype": "collection",
"entries": [
{ "item": "soap", "count": [ 1, 4 ], "prob": 70 },
{
"distribution": [ { "item": "razor_shaving", "count": [ 1, 2 ], "prob": 50 }, { "item": "shavingkit", "prob": 50 } ],
"prob": 75
},
{
"distribution": [ { "item": "bandages", "prob": 60 }, { "item": "medical_gauze", "prob": 20 }, { "item": "1st_aid", "prob": 10 } ],
"prob": 20
},
{ "item": "disinfectant", "prob": 40 },
{ "item": "chem_hydrogen_peroxide", "prob": 50 },
{ "item": "mirror", "prob": 25 },
{ "item": "string_floss", "count": [ 1, 2 ], "prob": 60 },
{ "item": "sponge", "count": [ 1, 3 ], "prob": 75 },
{ "collection": [ { "item": "candle", "count": [ 1, 2 ] }, { "item": "matches" } ], "prob": 20 },
{ "item": "toilet_paper", "prob": 80 }
{ "item": "toilet_paper", "prob": 80 },
{ "item": "towel", "count": [ 1, 2 ], "prob": 75 }
]
},
{
Expand Down

0 comments on commit 6aaf004

Please sign in to comment.