summaryrefslogtreecommitdiff
path: root/json/items/magazine/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/magazine/000shot.json
parentShorten the name of the G11. (diff)
downloadcataclysm-dda-mod_hk-loadout-fde97375dd85b3d462cebd44e8faafb21f5cec1e.tar.xz
Convert the CAWS to 00shot.
-Obsolete 000 shells that aren't buckshot.
Diffstat (limited to 'json/items/magazine/000shot.json')
-rw-r--r--json/items/magazine/000shot.json39
1 files changed, 0 insertions, 39 deletions
diff --git a/json/items/magazine/000shot.json b/json/items/magazine/000shot.json
deleted file mode 100644
index 1a06b6e..0000000
--- a/json/items/magazine/000shot.json
+++ /dev/null
@@ -1,39 +0,0 @@
-[
- {
- "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": [ "000shot" ],
- "capacity": 10,
- "reliability": 9,
- "flags": [ "MAG_COMPACT" ]
- },
- {
- "id": "hk_caws_belt",
- "looks_like": "shotbelt_20",
- "type": "MAGAZINE",
- "name": { "str": "H&K CAWS belt magazine" },
- "description": "A brass ammo belt for the H&K CAWS shotgun. Holds 20 shells.",
- "weight": "500 g",
- "volume": "500 ml",
- "price": 30000,
- "price_postapoc": 175,
- "material": [ "copper" ],
- "symbol": "#",
- "color": "light_gray",
- "ammo_type": [ "000shot" ],
- "capacity": 20,
- "reliability": 6,
- "armor_data": { "covers": [ "TORSO" ], "coverage": 5, "material_thickness": 1, "encumbrance": 2 },
- "flags": [ "MAG_EJECT", "BELTED", "OVERSIZE", "WATER_FRIENDLY" ]
- }
-]