From a92fb76848754f9e732e57b7f73f22bb40d67118 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 3 Nov 2020 19:52:51 -0800 Subject: Add 000shot drops Adjust drop rates for other items --- json/itemgroups/military.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'json/itemgroups/military.json') diff --git a/json/itemgroups/military.json b/json/itemgroups/military.json index 48791c1..a492048 100644 --- a/json/itemgroups/military.json +++ b/json/itemgroups/military.json @@ -4,13 +4,16 @@ "id": "military", "subtype": "distribution", "entries": [ - { "item": "hk_ucp", "prob": 2 }, - { "item": "hk_mp7", "prob": 5 }, + { "item": "hk_ucp", "prob": 7 }, + { "item": "hk_mp7", "prob": 7 }, { "item": "46mm", "prob": 7 }, - { "item": "hk_g11", "prob": 5 }, - { "item": "hk_caws", "prob": 2 }, + { "item": "hk_g11", "prob": 7 }, + { "item": "hk_caws", "prob": 5 }, + { "item": "shot_000", "prob": 5 }, + { "item": "shot_000_flechette", "prob": 5 }, + { "item": "shot_000_slug", "prob": 5 }, { "item": "473x33mm", "prob": 7 }, - { "item": "hk_msg90a2", "prob": 7 } + { "item": "hk_msg90a2", "prob": 5 } ] } ] -- cgit v1.2.1