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/45.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json/items/gun/45.json') diff --git a/json/items/gun/45.json b/json/items/gun/45.json index 2b32d68..25b2dbc 100644 --- a/json/items/gun/45.json +++ b/json/items/gun/45.json @@ -3,14 +3,14 @@ "id": "usp_45", "copy-from": "usp_45", "type": "GUN", - "name": { "str": "H&K USP .45", "str_pl": "H&K USP .45" }, + "name": { "str_sp": "H&K USP .45" }, "weight": "789 g" }, { "id": "hk_ump45", "copy-from": "hk_ump45", "type": "GUN", - "name": { "str": "H&K UMP45", "str_pl": "H&K UMP45" }, + "name": { "str_sp": "H&K UMP45" }, "modes": [ [ "DEFAULT", "semi", 1 ], [ "BURST", "burst", 2 ], [ "AUTO", "auto", 4 ] ] } ] -- cgit v1.2.1