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/308.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json/items/magazine/308.json') diff --git a/json/items/magazine/308.json b/json/items/magazine/308.json index 4c7d225..8f39489 100644 --- a/json/items/magazine/308.json +++ b/json/items/magazine/308.json @@ -30,10 +30,10 @@ "volume": "250 ml", "price": 4500, "price_postapoc": 90, - "material": "aluminum", + "material": [ "aluminum" ], "symbol": "#", "color": "light_gray", - "ammo_type": "308", + "ammo_type": [ "308" ], "capacity": 10, "reliability": 9, "flags": [ "MAG_COMPACT" ] -- cgit v1.2.1