summaryrefslogtreecommitdiff
path: root/json/items/magazine/46.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/magazine/46.json')
-rw-r--r--json/items/magazine/46.json33
1 files changed, 23 insertions, 10 deletions
diff --git a/json/items/magazine/46.json b/json/items/magazine/46.json
index 856a12f..5e39fb2 100644
--- a/json/items/magazine/46.json
+++ b/json/items/magazine/46.json
@@ -1,33 +1,46 @@
[
{
"id": "hk46mag",
- "looks_like": "mp5mag",
- "copy-from": "hk46mag",
+ "//": "Overwrite to ensure other 4.6mm mags are based on this.",
+ "looks_like": "usp9mag",
"type": "MAGAZINE",
- "name": { "str": "H&K 4.6mm magazine" },
+ "name": { "str": "H&K 4.6mm 20-round magazine" },
"description": "A standard capacity 20-round magazine for use with H&K's proprietary 4.6x30mm round.",
- "weight": "100 g"
+ "weight": "100 g",
+ "volume": "250 ml",
+ "price": 4700,
+ "price_postapoc": 100,
+ "material": [ "steel" ],
+ "symbol": "#",
+ "color": "light_gray",
+ "ammo_type": [ "46" ],
+ "flags": [ "MAG_COMPACT" ],
+ "pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "46": 20 } } ]
},
{
"id": "hk46bigmag",
"looks_like": "mp5mag",
- "copy-from": "hk46bigmag",
+ "copy-from": "hk46mag",
"type": "MAGAZINE",
- "name": { "str": "H&K 4.6mm extended magazine" },
+ "name": { "str": "H&K 4.6mm 40-round magazine" },
"description": "An extended 40-round magazine for use with H&K's proprietary 4.6x30mm round.",
- "weight": "200 g"
+ "weight": "200 g",
+ "volume": "500 ml",
+ "price": 6300,
+ "price_postapoc": 500,
+ "pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "46": 40 } } ]
},
{
"id": "hk46midmag",
"looks_like": "hk46bigmag",
- "copy-from": "hk46bigmag",
+ "copy-from": "hk46mag",
"type": "MAGAZINE",
- "name": { "str": "H&K 4.6mm expanded magazine" },
+ "name": { "str": "H&K 4.6mm 30-round magazine" },
"description": "An expanded 30-round magazine for use with H&K's proprietary 4.6x30mm round.",
"weight": "150 g",
"volume": "375 ml",
"price": 5500,
"price_postapoc": 300,
- "capacity": 30
+ "pocket_data": [ { "pocket_type": "MAGAZINE", "rigid": true, "ammo_restriction": { "46": 30 } } ]
}
]