Skip to content

Commit

Permalink
Stop 20x Melatonin Spawns (#77347)
Browse files Browse the repository at this point in the history
* Fix Up Melatonin

* Woops, too much deleted
  • Loading branch information
TheMurderUnicorn authored Oct 31, 2024
1 parent defe926 commit 4b05bad
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion data/json/itemgroups/Locations_MapExtras/locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2437,7 +2437,7 @@
[ "con_milk", 20 ],
[ "milk_evap", 15 ],
[ "milk_UHT", 10 ],
{ "count": 20, "prob": 20, "group": "melatonin_tablet_bottle_plastic_pill_supplement_10" },
{ "prob": 20, "group": "melatonin_tablet_bottle_plastic_pill_supplement_1_10" },
[ "can_spam", 30 ],
[ "can_tuna", 35 ],
[ "can_salmon", 25 ],
Expand Down Expand Up @@ -2931,6 +2931,14 @@
"container-item": "bottle_plastic_pill_prescription",
"entries": [ { "item": "antibiotics", "container-item": "null", "count": 15 } ]
},
{
"type": "item_group",
"id": "melatonin_tablet_bottle_plastic_pill_supplement_1_10",
"subtype": "collection",
"//": "Spawns 1-10 to allow for variance. Other groups were 10 full bottle and 30 full bottle, so I went with 1-10.",
"container-item": "bottle_plastic_pill_supplement",
"entries": [ { "item": "melatonin_tablet", "container-item": "null", "count": [ 1, 10 ] } ]
},
{
"type": "item_group",
"id": "melatonin_tablet_bottle_plastic_pill_supplement_10",
Expand Down

0 comments on commit 4b05bad

Please sign in to comment.