summaryrefslogtreecommitdiff
path: root/json/itemgroups/military.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-03 19:52:51 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-03 19:52:51 -0800
commita92fb76848754f9e732e57b7f73f22bb40d67118 (patch)
tree83e59e238b190d1867e182be653381112328e27b /json/itemgroups/military.json
parentAdd CAWS description (diff)
downloadcataclysm-dda-mod_hk-loadout-a92fb76848754f9e732e57b7f73f22bb40d67118.tar.xz
Add 000shot drops
Adjust drop rates for other items
Diffstat (limited to 'json/itemgroups/military.json')
-rw-r--r--json/itemgroups/military.json13
1 files changed, 8 insertions, 5 deletions
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 }
]
}
]