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/000shot.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json/items/gun/000shot.json') diff --git a/json/items/gun/000shot.json b/json/items/gun/000shot.json index cb0a6bd..25a96bb 100644 --- a/json/items/gun/000shot.json +++ b/json/items/gun/000shot.json @@ -3,7 +3,7 @@ "id": "hk_caws", "copy-from": "shotgun_base", "type": "GUN", - "name": { "str": "H&K CAWS" }, + "name": { "str_sp": "H&K CAWS" }, "description": "The Heckler & Koch CAWS is a bullpup combat shotgun designed to fill the need for a high accuracy, short-range weapon with low recoil.", "weight": "3700 g", "volume": "2000 ml", @@ -16,7 +16,7 @@ "ranged_damage": 5, "dispersion": 300, "durability": 8, - "ammo": "000shot", + "ammo": [ "000shot" ], "barrel_length": "81 ml", "valid_mod_locations": [ [ "accessories", 2 ], -- cgit v1.2.1