summaryrefslogtreecommitdiff
path: root/json/items/magazine/shot.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/magazine/shot.json')
-rw-r--r--json/items/magazine/shot.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/json/items/magazine/shot.json b/json/items/magazine/shot.json
new file mode 100644
index 0000000..ac22067
--- /dev/null
+++ b/json/items/magazine/shot.json
@@ -0,0 +1,20 @@
+[
+ {
+ "id": "hk_caws_mag",
+ "looks_like": "saiga10mag",
+ "type": "MAGAZINE",
+ "name": { "str": "H&K CAWS box magazine" },
+ "description": "A removable plastic box magazine for the H&K CAWS shotgun. Holds 10 shells.",
+ "weight": "210 g",
+ "volume": "500 ml",
+ "price": 30000,
+ "price_postapoc": 175,
+ "material": [ "plastic" ],
+ "symbol": "#",
+ "color": "dark_gray",
+ "ammo_type": [ "shot" ],
+ "capacity": 10,
+ "reliability": 9,
+ "flags": [ "MAG_COMPACT" ]
+ }
+]