From 9179affa3ea791c0760c897d31d6337b93948600 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 24 May 2020 05:34:49 -0700 Subject: Add PSG1A1 and MSG90A2 sniper rifles --- json/itemgroups/military.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'json/itemgroups/military.json') diff --git a/json/itemgroups/military.json b/json/itemgroups/military.json index d36926b..ecf974f 100644 --- a/json/itemgroups/military.json +++ b/json/itemgroups/military.json @@ -7,5 +7,13 @@ { "item": "hk_ucp", "prob": 6 }, { "item": "46mm", "prob": 7 } ] + }, + { + "type": "item_group", + "id": "military_standard_sniper_rifles", + "subtype": "distribution", + "entries": [ { "item": "m2010", "prob": 20, "charges": [ 0, 5 ] }, + { "item": "m110a1", "prob": 70, "charges": [ 0, 20 ] }, + { "item": "hk_msg90a2", "prob": 10, "charges": [ 0, 20]} ] } ] -- cgit v1.2.1