From 27e8475f12e7948cad79b13c779fad50d649ad46 Mon Sep 17 00:00:00 2001 From: tenmillimaster Date: Tue, 24 Sep 2019 16:16:28 -0500 Subject: [PATCH] Re-weight --- data/json/itemgroups/guns.json | 2 +- data/json/itemgroups/magazines.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/itemgroups/guns.json b/data/json/itemgroups/guns.json index d097d34eeb874..9fa749e00b840 100644 --- a/data/json/itemgroups/guns.json +++ b/data/json/itemgroups/guns.json @@ -226,7 +226,6 @@ "items": [ { "item": "h&k416a5", "prob": 50, "charges-min": 0, "charges-max": 30 }, { "item": "m107a1", "prob": 30, "charges-min": 0, "charges-max": 10 }, - { "item": "as50", "prob": 20, "charges-min": 0, "charges-max": 10 }, { "item": "m134", "prob": 10, "charges-min": 0, "charges-max": 100 }, { "item": "m14ebr", "prob": 10, "charges-min": 0, "charges-max": 20 }, { "item": "m2010", "prob": 20, "charges-min": 0, "charges-max": 5 }, @@ -489,6 +488,7 @@ { "item": "hk_mp5sd", "prob": 5, "charges-min": 0, "charges-max": 30 }, { "item": "m1014", "prob": 10, "charges-min": 0, "charges-max": 8 }, { "item": "m4a1", "prob": 35, "charges-min": 0, "charges-max": 30 }, + { "item": "as50", "prob": 5, "charges-min": 0, "charges-max": 10 }, { "item": "hk417_13", "prob": 30, "charges-min": 0, "charges-max": 20 } ] }, diff --git a/data/json/itemgroups/magazines.json b/data/json/itemgroups/magazines.json index f308f7b991632..3a83435d88626 100644 --- a/data/json/itemgroups/magazines.json +++ b/data/json/itemgroups/magazines.json @@ -21,7 +21,6 @@ [ "hk46mag", 15 ], [ "hk46bigmag", 5 ], [ "m107a1mag", 50 ], - [ "as50mag", 50 ], [ "m2010mag", 10 ], [ "scarhmag", 50 ], [ "scarhbigmag", 20 ], @@ -93,6 +92,7 @@ [ "ump45mag", 20 ], [ "usp45mag", 10 ], [ "usp9mag", 10 ], + [ "as50mag", 2 ], [ "hk417mag_20rd", 20 ] ] },