summaryrefslogtreecommitdiff
path: root/json/itemgroups/Weapons_Mods_Ammo/field_drops.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-14 22:54:38 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-14 22:54:38 -0700
commit08753e2e1a88813f133e1cb411a27d1d7e4e85c6 (patch)
tree87f72623d59ecd549efc1c6ac4b5c607d0701f60 /json/itemgroups/Weapons_Mods_Ammo/field_drops.json
parentMigrate 000 shotgun hulls to 00 shotgun hulls. (diff)
downloadcataclysm-dda-mod_hk-loadout-08753e2e1a88813f133e1cb411a27d1d7e4e85c6.tar.xz
Port to DDA.
Diffstat (limited to 'json/itemgroups/Weapons_Mods_Ammo/field_drops.json')
-rw-r--r--json/itemgroups/Weapons_Mods_Ammo/field_drops.json90
1 files changed, 90 insertions, 0 deletions
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
+ }
+ ]
+ }
+]