|
20 | 20 | "ammo_type": "9mm",
|
21 | 21 | "casing": "9mm_casing",
|
22 | 22 | "range": 14,
|
23 |
| - "damage": { "damage_type": "bullet", "amount": 26 }, |
| 23 | + "damage": { |
| 24 | + "damage_type": "bullet", |
| 25 | + "amount": 23, |
| 26 | + "barrels": [ |
| 27 | + { "barrel_length": "6 mm", "amount": 9 }, |
| 28 | + { "barrel_length": "8 mm", "amount": 10 }, |
| 29 | + { "barrel_length": "10 mm", "amount": 11 }, |
| 30 | + { "barrel_length": "12 mm", "amount": 12 }, |
| 31 | + { "barrel_length": "15 mm", "amount": 13 }, |
| 32 | + { "barrel_length": "18 mm", "amount": 14 }, |
| 33 | + { "barrel_length": "23 mm", "amount": 15 }, |
| 34 | + { "barrel_length": "28 mm", "amount": 16 }, |
| 35 | + { "barrel_length": "36 mm", "amount": 17 }, |
| 36 | + { "barrel_length": "44 mm", "amount": 18 }, |
| 37 | + { "barrel_length": "55 mm", "amount": 19 }, |
| 38 | + { "barrel_length": "69 mm", "amount": 20 }, |
| 39 | + { "barrel_length": "87 mm", "amount": 21 }, |
| 40 | + { "barrel_length": "109 mm", "amount": 22 }, |
| 41 | + { "barrel_length": "136 mm", "amount": 23 }, |
| 42 | + { "barrel_length": "171 mm", "amount": 24 }, |
| 43 | + { "barrel_length": "214 mm", "amount": 25 }, |
| 44 | + { "barrel_length": "268 mm", "amount": 26 }, |
| 45 | + { "barrel_length": "335 mm", "amount": 27 }, |
| 46 | + { "barrel_length": "420 mm", "amount": 28 }, |
| 47 | + { "barrel_length": "526 mm", "amount": 29 }, |
| 48 | + { "barrel_length": "660 mm", "amount": 30 }, |
| 49 | + { "barrel_length": "827 mm", "amount": 31 }, |
| 50 | + { "barrel_length": "1036 mm", "amount": 32 }, |
| 51 | + { "barrel_length": "1298 mm", "amount": 33 } |
| 52 | + ] |
| 53 | + }, |
24 | 54 | "dispersion": 60,
|
25 | 55 | "recoil": 500,
|
26 | 56 | "effects": [ "COOKOFF" ]
|
|
0 commit comments