From 08753e2e1a88813f133e1cb411a27d1d7e4e85c6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 14 Mar 2023 22:54:38 -0700 Subject: Port to DDA. --- json/itemgroups/Weapons_Mods_Ammo/field_drops.json | 90 ++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 json/itemgroups/Weapons_Mods_Ammo/field_drops.json (limited to 'json/itemgroups/Weapons_Mods_Ammo/field_drops.json') diff --git a/json/itemgroups/Weapons_Mods_Ammo/field_drops.json b/json/itemgroups/Weapons_Mods_Ammo/field_drops.json new file mode 100644 index 0000000..e0b2a30 --- /dev/null +++ b/json/itemgroups/Weapons_Mods_Ammo/field_drops.json @@ -0,0 +1,90 @@ +[ + { + "id": "field_usp_40", + "type": "item_group", + "//": "this is a distribution for ammo and magazines an active combatant would have immediately on hand. Most should be expended.", + "//2": "usually takes the form of 100% chance for first mag, 70% for second, 50% for third with reducing chances of them being mostly expended.", + "//3": "this group is for the glock 22", + "subtype": "collection", + "entries": [ + { + "distribution": [ { "item": "usp40mag", "charges": 13, "prob": 50 }, { "item": "usp40mag", "charges": [ 0, 5 ], "prob": 50 } ], + "prob": 100 + }, + { + "distribution": [ { "item": "usp40mag", "charges": 13, "prob": 30 }, { "item": "usp40mag", "charges": [ 0, 5 ], "prob": 70 } ], + "prob": 70 + }, + { + "distribution": [ { "item": "usp40mag", "charges": 13, "prob": 30 }, { "item": "usp40mag", "charges": [ 0, 5 ], "prob": 70 } ], + "prob": 50 + } + ] + }, + { + "id": "field_hk_p30_9", + "type": "item_group", + "//": "this is a distribution for ammo and magazines an active combatant would have immediately on hand. Most should be expended.", + "//2": "usually takes the form of 100% chance for first mag, 70% for second, 50% for third with reducing chances of them being mostly expended.", + "//3": "this group is for the glock 22", + "subtype": "collection", + "entries": [ + { + "distribution": [ { "item": "p309mag", "charges": 15, "prob": 50 }, { "item": "p309mag", "charges": [ 0, 5 ], "prob": 50 } ], + "prob": 100 + }, + { + "distribution": [ { "item": "p309mag", "charges": 15, "prob": 30 }, { "item": "p309mag", "charges": [ 0, 5 ], "prob": 70 } ], + "prob": 70 + }, + { + "distribution": [ { "item": "p309mag", "charges": 15, "prob": 30 }, { "item": "p309mag", "charges": [ 0, 5 ], "prob": 70 } ], + "prob": 50 + } + ] + }, + { + "id": "field_hk_p30_40", + "type": "item_group", + "//": "this is a distribution for ammo and magazines an active combatant would have immediately on hand. Most should be expended.", + "//2": "usually takes the form of 100% chance for first mag, 70% for second, 50% for third with reducing chances of them being mostly expended.", + "//3": "this group is for the glock 22", + "subtype": "collection", + "entries": [ + { + "distribution": [ { "item": "p3040mag", "charges": 13, "prob": 50 }, { "item": "p3040mag", "charges": [ 0, 5 ], "prob": 50 } ], + "prob": 100 + }, + { + "distribution": [ { "item": "p3040mag", "charges": 13, "prob": 30 }, { "item": "p3040mag", "charges": [ 0, 5 ], "prob": 70 } ], + "prob": 70 + }, + { + "distribution": [ { "item": "p3040mag", "charges": 13, "prob": 30 }, { "item": "p3040mag", "charges": [ 0, 5 ], "prob": 70 } ], + "prob": 50 + } + ] + }, + { + "id": "field_hk_45", + "type": "item_group", + "//": "this is a distribution for ammo and magazines an active combatant would have immediately on hand. Most should be expended.", + "//2": "usually takes the form of 100% chance for first mag, 70% for second, 50% for third with reducing chances of them being mostly expended.", + "//3": "this group is for the glock 22", + "subtype": "collection", + "entries": [ + { + "distribution": [ { "item": "hk45mag", "charges": 13, "prob": 50 }, { "item": "hk45mag", "charges": [ 0, 5 ], "prob": 50 } ], + "prob": 100 + }, + { + "distribution": [ { "item": "hk45mag", "charges": 13, "prob": 30 }, { "item": "hk45mag", "charges": [ 0, 5 ], "prob": 70 } ], + "prob": 70 + }, + { + "distribution": [ { "item": "hk45mag", "charges": 13, "prob": 30 }, { "item": "hk45mag", "charges": [ 0, 5 ], "prob": 70 } ], + "prob": 50 + } + ] + } +] -- cgit v1.2.1