diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-05-24 03:39:24 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-05-24 03:39:24 -0700 |
commit | 23f53ca98f931de1cb2a5edf8fd593ecd2dd2924 (patch) | |
tree | 3f176675d49ce23580844831bace22f1a9f6bf2f /json/itemgroups/Weapons_Mods_Ammo | |
parent | Also drop the ammunition in more places (diff) | |
download | cataclysm-bn-mod_hk-loadout-23f53ca98f931de1cb2a5edf8fd593ecd2dd2924.tar.xz |
UCP in even more places
Diffstat (limited to 'json/itemgroups/Weapons_Mods_Ammo')
-rw-r--r-- | json/itemgroups/Weapons_Mods_Ammo/guns.json | 10 |
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 } + ] + } +] |