Skip to content

Commit f30c996

Browse files
authored
Make 5.56x45mm/.300BLK Clips compatible with mags with ranger plates (#82942)
Currently, mags with ranger plates can't be speedloaded with clips, this change makes them compatible.
1 parent a49a571 commit f30c996

File tree

1 file changed

+32
-4
lines changed

1 file changed

+32
-4
lines changed

data/json/items/magazine/223.json

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,14 @@
6969
"color": "light_gray",
7070
"ammo_type": [ "223", "300blk" ],
7171
"flags": [ "MAG_COMPACT", "BELT_CLIP" ],
72-
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "223": 10, "300blk": 10 } } ]
72+
"pocket_data": [
73+
{
74+
"pocket_type": "MAGAZINE",
75+
"rigid": true,
76+
"allowed_speedloaders": [ "clip223_10rd" ],
77+
"ammo_restriction": { "223": 10, "300blk": 10 }
78+
}
79+
]
7380
},
7481
{
7582
"id": "ruger10",
@@ -208,7 +215,14 @@
208215
"color": "light_gray",
209216
"ammo_type": [ "223", "300blk" ],
210217
"flags": [ "MAG_COMPACT", "BELT_CLIP" ],
211-
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "223": 20, "300blk": 20 } } ]
218+
"pocket_data": [
219+
{
220+
"pocket_type": "MAGAZINE",
221+
"rigid": true,
222+
"allowed_speedloaders": [ "clip223_10rd" ],
223+
"ammo_restriction": { "223": 20, "300blk": 20 }
224+
}
225+
]
212226
},
213227
{
214228
"id": "stanag30",
@@ -255,7 +269,14 @@
255269
"color": "light_gray",
256270
"ammo_type": [ "223", "300blk" ],
257271
"flags": [ "MAG_COMPACT", "BELT_CLIP" ],
258-
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "223": 30, "300blk": 30 } } ]
272+
"pocket_data": [
273+
{
274+
"pocket_type": "MAGAZINE",
275+
"rigid": true,
276+
"allowed_speedloaders": [ "clip223_10rd" ],
277+
"ammo_restriction": { "223": 30, "300blk": 30 }
278+
}
279+
]
259280
},
260281
{
261282
"id": "stanag40",
@@ -302,7 +323,14 @@
302323
"color": "light_gray",
303324
"ammo_type": [ "223", "300blk" ],
304325
"flags": [ "MAG_COMPACT", "BELT_CLIP" ],
305-
"pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "223": 40, "300blk": 40 } } ]
326+
"pocket_data": [
327+
{
328+
"pocket_type": "MAGAZINE",
329+
"rigid": true,
330+
"allowed_speedloaders": [ "clip223_10rd" ],
331+
"ammo_restriction": { "223": 40, "300blk": 40 }
332+
}
333+
]
306334
},
307335
{
308336
"id": "stanag50",

0 commit comments

Comments
 (0)