From 4e13b985a7374d420d9b96305ff9b3dd5e39264f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 11 Apr 2023 21:42:52 -0700 Subject: Update itemgroups. --- json/itemgroups/Weapons_Mods_Ammo/gunmod.json | 2 +- json/itemgroups/military.json | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/json/itemgroups/Weapons_Mods_Ammo/gunmod.json b/json/itemgroups/Weapons_Mods_Ammo/gunmod.json index f640c3c..b5c5d5a 100644 --- a/json/itemgroups/Weapons_Mods_Ammo/gunmod.json +++ b/json/itemgroups/Weapons_Mods_Ammo/gunmod.json @@ -4,7 +4,7 @@ "id": "gunmod_milspec", "//": "Military specification gunmods found only at military sites.", "items": [ - [ "m26_mass", 35 ] + [ "m26_mass", 20 ] ] } ] diff --git a/json/itemgroups/military.json b/json/itemgroups/military.json index 0abea8c..54bda11 100644 --- a/json/itemgroups/military.json +++ b/json/itemgroups/military.json @@ -1,4 +1,12 @@ [ + { + "type": "item_group", + "id": "sopmod_2", + "subtype": "distribution", + "entries": [ + { "item": "m26_mass", "prob": 100 } + ] + }, { "type": "item_group", "id": "military", -- cgit v1.2.1