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.json14
1 files changed, 10 insertions, 4 deletions
diff --git a/json/items/generic/casing.json b/json/items/generic/casing.json
index 36976a2..84c227e 100644
--- a/json/items/generic/casing.json
+++ b/json/items/generic/casing.json
@@ -6,8 +6,11 @@
"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"
+ "material": "plastic",
+ "weight": "2 g",
+ "volume": "10ml",
+ "charges": 25,
+ "stack_size": 25
},
{
"id": "20x66_mold",
@@ -16,7 +19,10 @@
"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"
+ "material": "plastic",
+ "weight": "2 g",
+ "volume": "10ml",
+ "charges": 25,
+ "stack_size": 25
}
]