From 1478fb8a2e843e998c6044ae5f05ef6c25e317d9 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 14 Jan 2023 10:55:05 -0800 Subject: Fix invalid stack sizes on caseless molds. --- json/items/generic/casing.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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