1[
2  {
3    "type": "item_group",
4    "id": "ammo_pistol_common",
5    "//": "Pistol ammo commonly owned by citizens and found in many locations.",
6    "subtype": "distribution",
7    "entries": [
8      { "item": "32_acp", "prob": 20, "charges": [ 1, 80 ] },
9      { "item": "380_FMJ", "prob": 25, "charges": [ 1, 50 ] },
10      { "item": "380_JHP", "prob": 20, "charges": [ 1, 50 ] },
11      { "item": "38_fmj", "prob": 25, "charges": [ 1, 40 ] },
12      { "item": "38_special", "prob": 25, "charges": [ 1, 40 ] },
13      { "item": "357mag_fmj", "prob": 15, "charges": [ 1, 50 ] },
14      { "item": "357mag_jhp", "prob": 15, "charges": [ 1, 50 ] },
15      { "item": "357sig_jhp", "prob": 25, "charges": [ 1, 50 ] },
16      { "item": "357sig_fmj", "prob": 25, "charges": [ 1, 50 ] },
17      { "item": "40sw", "prob": 40, "charges": [ 1, 40 ] },
18      { "item": "40fmj", "prob": 40, "charges": [ 1, 40 ] },
19      { "item": "45_acp", "prob": 40, "charges": [ 1, 30 ] },
20      { "item": "45_jhp", "prob": 40, "charges": [ 1, 30 ] },
21      { "item": "9mm", "prob": 100, "charges": [ 1, 50 ] },
22      { "item": "9mmfmj", "prob": 100, "charges": [ 1, 50 ] }
23    ]
24  },
25  {
26    "type": "item_group",
27    "id": "ammo_pistol_rare",
28    "//": "Less common pistol ammo including that only used by police/paramilitary forces.",
29    "subtype": "distribution",
30    "entries": [
31      { "item": "10mm_fmj", "prob": 15 },
32      { "item": "38_super", "prob": 20 },
33      { "item": "38super_fmj", "prob": 20 },
34      { "item": "44fmj", "prob": 15 },
35      { "item": "44magnum", "prob": 35 },
36      { "item": "45_super", "prob": 30 },
37      { "item": "460_rowland", "prob": 15 },
38      { "item": "460_fmj", "prob": 10 },
39      { "item": "57mm", "prob": 50 },
40      { "item": "380_p", "prob": 10 },
41      { "item": "9mmP", "prob": 30 },
42      { "item": "9mmP2", "prob": 20 }
43    ]
44  },
45  {
46    "type": "item_group",
47    "id": "ammo_pistol_milspec",
48    "//": "Military specification pistol ammo found at military sites.",
49    "subtype": "distribution",
50    "entries": [
51      { "item": "46mm", "prob": 70 },
52      { "item": "5x50dart", "prob": 30 },
53      { "item": "5x50heavy", "prob": 20 },
54      { "item": "9mmfmj", "prob": 100 }
55    ]
56  },
57  {
58    "type": "item_group",
59    "id": "ammo_pistol_obscure",
60    "//": "Imported or otherwise very obscure pistol ammo.",
61    "subtype": "distribution",
62    "entries": [
63      { "item": "454_Casull", "prob": 100 },
64      { "item": "45colt_jhp", "prob": 50 },
65      { "item": "500_Magnum", "prob": 100 },
66      { "item": "762_25", "prob": 50 },
67      { "item": "762_25hot", "prob": 50 },
68      { "item": "762_25typeP", "prob": 50 },
69      { "item": "9x18mm", "prob": 50 },
70      { "item": "9x18mmfmj", "prob": 50 },
71      { "item": "9x18mmP2", "prob": 50 }
72    ]
73  },
74  {
75    "type": "item_group",
76    "id": "ammo_pistol_reloaded",
77    "//": "Reloaded pistol ammo balanced according to rarity.",
78    "subtype": "distribution",
79    "entries": [
80      { "item": "reloaded_10mm_fmj", "prob": 10 },
81      { "item": "reloaded_32_acp", "prob": 50 },
82      { "item": "reloaded_38_fmj", "prob": 30 },
83      { "item": "reloaded_38_special", "prob": 80 },
84      { "item": "reloaded_38super_fmj", "prob": 40 },
85      { "item": "reloaded_357mag_fmj", "prob": 30 },
86      { "item": "reloaded_357mag_jhp", "prob": 30 },
87      { "item": "reloaded_380_JHP", "prob": 10 },
88      { "item": "reloaded_380_FMJ", "prob": 15 },
89      { "item": "reloaded_380_p", "prob": 5 },
90      { "item": "reloaded_357sig_fmj", "prob": 70 },
91      { "item": "reloaded_357sig_jhp", "prob": 70 },
92      { "item": "reloaded_40fmj", "prob": 20 },
93      { "item": "reloaded_40sw", "prob": 50 },
94      { "item": "reloaded_44magnum", "prob": 60 },
95      { "item": "reloaded_44fmj", "prob": 30 },
96      { "item": "reloaded_45_acp", "prob": 80 },
97      { "item": "reloaded_45_jhp", "prob": 100 },
98      { "item": "reloaded_45_super", "prob": 40 },
99      { "item": "reloaded_46mm", "prob": 20 },
100      { "item": "reloaded_454_Casull", "prob": 5 },
101      { "item": "reloaded_45colt_jhp", "prob": 10 },
102      { "item": "reloaded_460_fmj", "prob": 5 },
103      { "item": "reloaded_460_rowland", "prob": 5 },
104      { "item": "reloaded_500_Magnum", "prob": 5 },
105      { "item": "reloaded_57mm", "prob": 50 },
106      { "item": "reloaded_9mm", "prob": 160 },
107      { "item": "reloaded_9mmfmj", "prob": 80 },
108      { "item": "reloaded_9mmP", "prob": 80 },
109      { "item": "reloaded_9mmP2", "prob": 40 },
110      { "item": "reloaded_9x18mm", "prob": 20 },
111      { "item": "reloaded_9x18mmfmj", "prob": 10 },
112      { "item": "reloaded_9x18mmP2", "prob": 5 },
113      { "item": "reloaded_762_25", "prob": 10 }
114    ]
115  },
116  {
117    "type": "item_group",
118    "id": "ammo_smg_common",
119    "//": "SMG ammo commonly owned by citizens and found in many locations.",
120    "subtype": "distribution",
121    "entries": [ { "group": "ammo_pistol_common", "prob": 100 } ]
122  },
123  {
124    "type": "item_group",
125    "id": "ammo_smg_rare",
126    "//": "Less common SMGs including that only used by police/paramilitary forces.",
127    "subtype": "distribution",
128    "entries": [ { "group": "ammo_pistol_rare", "prob": 100 } ]
129  },
130  {
131    "type": "item_group",
132    "id": "ammo_smg_milspec",
133    "//": "Military specification SMG ammo found at military sites.",
134    "subtype": "distribution",
135    "entries": [ { "group": "ammo_pistol_milspec", "prob": 100 } ]
136  },
137  {
138    "type": "item_group",
139    "id": "ammo_smg_obscure",
140    "//": "Imported or otherwise very obscure SMG ammo.",
141    "subtype": "distribution",
142    "entries": [ { "group": "ammo_pistol_obscure", "prob": 100 } ]
143  },
144  {
145    "type": "item_group",
146    "id": "ammo_smg_reloaded",
147    "//": "Reloaded SMG ammo balanced according to rarity.",
148    "subtype": "distribution",
149    "entries": [ { "group": "ammo_pistol_reloaded", "prob": 100 } ]
150  },
151  {
152    "type": "item_group",
153    "id": "ammo_rifle_common",
154    "//": "Rifle ammo commonly owned by citizens and found in many locations.",
155    "subtype": "distribution",
156    "entries": [
157      { "item": "223", "prob": 60, "charges": [ 1, 30 ] },
158      { "item": "22_cb", "prob": 30, "charges": [ 1, 100 ] },
159      { "item": "22_fmj", "prob": 50, "charges": [ 1, 80 ] },
160      { "item": "22_lr", "prob": 100, "charges": [ 1, 80 ] },
161      { "item": "22_ratshot", "prob": 30, "charges": [ 1, 100 ] },
162      { "item": "270win_jsp", "prob": 25, "charges": [ 1, 20 ] },
163      { "item": "3006", "prob": 25, "charges": [ 1, 20 ] },
164      { "item": "308", "prob": 25, "charges": [ 1, 20 ] },
165      { "item": "762_54R", "prob": 10, "charges": [ 1, 20 ] },
166      { "item": "762_m43", "prob": 20, "charges": [ 1, 30 ] }
167    ]
168  },
169  {
170    "type": "item_group",
171    "id": "ammo_rifle_rare",
172    "//": "Less common rifle ammo including that only used by police/paramilitary forces.",
173    "subtype": "distribution",
174    "entries": [
175      { "item": "300_winmag", "prob": 40 },
176      { "item": "3006fmj", "prob": 50 },
177      { "item": "556", "prob": 100 },
178      { "item": "762_51", "prob": 50 },
179      { "item": "4570_sp", "prob": 40 },
180      { "item": "4570_pen", "prob": 20 },
181      { "item": "4570_low", "prob": 40 },
182      { "item": "762_m87", "prob": 25 },
183      { "item": "8mm_civilian", "prob": 15 },
184      { "item": "300blk", "prob": 15 },
185      { "item": "300blk_ss", "prob": 10 }
186    ]
187  },
188  {
189    "type": "item_group",
190    "id": "ammo_rifle_milspec",
191    "//": "Military specification rifle ammo found at military sites.",
192    "subtype": "distribution",
193    "entries": [
194      { "item": "12mm", "prob": 40 },
195      { "item": "3006_incendiary", "prob": 5 },
196      { "item": "3006", "prob": 20 },
197      { "item": "50_incendiary", "prob": 10 },
198      { "item": "50bmg", "prob": 30 },
199      { "item": "50match", "prob": 30 },
200      { "item": "50ss", "prob": 10 },
201      { "item": "50_mk211", "prob": 1 },
202      { "item": "556_incendiary", "prob": 15 },
203      { "item": "556", "prob": 85 },
204      { "item": "762_51_incendiary", "prob": 10 },
205      { "item": "762_51", "prob": 40 },
206      { "item": "8mm_caseless", "prob": 30 },
207      { "item": "8mm_fmj", "prob": 30 },
208      { "item": "8mm_hvp", "prob": 10 },
209      { "item": "8mm_inc", "prob": 20 },
210      { "item": "8mm_jhp", "prob": 10 },
211      { "item": "300blk", "prob": 15 },
212      { "item": "300blk_ss", "prob": 10 }
213    ]
214  },
215  {
216    "type": "item_group",
217    "id": "ammo_rifle_obscure",
218    "//": "Imported or otherwise very obscure rifle ammo.",
219    "subtype": "distribution",
220    "entries": [ { "item": "545", "prob": 150 }, { "item": "545_ap", "prob": 100 }, { "item": "700nx", "prob": 70 } ]
221  },
222  {
223    "type": "item_group",
224    "id": "ammo_rifle_reloaded",
225    "//": "Reloaded rifle ammo balanced according to rarity.",
226    "subtype": "distribution",
227    "entries": [
228      { "item": "reloaded_223", "prob": 60 },
229      { "item": "reloaded_22_fmj", "prob": 20 },
230      { "item": "reloaded_22_lr", "prob": 70 },
231      { "item": "reloaded_270win_jsp", "prob": 15 },
232      { "item": "reloaded_300_winmag", "prob": 15 },
233      { "item": "reloaded_3006", "prob": 70 },
234      { "item": "reloaded_3006fmj", "prob": 10 },
235      { "item": "reloaded_3006_incendiary", "prob": 5 },
236      { "item": "reloaded_308", "prob": 40 },
237      { "item": "reloaded_556", "prob": 10 },
238      { "item": "reloaded_556_incendiary", "prob": 5 },
239      { "item": "reloaded_4570_sp", "prob": 15 },
240      { "item": "reloaded_4570_pen", "prob": 5 },
241      { "item": "reloaded_4570_low", "prob": 15 },
242      { "item": "reloaded_4570_bp", "prob": 10 },
243      { "item": "reloaded_762_51", "prob": 10 },
244      { "item": "reloaded_762_51_incendiary", "prob": 5 },
245      { "item": "reloaded_762_54R", "prob": 40 },
246      { "item": "reloaded_762_m43", "prob": 20 },
247      { "item": "reloaded_300blk", "prob": 10 }
248    ]
249  },
250  {
251    "type": "item_group",
252    "id": "ammo_shotgun_common",
253    "//": "Shotgun ammo commonly owned by citizens and found in many locations.",
254    "subtype": "distribution",
255    "entries": [
256      { "item": "shot_00", "prob": 100, "charges": [ 1, 20 ] },
257      { "item": "shot_bird", "prob": 70, "charges": [ 1, 20 ] },
258      { "item": "shot_slug", "prob": 70, "charges": [ 1, 20 ] },
259      { "item": "410shot_000", "prob": 50, "charges": [ 1, 20 ] }
260    ]
261  },
262  {
263    "type": "item_group",
264    "id": "ammo_shotgun_rare",
265    "//": "Less common shotgun ammo including that only used by police/paramilitary forces.",
266    "subtype": "distribution",
267    "entries": [
268      { "item": "20x66_beanbag", "prob": 10 },
269      { "item": "20x66_flare", "prob": 10 },
270      { "item": "20x66_shot", "prob": 40 },
271      { "item": "20x66_slug", "prob": 20 },
272      { "item": "shot_dragon", "prob": 10 },
273      { "item": "shot_beanbag", "prob": 20 }
274    ]
275  },
276  {
277    "type": "item_group",
278    "id": "ammo_shotgun_milspec",
279    "//": "Military specification shotgun ammo found at military sites.",
280    "subtype": "distribution",
281    "entries": [
282      { "item": "20x66_exp", "prob": 10 },
283      { "item": "20x66_flechette", "prob": 60 },
284      { "item": "20x66_inc", "prob": 20 },
285      { "item": "shot_flechette", "prob": 100 },
286      { "item": "shot_he", "prob": 10 }
287    ]
288  },
289  {
290    "type": "item_group",
291    "id": "ammo_shotgun_obscure",
292    "//": "Imported or otherwise very obscure shotgun ammo.",
293    "subtype": "distribution",
294    "entries": [  ]
295  },
296  {
297    "type": "item_group",
298    "id": "ammo_shotgun_reloaded",
299    "//": "Reloaded shotgun ammo balanced according to rarity.",
300    "subtype": "distribution",
301    "entries": [
302      { "item": "reloaded_shot_00", "prob": 200 },
303      { "item": "reloaded_shot_bird", "prob": 30 },
304      { "item": "reloaded_shot_dragon", "prob": 20 },
305      { "item": "reloaded_shot_flechette", "prob": 5 },
306      { "item": "reloaded_shot_slug", "prob": 30 },
307      { "item": "shot_scrap", "prob": 80 }
308    ]
309  },
310  {
311    "type": "item_group",
312    "id": "ammo_launcher_grenade",
313    "//": "Factory specification grenade launcher ammo intended for military use",
314    "subtype": "distribution",
315    "entries": [
316      { "item": "40x53mm_m1001", "prob": 10 },
317      { "item": "40x46mm_m433", "prob": 120 },
318      { "item": "40x53mm_m430a1", "prob": 75 },
319      { "item": "40x46mm_m576", "prob": 15 },
320      { "item": "40x46mm_m651", "prob": 20 }
321    ]
322  },
323  {
324    "type": "item_group",
325    "id": "ammo_common",
326    "//": "Common ammo for guns typically owned by citizens.",
327    "subtype": "distribution",
328    "entries": [
329      { "group": "ammo_pistol_common", "prob": 100 },
330      { "group": "ammo_smg_common", "prob": 20 },
331      { "group": "ammo_rifle_common", "prob": 50 },
332      { "group": "ammo_shotgun_common", "prob": 50 }
333    ]
334  },
335  {
336    "type": "item_group",
337    "id": "ammo_rare",
338    "//": "Less common ammo including that only used by police/paramilitary forces",
339    "subtype": "distribution",
340    "entries": [
341      { "group": "ammo_pistol_rare", "prob": 100 },
342      { "group": "ammo_smg_rare", "prob": 20 },
343      { "group": "ammo_rifle_rare", "prob": 50 },
344      { "group": "ammo_shotgun_rare", "prob": 50 }
345    ]
346  },
347  {
348    "type": "item_group",
349    "id": "ammo_milspec",
350    "//": "Military specification ammo found at military sites.",
351    "subtype": "distribution",
352    "entries": [
353      { "group": "ammo_pistol_milspec", "prob": 50 },
354      { "group": "ammo_smg_milspec", "prob": 20 },
355      { "group": "ammo_rifle_milspec", "prob": 200 },
356      { "group": "ammo_shotgun_milspec", "prob": 30 },
357      { "group": "ammo_launcher_grenade", "prob": 30 }
358    ]
359  },
360  {
361    "type": "item_group",
362    "id": "ammo_obscure",
363    "//": "Imported or otherwise very obscure ammo.",
364    "subtype": "distribution",
365    "entries": [
366      { "group": "ammo_pistol_obscure", "prob": 100 },
367      { "group": "ammo_smg_obscure", "prob": 100 },
368      { "group": "ammo_rifle_obscure", "prob": 100 },
369      { "group": "ammo_shotgun_obscure", "prob": 100 }
370    ]
371  },
372  {
373    "type": "item_group",
374    "id": "ammo_reloaded",
375    "//": "Reloaded ammo balanced according to rarity.",
376    "subtype": "distribution",
377    "entries": [
378      { "group": "ammo_pistol_reloaded", "prob": 90 },
379      { "group": "ammo_smg_reloaded", "prob": 10 },
380      { "group": "ammo_rifle_reloaded", "prob": 100 },
381      { "group": "ammo_shotgun_reloaded", "prob": 20 }
382    ]
383  },
384  {
385    "type": "item_group",
386    "id": "ammo_parts",
387    "//": "Raw materials for assembling ammo excluding casings.",
388    "subtype": "distribution",
389    "entries": [
390      { "item": "gunpowder_shotgun", "prob": 20 },
391      { "item": "gunpowder_pistol", "prob": 105 },
392      { "item": "gunpowder_magnum_pistol", "prob": 60 },
393      { "item": "gunpowder_rifle", "prob": 85 },
394      { "item": "gunpowder_large_rifle", "prob": 40 },
395      { "item": "gunpowder_artillery", "prob": 5 },
396      { "item": "incendiary", "prob": 20 },
397      { "item": "lead", "prob": 160 },
398      { "item": "shotgun_primer", "prob": 80 },
399      { "item": "smpistol_primer", "prob": 80 },
400      { "item": "smrifle_primer", "prob": 80 },
401      { "item": "lgpistol_primer", "prob": 40 },
402      { "item": "lgrifle_primer", "prob": 40 }
403    ]
404  },
405  {
406    "type": "item_group",
407    "id": "ammo_cop",
408    "//": "Ammo for police issue firearms.",
409    "subtype": "distribution",
410    "entries": [
411      { "item": "223", "prob": 30, "charges": [ 1, 30 ] },
412      { "item": "3006", "prob": 10, "charges": [ 1, 20 ] },
413      { "item": "40sw", "prob": 50, "charges": [ 1, 40 ] },
414      { "item": "45_acp", "prob": 20, "charges": [ 1, 30 ] },
415      { "item": "57mm", "prob": 80, "charges": [ 1, 40 ] },
416      { "item": "9mm", "prob": 100, "charges": [ 1, 50 ] },
417      { "item": "shot_00", "prob": 40, "charges": [ 1, 20 ] },
418      { "item": "shot_beanbag", "prob": 40, "charges": [ 1, 10 ] }
419    ]
420  },
421  {
422    "type": "item_group",
423    "id": "ammo_swat",
424    "//": "Ammo issued to paramilitary forces in addition to standard police issue.",
425    "subtype": "distribution",
426    "entries": [
427      { "group": "ammo_cop", "prob": 100 },
428      { "item": "300_winmag", "prob": 5, "charges": [ 1, 10 ] },
429      { "item": "40x46mm_m433", "prob": 5, "charges": [ 1, 6 ] },
430      { "item": "40x46mm_m651", "prob": 20, "charges": [ 1, 6 ] },
431      { "item": "556", "prob": 10, "charges": [ 1, 30 ] },
432      { "item": "shot_slug", "prob": 20, "charges": [ 1, 20 ] }
433    ]
434  },
435  {
436    "id": "ammo_casings",
437    "type": "item_group",
438    "subtype": "distribution",
439    "entries": [
440      { "item": "10mm_casing", "prob": 60 },
441      { "item": "22_casing", "prob": 80 },
442      { "item": "223_casing", "prob": 100 },
443      { "item": "270win_casing", "prob": 60 },
444      { "item": "300_casing", "prob": 80 },
445      { "item": "3006_casing", "prob": 80 },
446      { "item": "308_casing", "prob": 80 },
447      { "item": "32_casing", "prob": 80 },
448      { "item": "357mag_casing", "prob": 80 },
449      { "item": "357sig_casing", "prob": 60 },
450      { "item": "38_casing", "prob": 80 },
451      { "item": "38super_casing", "prob": 80 },
452      { "item": "380_casing", "prob": 80 },
453      { "item": "40_casing", "prob": 80 },
454      { "item": "410shot_hull", "prob": 60 },
455      { "item": "44_casing", "prob": 80 },
456      { "item": "45_casing", "prob": 80 },
457      { "item": "454_casing", "prob": 60 },
458      { "item": "4570_casing", "prob": 60 },
459      { "item": "46mm_casing", "prob": 60 },
460      { "item": "460_casing", "prob": 60 },
461      { "item": "50_casing", "prob": 60 },
462      { "item": "500_casing", "prob": 60 },
463      { "item": "545_casing", "prob": 60 },
464      { "item": "57mm_casing", "prob": 60 },
465      { "item": "5x50_hull", "prob": 60 },
466      { "item": "700nx_casing", "prob": 40 },
467      { "item": "762_casing", "prob": 80 },
468      { "item": "762_25_casing", "prob": 60 },
469      { "item": "762_51_casing", "prob": 80 },
470      { "item": "762R_casing", "prob": 60 },
471      { "item": "9mm_casing", "prob": 100 },
472      { "item": "9x18mm_casing", "prob": 80 },
473      { "item": "shot_hull", "prob": 100 },
474      { "item": "300blk_casing", "prob": 80 }
475    ]
476  },
477  {
478    "id": "casings",
479    "//": "casings list for shooting range.",
480    "type": "item_group",
481    "items": [
482      [ "9mm_casing", 100 ],
483      [ "22_casing", 95 ],
484      [ "38_casing", 75 ],
485      [ "40_casing", 80 ],
486      [ "44_casing", 35 ],
487      [ "45_casing", 65 ],
488      [ "454_casing", 10 ],
489      [ "500_casing", 10 ],
490      [ "57mm_casing", 10 ],
491      [ "46mm_casing", 10 ],
492      [ "762_casing", 85 ],
493      [ "762_51_casing", 50 ],
494      [ "223_casing", 85 ],
495      [ "3006_casing", 40 ],
496      [ "308_casing", 50 ],
497      [ "50_casing", 30 ],
498      [ "700nx_casing", 10 ],
499      [ "300_casing", 60 ],
500      [ "762R_casing", 10 ],
501      [ "32_casing", 70 ]
502    ]
503  },
504  {
505    "id": "ammo_casings_bulk",
506    "type": "item_group",
507    "subtype": "distribution",
508    "entries": [
509      { "group": "ammo_casings", "prob": 25, "charges-min": 50, "charges-max": 50 },
510      { "group": "ammo_casings", "prob": 10, "charges-min": 100, "charges-max": 100 },
511      { "group": "ammo_casings", "prob": 2, "charges-min": 250, "charges-max": 250 },
512      { "group": "ammo_casings", "prob": 1, "charges-min": 500, "charges-max": 500 }
513    ]
514  },
515  {
516    "type": "item_group",
517    "id": "ammo_light_batteries",
518    "subtype": "distribution",
519    "entries": [
520      { "item": "light_battery_cell", "prob": 25, "charges-min": 0, "charges-max": 100 },
521      { "item": "light_minus_battery_cell", "prob": 12, "charges-min": 0, "charges-max": 50 },
522      { "item": "light_plus_battery_cell", "prob": 9, "charges-min": 0, "charges-max": 150 },
523      { "item": "light_disposable_cell", "prob": 50, "charges-min": 0, "charges-max": 300 }
524    ]
525  },
526  {
527    "type": "item_group",
528    "id": "ammo_light_batteries_full",
529    "items": [
530      { "item": "light_battery_cell", "prob": 25, "charges-min": 100, "charges-max": 100 },
531      { "item": "light_minus_battery_cell", "prob": 12, "charges-min": 50, "charges-max": 50 },
532      { "item": "light_plus_battery_cell", "prob": 9, "charges-min": 150, "charges-max": 150 },
533      { "item": "light_disposable_cell", "prob": 50, "charges-min": 300, "charges-max": 300 }
534    ]
535  },
536  {
537    "type": "item_group",
538    "id": "ammo_medium_batteries",
539    "subtype": "distribution",
540    "entries": [
541      { "item": "medium_battery_cell", "prob": 40, "charges-min": 0, "charges-max": 500 },
542      { "item": "medium_plus_battery_cell", "prob": 10, "charges-min": 0, "charges-max": 600 },
543      { "item": "medium_disposable_cell", "prob": 80, "charges-min": 0, "charges-max": 1200 }
544    ]
545  },
546  {
547    "type": "item_group",
548    "id": "ammo_medium_batteries_full",
549    "subtype": "distribution",
550    "entries": [
551      { "item": "medium_battery_cell", "prob": 40, "charges-min": 500, "charges-max": 500 },
552      { "item": "medium_plus_battery_cell", "prob": 10, "charges-min": 600, "charges-max": 600 },
553      { "item": "medium_disposable_cell", "prob": 80, "charges-min": 1200, "charges-max": 1200 }
554    ]
555  },
556  {
557    "type": "item_group",
558    "id": "ammo_heavy_batteries",
559    "subtype": "distribution",
560    "entries": [
561      { "item": "heavy_battery_cell", "prob": 40, "charges-min": 0, "charges-max": 1000 },
562      { "item": "heavy_plus_battery_cell", "prob": 10, "charges-min": 0, "charges-max": 1250 },
563      { "item": "heavy_disposable_cell", "prob": 80, "charges-min": 0, "charges-max": 2500 }
564    ]
565  },
566  {
567    "type": "item_group",
568    "id": "ammo_heavy_batteries_full",
569    "subtype": "distribution",
570    "entries": [
571      { "item": "heavy_battery_cell", "prob": 40, "charges-min": 1000, "charges-max": 1000 },
572      { "item": "heavy_plus_battery_cell", "prob": 10, "charges-min": 1250, "charges-max": 1250 },
573      { "item": "heavy_disposable_cell", "prob": 80, "charges-min": 2500, "charges-max": 2500 }
574    ]
575  },
576  {
577    "type": "item_group",
578    "id": "ammo_any_batteries_full",
579    "subtype": "distribution",
580    "entries": [
581      { "group": "ammo_light_batteries_full", "prob": 5 },
582      { "group": "ammo_medium_batteries_full", "prob": 5 },
583      { "group": "ammo_heavy_batteries_full", "prob": 5 }
584    ]
585  },
586  {
587    "type": "item_group",
588    "id": "ammo_any_batteries",
589    "subtype": "distribution",
590    "entries": [
591      { "group": "ammo_light_batteries", "prob": 5 },
592      { "group": "ammo_medium_batteries", "prob": 5 },
593      { "group": "ammo_heavy_batteries", "prob": 5 }
594    ]
595  },
596  {
597    "type": "item_group",
598    "id": "ammo_pocket_batteries",
599    "subtype": "distribution",
600    "entries": [ { "group": "ammo_light_batteries", "prob": 10 }, { "group": "ammo_medium_batteries", "prob": 1 } ]
601  },
602  {
603    "type": "item_group",
604    "id": "ammo_pocket_batteries_full",
605    "subtype": "distribution",
606    "entries": [ { "group": "ammo_light_batteries_full", "prob": 5 }, { "group": "ammo_medium_batteries_full", "prob": 5 } ]
607  },
608  {
609    "type": "item_group",
610    "id": "ammo_cannon",
611    "subtype": "distribution",
612    "entries": [ { "item": "cannon_shot", "prob": 100 } ]
613  }
614]
615