From 3386883f1956771ce8f3859941a4539917e51d50 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 26 Jul 2020 15:29:10 -0700 Subject: Initial commit --- json/items/generic/casing.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 json/items/generic/casing.json (limited to '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..36976a2 --- /dev/null +++ b/json/items/generic/casing.json @@ -0,0 +1,22 @@ +[ + { + "id": "8mm_mold", + "copy-from": "casing", + "looks_like": "5x50_hull", + "type": "GENERIC", + "name": { "str": "8x40mm mold" }, + "description": "A mold for casting a 8x40mm rifle round. This mold is fragile and will not last beyond a single casting.", + "weight": "6 g", + "volume": "9ml" + }, + { + "id": "20x66_mold", + "copy-from": "casing", + "looks_like": "5x50_hull", + "type": "GENERIC", + "name": { "str": "20x66m mold" }, + "description": "A mold for casting a 20x66mm shotgun round. This mold is fragile and will not last beyond a single casting.", + "weight": "6 g", + "volume": "9ml" + } +] -- cgit v1.2.1