From dd7d2c12211e3849c6c9de992462dbe561d077c9 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 24 May 2020 03:21:45 -0700 Subject: Add the UCP to the drop tables Add the UCP into Krav Maga style --- json/itemgroups/military.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 json/itemgroups/military.json (limited to 'json/itemgroups/military.json') diff --git a/json/itemgroups/military.json b/json/itemgroups/military.json new file mode 100644 index 0000000..c1fb711 --- /dev/null +++ b/json/itemgroups/military.json @@ -0,0 +1,10 @@ +[ + { + "type": "item_group", + "id": "military", + "subtype": "distribution", + "entries": [ + { "item": "hk_ucp", "prob": 6 } + ] + } +] -- cgit v1.2.1