summaryrefslogtreecommitdiff
path: root/json/itemgroups
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-05-24 03:21:45 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-05-24 03:21:45 -0700
commitdd7d2c12211e3849c6c9de992462dbe561d077c9 (patch)
tree86f8a2dfb59139187423572db64eeef781c52d12 /json/itemgroups
parentAdjust UCP to include modifiers from 0.E (diff)
downloadcataclysm-bn-mod_hk-loadout-dd7d2c12211e3849c6c9de992462dbe561d077c9.tar.xz
Add the UCP to the drop tables
Add the UCP into Krav Maga style
Diffstat (limited to 'json/itemgroups')
-rw-r--r--json/itemgroups/military.json10
1 files changed, 10 insertions, 0 deletions
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 }
+ ]
+ }
+]