summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-09 10:03:42 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-09 10:03:42 -0800
commit1513fdd73f2d3c8313cf1ae16e9786adfe05674f (patch)
treecf4cb58f78757ac6d4f5c9e6cd11c69eb2655054
parentAdd .410 ammo. (diff)
downloadcataclysm-bn-mod_revert-handgun-damage-buff-1513fdd73f2d3c8313cf1ae16e9786adfe05674f.tar.xz
Rename shotgun casings.
-rw-r--r--json/items/generic/casing.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/json/items/generic/casing.json b/json/items/generic/casing.json
new file mode 100644
index 0000000..2389ca4
--- /dev/null
+++ b/json/items/generic/casing.json
@@ -0,0 +1,10 @@
+[
+ {
+ "id": "shot_hull",
+ "copy-from": "shot_hull",
+ "type": "GENERIC",
+ "category": "spare_parts",
+ "name": { "str": "12ga shotgun hull" },
+ "description": "An empty hull from a 12ga shotgun shell."
+ }
+]