From 22b1bb8b86045d14a6faff74921171f3eb498f80 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 31 Jan 2022 20:39:51 -0800 Subject: Port to DDA. --- json/items/generic/casing.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'json/items/generic') diff --git a/json/items/generic/casing.json b/json/items/generic/casing.json index 84c227e..60c7945 100644 --- a/json/items/generic/casing.json +++ b/json/items/generic/casing.json @@ -8,9 +8,7 @@ "description": "A mold for casting a 8x40mm rifle round. This mold is fragile and will not last beyond a single casting.", "material": "plastic", "weight": "2 g", - "volume": "10ml", - "charges": 25, - "stack_size": 25 + "volume": "10ml" }, { "id": "20x66_mold", @@ -21,8 +19,6 @@ "description": "A mold for casting a 20x66mm shotgun round. This mold is fragile and will not last beyond a single casting.", "material": "plastic", "weight": "2 g", - "volume": "10ml", - "charges": 25, - "stack_size": 25 + "volume": "10ml" } ] -- cgit v1.2.1