From 6bd924a6320887576ca79cd93dcb99cc674e22a9 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 2 Feb 2022 16:43:51 -0800 Subject: Fix 000 shot ordering so as to not place types before their copy-froms. Convert guns to use str_sp instead of str. Convert ammo types and materials to arrays. Various formatting changes to recipes to ease readability. Fix factory loaded 000shot uncraft from providing less materials than a reloaded. --- json/items/generic/casing.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json/items/generic/casing.json') diff --git a/json/items/generic/casing.json b/json/items/generic/casing.json index 580cab7..86e2855 100644 --- a/json/items/generic/casing.json +++ b/json/items/generic/casing.json @@ -6,7 +6,7 @@ "type": "GENERIC", "name": { "str": "4.73x33mm mold" }, "description": "A mold for casting a 4.73x33mm rifle round. This mold is fragile and will not last beyond a single casting.", - "material": "plastic", + "material": [ "plastic" ], "weight": "2 g", "volume": "10ml", "charges": 25, @@ -22,7 +22,7 @@ "weight": "8 g", "volume": "12ml", "stackable": true, - "material": "plastic", + "material": [ "plastic" ], "symbol": "=", "color": "red", "damage_states": [ 0, 0 ] -- cgit v1.2.1