summaryrefslogtreecommitdiff
path: root/json/items/generic/casing.json
diff options
context:
space:
mode:
Diffstat (limited to 'json/items/generic/casing.json')
-rw-r--r--json/items/generic/casing.json22
1 files changed, 22 insertions, 0 deletions
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"
+ }
+]