From 5f858cdea6c355812caae5b09857a8d970db317a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 3 Nov 2020 16:37:04 -0800 Subject: Add the CAWS Adjust the MSG90 out of active service --- json/items/gun/shot.json | 34 ++++++++++++++++++++++++++++++++++ json/items/magazine/shot.json | 19 +++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 json/items/gun/shot.json create mode 100644 json/items/magazine/shot.json (limited to 'json/items') diff --git a/json/items/gun/shot.json b/json/items/gun/shot.json new file mode 100644 index 0000000..abeb352 --- /dev/null +++ b/json/items/gun/shot.json @@ -0,0 +1,34 @@ +[ + { + "id": "hk_caws", + "copy-from": "shotgun_base", + "type": "GUN", + "name": { "str": "H&K CAWS" }, + "description": "The H&K CAWS .", + "weight": "3700 g", + "volume": "2750 ml", + "looks_like": "USAS_12", + "price": 300000, + "to_hit": -1, + "bashing": 12, + "material": [ "steel", "plastic" ], + "ranged_damage": 5, + "dispersion": 510, + "durability": 8, + "barrel_length": "100 ml", + "valid_mod_locations": [ + [ "accessories", 2 ], + [ "mechanism", 4 ], + [ "barrel", 1 ], + [ "sling", 1 ], + [ "muzzle", 1 ], + [ "grip", 1 ], + [ "brass catcher", 1 ], + [ "rail mount", 1 ], + [ "sights mount", 1 ], + [ "underbarrel mount", 1 ] + ], + "modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "AUTO", "auto", 5 ] ], + "magazines": [ [ "shot", [ "hk_caws_mag", "shotbelt_20" ] ] ] + } +] 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" ] + } +] -- cgit v1.2.1