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/gun/9mm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'json/items/gun/9mm.json') diff --git a/json/items/gun/9mm.json b/json/items/gun/9mm.json index fb37fa6..679e9e5 100644 --- a/json/items/gun/9mm.json +++ b/json/items/gun/9mm.json @@ -3,14 +3,14 @@ "id": "usp_9mm", "copy-from": "usp_9mm", "type": "GUN", - "name": { "str": "H&K USP 9mm", "str_pl": "H&K USP 9mm" }, + "name": { "str_sp": "H&K USP 9mm" }, "weight": "748 g" }, { "id": "hk_mp5", "copy-from": "hk_mp5", "type": "GUN", - "name": { "str": "H&K MP5A4", "str_pl": "H&K MP5A4" }, + "name": { "str_sp": "H&K MP5A4" }, "weight": "2540 g", "volume": "1750 ml" }, @@ -18,7 +18,7 @@ "id": "hk_mp5k", "copy-from": "hk_mp5k", "type": "GUN", - "name": { "str": "H&K MP5K-PDW", "str_pl": "H&K MP5K-PDW" }, + "name": { "str_sp": "H&K MP5K-PDW" }, "weight": "2530 g", "volume": "1250 ml" } -- cgit v1.2.1