summaryrefslogtreecommitdiff
path: root/json/itemgroups
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-05-24 03:39:24 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-05-24 03:39:24 -0700
commit23f53ca98f931de1cb2a5edf8fd593ecd2dd2924 (patch)
tree3f176675d49ce23580844831bace22f1a9f6bf2f /json/itemgroups
parentAlso drop the ammunition in more places (diff)
downloadcataclysm-bn-mod_hk-loadout-23f53ca98f931de1cb2a5edf8fd593ecd2dd2924.tar.xz
UCP in even more places
Diffstat (limited to 'json/itemgroups')
-rw-r--r--json/itemgroups/Weapons_Mods_Ammo/guns.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/json/itemgroups/Weapons_Mods_Ammo/guns.json b/json/itemgroups/Weapons_Mods_Ammo/guns.json
new file mode 100644
index 0000000..8ed3651
--- /dev/null
+++ b/json/itemgroups/Weapons_Mods_Ammo/guns.json
@@ -0,0 +1,10 @@
+[
+ {
+ "type": "item_group",
+ "id": "guns_pistol_milspec",
+ "//": "Military specification pistols only ever found at military sites.",
+ "items": [
+ { "item": "hk_ucp", "prob": 35, "charges-min": 0, "charges-max": 10 }
+ ]
+ }
+]