From 9e4b7d4c5ae64c110f472f0c1406e978065fedd9 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 29 Oct 2021 15:48:45 -0700 Subject: Unfix description. --- json/items/ammo/20x66mm.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/json/items/ammo/20x66mm.json b/json/items/ammo/20x66mm.json index 9152370..136f1b2 100644 --- a/json/items/ammo/20x66mm.json +++ b/json/items/ammo/20x66mm.json @@ -1,4 +1,16 @@ [ + { + "id": "20x66_slug", + "copy-from": "20x66_shot", + "type": "AMMO", + "name": { "str": "20x66mm slug" }, + "description": "20x66mm caseless shotgun rounds, solid projectile type. Proprietary ammunition for Rivtech shotguns. Being caseless rounds, these cannot be disassembled or reloaded.", + "price": 1500, + "price_postapoc": 9000, + "relative": { "range": 12, "pierce": 8 }, + "proportional": { "recoil": 1.4, "dispersion": 1.3 }, + "delete": { "effects": [ "SHOT" ] } + }, { "id": "20x66_bootleg_shot", "copy-from": "20x66_shot", @@ -48,17 +60,5 @@ "proportional": { "price": 0.7, "damage": 0.9, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ] } - }, - { - "id": "20x66_slug", - "copy-from": "20x66_shot", - "type": "AMMO", - "name": { "str": "20x66mm slug" }, - "description": "20x66mm caseless shotgun rounds, solid projectile type. Produced without access to proper ammunition casting machinery, these knockoffs are of lower quality than stock rounds. Being caseless rounds, these cannot be disassembled or reloaded.", - "price": 1500, - "price_postapoc": 9000, - "relative": { "range": 12, "pierce": 8 }, - "proportional": { "recoil": 1.4, "dispersion": 1.3 }, - "delete": { "effects": [ "SHOT" ] } } ] -- cgit v1.2.1