|
181 | 181 | { "item": "flyer", "prob": 70 }, |
182 | 182 | { "item": "feces_roach", "prob": 70, "count": 4 }, |
183 | 183 | { "item": "lighter", "prob": 65, "charges": [ 0, 9 ] }, |
184 | | - { "item": "light_disposable_cell", "count": [ 1, 7 ], "prob": 60, "charges": 0 }, |
| 184 | + { "item": "light_battery_cell", "count": [ 1, 7 ], "prob": 60, "charges": 0 }, |
185 | 185 | { "item": "bag_plastic", "prob": 60, "count": [ 1, 5 ] }, |
186 | 186 | { "item": "corkscrew", "prob": 60 }, |
187 | 187 | { "item": "stapler", "prob": 45 }, |
|
332 | 332 | { "group": "superglue", "prob": 90 }, |
333 | 333 | { "item": "boxcutter", "prob": 85 }, |
334 | 334 | { "item": "duct_tape", "prob": 85, "charges": [ 5, 200 ] }, |
335 | | - { "item": "flashlight", "prob": 80, "ammo-item": "light_disposable_cell", "charges": [ 100, 300 ] }, |
| 335 | + { "item": "flashlight", "prob": 80, "ammo-item": "light_battery_cell", "charges": [ 100, 300 ] }, |
336 | 336 | { "item": "toothbrush_plain", "custom-flags": [ "FILTHY" ], "prob": 80 }, |
337 | 337 | { "item": "bottle_opener", "prob": 75 }, |
338 | 338 | { "item": "pockknife", "prob": 75 }, |
|
360 | 360 | { "item": "kevlar_shears", "prob": 10 }, |
361 | 361 | { "item": "tin_snips", "prob": 10 }, |
362 | 362 | { "item": "wristwatch", "prob": 25 }, |
363 | | - { "item": "light_disposable_cell", "count": 4, "prob": 25, "charges": 300 }, |
| 363 | + { "item": "light_battery_cell", "count": 4, "prob": 25, "charges": 300 }, |
364 | 364 | { "item": "old_key", "prob": 20, "count": [ 1, 6 ] }, |
365 | 365 | { "item": "office_letter_opener", "prob": 15 }, |
366 | 366 | { "item": "razor_blade", "count": [ 1, 3 ], "prob": 15 }, |
|
399 | 399 | { "item": "duct_tape", "prob": 40, "charges": [ 100, 400 ] }, |
400 | 400 | { "group": "superglue", "prob": 30 }, |
401 | 401 | { "item": "light_battery_cell", "count": 4, "prob": 50, "charges": 100 }, |
| 402 | + { "group": "batteries", "prob": 50 }, |
402 | 403 | { "item": "deck_of_cards", "prob": 50 }, |
403 | 404 | { "item": "teleumbrella", "prob": 50 }, |
404 | 405 | { "prob": 50, "group": "bottle_otc_painkiller_20" }, |
|
413 | 414 | { "item": "gold_hairpin", "prob": 25 }, |
414 | 415 | { "item": "magnifying_glass", "prob": 25 }, |
415 | 416 | { "item": "bandana", "prob": 25 }, |
416 | | - { "item": "light_disposable_cell", "count": 4, "prob": 25, "charges": 300 }, |
| 417 | + { "item": "light_battery_cell", "count": 4, "prob": 25, "charges": 300 }, |
417 | 418 | { "item": "fitness_band", "prob": 15 }, |
418 | 419 | { "item": "gloves_light", "prob": 10 }, |
419 | 420 | { "item": "gloves_golf", "prob": 10 }, |
|
0 commit comments