summaryrefslogtreecommitdiff
path: root/json/itemgroups/Weapons_Mods_Ammo/nested_ammo.json
diff options
context:
space:
mode:
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..d995c3d
--- /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": "473", "prob": 100, "charges": [ 1, 40 ] },
+ { "item": "473", "prob": 75, "charges": [ 44, 80 ] },
+ { "item": "473", "prob": 30, "charges": [ 88, 160 ] }
+ ]
+ }
+]