From a3c3b3360c885ac969139a0b23924a6910a4ee0c Mon Sep 17 00:00:00 2001 From: Inglonias <2125926+Inglonias@users.noreply.github.com> Date: Thu, 20 Jun 2019 13:59:13 -0400 Subject: [PATCH] "office" and "science" item_groups has batteries Added a 75% chance for things in the "office" item group to have batteries, and a 50% chance for items in the "science" item group to have batteries --- data/json/item_groups.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/json/item_groups.json b/data/json/item_groups.json index b98b645d90ef1..7d76e804ffe6b 100644 --- a/data/json/item_groups.json +++ b/data/json/item_groups.json @@ -3552,6 +3552,8 @@ { "type": "item_group", "id": "office", + "ammo": 75, + "magazine": 100, "items": [ [ "cola", 70 ], [ "creamsoda", 60 ], @@ -7097,6 +7099,8 @@ { "type": "item_group", "id": "science", + "ammo": 50, + "magazine": 100, "items": [ { "group": "tools_science", "prob": 50 }, [ "ether", 5 ],