From 1513fdd73f2d3c8313cf1ae16e9786adfe05674f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 9 Nov 2023 10:03:42 -0800 Subject: Rename shotgun casings. --- json/items/generic/casing.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 json/items/generic/casing.json 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." + } +] -- cgit v1.2.1