Skip to content

Commit a59c263

Browse files
authored
Fix bugout_meds_prepper item group (CleverRaven#83481)
2 parents 9825d17 + 025a6ca commit a59c263

File tree

1 file changed

+57
-9
lines changed

1 file changed

+57
-9
lines changed

data/json/itemgroups/stashes.json

Lines changed: 57 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -217,16 +217,64 @@
217217
{ "group": "adhesive_bandages_box_full", "count": 1, "prob": 80 },
218218
{ "group": "alcohol_wipes_box_full", "count": 1, "prob": 50 },
219219
{ "group": "cotton_ball_bag_full", "count": 1, "prob": 60 },
220-
{ "item": "liq_bandage_spray", "count": 1, "prob": 30 },
220+
{ "item": "liq_bandage_spray", "charges": [ 1, -1 ], "prob": 30 },
221221
{ "group": "vitc_tablet_bottle_full", "count": 1, "prob": 30 },
222-
{ "item": "calcium_tablet", "count": [ 30, -1 ], "prob": 30 },
223-
{ "item": "gummy_vitamins", "count": [ 30, -1 ], "container-item": "bottle_plastic", "prob": 20 },
224-
{ "item": "antibiotics", "count": [ 30, -1 ], "prob": 30 },
225-
{ "item": "iodine", "count": [ 30, -1 ], "prob": 30 },
226-
{ "item": "prussian_blue", "count": [ 12, -1 ], "prob": 20 },
227-
{ "item": "antifungal", "count": [ 30, -1 ], "prob": 10 },
228-
{ "item": "antiparasitic", "count": [ 30, -1 ], "prob": 10 },
229-
{ "item": "homeopathic_pills", "count": [ 30, -1 ], "prob": 10 },
222+
{
223+
"item": "calcium_tablet",
224+
"entry-wrapper": "bottle_plastic_pill_supplement",
225+
"container-item": "null",
226+
"count": [ 30, -1 ],
227+
"prob": 30
228+
},
229+
{
230+
"item": "gummy_vitamins",
231+
"entry-wrapper": "bottle_plastic_pill_supplement",
232+
"container-item": "null",
233+
"count": [ 25, -1 ],
234+
"prob": 20
235+
},
236+
{
237+
"item": "antibiotics",
238+
"entry-wrapper": "bottle_plastic_pill_supplement",
239+
"container-item": "null",
240+
"count": [ 30, -1 ],
241+
"prob": 30
242+
},
243+
{
244+
"item": "iodine",
245+
"entry-wrapper": "bottle_plastic_pill_supplement",
246+
"container-item": "null",
247+
"count": [ 30, -1 ],
248+
"prob": 30
249+
},
250+
{
251+
"item": "prussian_blue",
252+
"entry-wrapper": "bottle_plastic_pill_supplement",
253+
"container-item": "null",
254+
"count": [ 12, -1 ],
255+
"prob": 20
256+
},
257+
{
258+
"item": "antifungal",
259+
"entry-wrapper": "bottle_plastic_pill_supplement",
260+
"container-item": "null",
261+
"count": [ 30, -1 ],
262+
"prob": 10
263+
},
264+
{
265+
"item": "antiparasitic",
266+
"entry-wrapper": "bottle_plastic_pill_supplement",
267+
"container-item": "null",
268+
"count": [ 30, -1 ],
269+
"prob": 10
270+
},
271+
{
272+
"item": "homeopathic_pills",
273+
"entry-wrapper": "bottle_plastic_pill_supplement",
274+
"container-item": "null",
275+
"count": [ 30, -1 ],
276+
"prob": 10
277+
},
230278
{ "group": "drugs_analgesic", "count": [ 1, 2 ], "prob": 40 },
231279
{ "group": "drugs_misc", "count": [ 1, 2 ], "prob": 5 },
232280
{ "group": "drugs_rare", "count": [ 1, 2 ], "prob": 5 },

0 commit comments

Comments
 (0)