From 3c7b377f09d125ee6884efa30456be4988ae0563 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 9 Aug 2023 14:21:00 -0700 Subject: Updated for BN's porting of DDA's nseted guns feature. --- json/itemgroups/Weapons_Mods_Ammo/nested_ammo.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 json/itemgroups/Weapons_Mods_Ammo/nested_ammo.json (limited to 'json/itemgroups/Weapons_Mods_Ammo/nested_ammo.json') 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 ] } + ] + } +] -- cgit v1.2.1