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/ammo/46.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'json/items/ammo/46.json') diff --git a/json/items/ammo/46.json b/json/items/ammo/46.json index 859f275..e0dd5a7 100644 --- a/json/items/ammo/46.json +++ b/json/items/ammo/46.json @@ -5,7 +5,7 @@ "name": { "str": "4.6x30mm DM11" }, "description": "4.6x30mm ammunition with 31gr copper plated steel bullets. The Ultimate Combat DM11 Penetrator round has low recoil and excellent armor penetration.", "weight": "6500 mg", - "volume": "250 ml", + "volume": "156 ml", "price": 300, "price_postapoc": 1600, "flags": [ "IRREPLACEABLE_CONSUMABLE" ], @@ -17,7 +17,6 @@ "ammo_type": "46", "casing": "46mm_casing", "range": 14, - "//": "Base damage of 20, balance increase of one third.", "damage": { "damage_type": "stab", "amount": 24, "armor_penetration": 24 }, "dispersion": 40, "recoil": 90, -- cgit v1.2.1