summaryrefslogtreecommitdiff
path: root/json/itemgroups/Weapons_Mods_Ammo/nested_ammo.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-08-09 14:21:00 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-08-09 14:21:00 -0700
commit3c7b377f09d125ee6884efa30456be4988ae0563 (patch)
treed38783edcdd37bd1353805c85c7c96546619069e /json/itemgroups/Weapons_Mods_Ammo/nested_ammo.json
parentConvert to blacksmithing_intermediate requirement. (diff)
downloadcataclysm-bn-mod_hk-loadout-3c7b377f09d125ee6884efa30456be4988ae0563.tar.xz
Updated for BN's porting of DDA's nseted guns feature.
Diffstat (limited to 'json/itemgroups/Weapons_Mods_Ammo/nested_ammo.json')
-rw-r--r--json/itemgroups/Weapons_Mods_Ammo/nested_ammo.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/json/itemgroups/Weapons_Mods_Ammo/nested_ammo.json b/json/itemgroups/Weapons_Mods_Ammo/nested_ammo.json
new file mode 100644
index 0000000..65a940f
--- /dev/null
+++ b/json/itemgroups/Weapons_Mods_Ammo/nested_ammo.json
@@ -0,0 +1,13 @@
+[
+ {
+ "id": "on_hand_473",
+ "type": "item_group",
+ "//": "a collection of ammo that would be found with a loaded gun.",
+ "subtype": "distribution",
+ "entries": [
+ { "item": "473x33mm", "prob": 100, "charges": [ 1, 40 ] },
+ { "item": "473x33mm", "prob": 75, "charges": [ 44, 80 ] },
+ { "item": "473x33mm", "prob": 30, "charges": [ 88, 160 ] }
+ ]
+ }
+]