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/46.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'json/items/gun/46.json') diff --git a/json/items/gun/46.json b/json/items/gun/46.json index 64f4a38..cf0a3f6 100644 --- a/json/items/gun/46.json +++ b/json/items/gun/46.json @@ -3,7 +3,7 @@ "id": "hk_ucp", "type": "GUN", "reload_noise_volume": 10, - "name": { "str": "H&K UCP" }, + "name": { "str_sp": "H&K UCP" }, "description": "The Heckler & Koch UCP is a small, very high capacity pistol designed to counter most common body armors.", "weight": "730 g", "volume": "500 ml", @@ -14,7 +14,7 @@ "material": [ "steel", "plastic" ], "symbol": "(", "color": "light_gray", - "ammo": "46", + "ammo": [ "46" ], "skill": "pistol", "dispersion": 410, "durability": 9, @@ -39,7 +39,7 @@ "id": "hk_mp7", "copy-from": "hk_mp7", "type": "GUN", - "name": { "str": "H&K MP7A2" }, + "name": { "str_sp": "H&K MP7A2" }, "weight": "1960 g", "volume": "1000 ml", "bashing": 10, -- cgit v1.2.1