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/magazine/473.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json/items/magazine/473.json') diff --git a/json/items/magazine/473.json b/json/items/magazine/473.json index 916d3c9..94a53b0 100644 --- a/json/items/magazine/473.json +++ b/json/items/magazine/473.json @@ -12,7 +12,7 @@ "material": [ "plastic" ], "symbol": "#", "color": "dark_gray", - "ammo_type": "473", + "ammo_type": [ "473" ], "capacity": 50, "reliability": 10, "reload_time": 50, -- cgit v1.2.1