|
48 | 48 | "ammo_type": "22",
|
49 | 49 | "casing": "22_casing",
|
50 | 50 | "range": 13,
|
51 |
| - "damage": { "damage_type": "bullet", "amount": 12 }, |
| 51 | + "damage": { |
| 52 | + "damage_type": "bullet", |
| 53 | + "amount": 12, |
| 54 | + "barrels": [ |
| 55 | + { "barrel_length": "5 mm", "amount": 3 }, |
| 56 | + { "barrel_length": "6 mm", "amount": 4 }, |
| 57 | + { "barrel_length": "9 mm", "amount": 5 }, |
| 58 | + { "barrel_length": "13 mm", "amount": 6 }, |
| 59 | + { "barrel_length": "19 mm", "amount": 7 }, |
| 60 | + { "barrel_length": "29 mm", "amount": 8 }, |
| 61 | + { "barrel_length": "42 mm", "amount": 9 }, |
| 62 | + { "barrel_length": "63 mm", "amount": 10 }, |
| 63 | + { "barrel_length": "93 mm", "amount": 11 }, |
| 64 | + { "barrel_length": "138 mm", "amount": 12 }, |
| 65 | + { "barrel_length": "205 mm", "amount": 13 }, |
| 66 | + { "barrel_length": "304 mm", "amount": 14 }, |
| 67 | + { "barrel_length": "452 mm", "amount": 15 }, |
| 68 | + { "barrel_length": "672 mm", "amount": 16 }, |
| 69 | + { "barrel_length": "998 mm", "amount": 17 } |
| 70 | + ] |
| 71 | + }, |
52 | 72 | "dispersion": 60,
|
53 | 73 | "recoil": 150,
|
54 | 74 | "effects": [ "COOKOFF" ]
|
|
0 commit comments