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/000shot.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'json/items/magazine/000shot.json') diff --git a/json/items/magazine/000shot.json b/json/items/magazine/000shot.json index ad60008..1a06b6e 100644 --- a/json/items/magazine/000shot.json +++ b/json/items/magazine/000shot.json @@ -9,10 +9,10 @@ "volume": "500 ml", "price": 30000, "price_postapoc": 175, - "material": "plastic", + "material": [ "plastic" ], "symbol": "#", "color": "dark_gray", - "ammo_type": "000shot", + "ammo_type": [ "000shot" ], "capacity": 10, "reliability": 9, "flags": [ "MAG_COMPACT" ] @@ -27,10 +27,10 @@ "volume": "500 ml", "price": 30000, "price_postapoc": 175, - "material": "copper", + "material": [ "copper" ], "symbol": "#", "color": "light_gray", - "ammo_type": "000shot", + "ammo_type": [ "000shot" ], "capacity": 20, "reliability": 6, "armor_data": { "covers": [ "TORSO" ], "coverage": 5, "material_thickness": 1, "encumbrance": 2 }, -- cgit v1.2.1