Skip to content

Commit 810063a

Browse files
authored
Merge pull request #82262 from CleverRaven/9mm_bbti
BBTI for 9mm
2 parents 8202cbe + 6bc4cb8 commit 810063a

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

data/json/items/ammo/9mm.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,37 @@
2020
"ammo_type": "9mm",
2121
"casing": "9mm_casing",
2222
"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+
},
2454
"dispersion": 60,
2555
"recoil": 500,
2656
"effects": [ "COOKOFF" ]

0 commit comments

Comments
 (0)