summaryrefslogtreecommitdiff
path: root/json/items/magazine
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-03 16:37:04 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-11-03 16:37:04 -0800
commit5f858cdea6c355812caae5b09857a8d970db317a (patch)
treeac599ead1b24cca594574509208e3ac15b2367fa /json/items/magazine
parentAdd the 473 mold and ammo type (diff)
downloadcataclysm-bn-mod_hk-loadout-5f858cdea6c355812caae5b09857a8d970db317a.tar.xz
Add the CAWS
Adjust the MSG90 out of active service
Diffstat (limited to 'json/items/magazine')
-rw-r--r--json/items/magazine/shot.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/json/items/magazine/shot.json b/json/items/magazine/shot.json
new file mode 100644
index 0000000..292d21a
--- /dev/null
+++ b/json/items/magazine/shot.json
@@ -0,0 +1,19 @@
+[
+ {
+ "id": "hk_caws_mag",
+ "looks_like": "shotbelt_20",
+ "type": "MAGAZINE",
+ "name": { "str": "H&K CAWS box magazine" },
+ "description": "A removable plastic box magazine for the H&K CAWS shotgun. Holds 10 rounds.",
+ "weight": "210 g",
+ "volume": "500 ml",
+ "price": 4500,
+ "material": "plastic",
+ "symbol": "#",
+ "color": "dark_gray",
+ "ammo_type": "shot",
+ "capacity": 10,
+ "reliability": 9,
+ "flags": [ "MAG_COMPACT" ]
+ }
+]