summaryrefslogtreecommitdiff
path: root/json/items/gun/000shot.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-02-16 18:17:44 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-02-16 18:17:44 -0800
commitfde97375dd85b3d462cebd44e8faafb21f5cec1e (patch)
treeb67c578884ad95fb21ca3031651b7403a67b732f /json/items/gun/000shot.json
parentShorten the name of the G11. (diff)
downloadcataclysm-bn-mod_hk-loadout-fde97375dd85b3d462cebd44e8faafb21f5cec1e.tar.xz
Convert the CAWS to 00shot.
-Obsolete 000 shells that aren't buckshot.
Diffstat (limited to 'json/items/gun/000shot.json')
-rw-r--r--json/items/gun/000shot.json37
1 files changed, 0 insertions, 37 deletions
diff --git a/json/items/gun/000shot.json b/json/items/gun/000shot.json
deleted file mode 100644
index 25a96bb..0000000
--- a/json/items/gun/000shot.json
+++ /dev/null
@@ -1,37 +0,0 @@
-[
- {
- "id": "hk_caws",
- "copy-from": "shotgun_base",
- "type": "GUN",
- "name": { "str_sp": "H&K CAWS" },
- "description": "The Heckler & Koch CAWS is a bullpup combat shotgun designed to fill the need for a high accuracy, short-range weapon with low recoil.",
- "weight": "3700 g",
- "volume": "2000 ml",
- "looks_like": "hk_g36",
- "price": 300000,
- "price_postapoc": 8000,
- "to_hit": -1,
- "bashing": 12,
- "material": [ "steel", "plastic" ],
- "ranged_damage": 5,
- "dispersion": 300,
- "durability": 8,
- "ammo": [ "000shot" ],
- "barrel_length": "81 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 ]
- ],
- "magazine_well": "250 ml",
- "modes": [ [ "DEFAULT", "semi", 1 ], [ "AUTO", "auto", 2 ] ],
- "magazines": [ [ "000shot", [ "hk_caws_mag" ] ] ]
- }
-]