Skip to content

Commit 8202cbe

Browse files
authored
Merge pull request #82263 from CleverRaven/22_lr_bbti
.22 lr bbti
2 parents 657bfe0 + 405f4ba commit 8202cbe

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

data/json/items/ammo/22.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,27 @@
4848
"ammo_type": "22",
4949
"casing": "22_casing",
5050
"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+
},
5272
"dispersion": 60,
5373
"recoil": 150,
5474
"effects": [ "COOKOFF" ]

0 commit comments

Comments
 (0)