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/473.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json/items/gun/473.json') diff --git a/json/items/gun/473.json b/json/items/gun/473.json index 4ceddc1..307f8cf 100644 --- a/json/items/gun/473.json +++ b/json/items/gun/473.json @@ -3,7 +3,7 @@ "id": "hk_g11", "type": "GUN", "reload_noise_volume": 10, - "name": { "str": "H&K G11K2 Assault Rifle" }, + "name": { "str_sp": "H&K G11K2 Assault Rifle" }, "description": "The Heckler & Koch G11 is a bullpup assault rifle that was designed to replace the G3 rifle. It utilizes the caseless 4.73x33mm round from an internal magazine bay and has a very high rate of burst fire.", "weight": "3650 g", "volume": "1500 ml", @@ -15,7 +15,7 @@ "material": [ "steel", "plastic" ], "symbol": "(", "color": "dark_gray", - "ammo": "473", + "ammo": [ "473" ], "skill": "rifle", "dispersion": 120, "durability": 9, -- cgit v1.2.1