From 67ccd52ed56a2082c66a08d068c3972be6cfc10d Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 4 Oct 2023 17:24:32 -0700 Subject: Remove reloaded 20x66mm that are already in the base game. --- json/items/ammo/20x66mm.json | 46 ++------------------------------------------ 1 file changed, 2 insertions(+), 44 deletions(-) diff --git a/json/items/ammo/20x66mm.json b/json/items/ammo/20x66mm.json index 22297d5..e5849cd 100644 --- a/json/items/ammo/20x66mm.json +++ b/json/items/ammo/20x66mm.json @@ -1,52 +1,10 @@ [ - { - "id": "20x66_shot_reloaded", - "copy-from": "20x66_shot", - "type": "AMMO", - "name": { "str": "20x66mm buckshot, handmade" }, - "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless buckshot rounds. 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.", - "proportional": { - "price": 0.7, - "damage": { "damage_type": "bullet", "amount": 0.9 }, - "dispersion": 1.1 - }, - "extend": { "effects": [ "RECYCLED" ] }, - "delete": { "effects": [ "NEVER_MISFIRES" ] } - }, - { - "id": "20x66_slug_reloaded", - "copy-from": "20x66_slug", - "type": "AMMO", - "name": { "str": "20x66mm slug, handmade" }, - "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless solid projectile rounds. 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.", - "proportional": { - "price": 0.7, - "damage": { "damage_type": "bullet", "amount": 0.9 }, - "dispersion": 1.1 - }, - "extend": { "effects": [ "RECYCLED" ] }, - "delete": { "effects": [ "NEVER_MISFIRES" ] } - }, - { - "id": "20x66_flechette_reloaded", - "copy-from": "20x66_flechette", - "type": "AMMO", - "name": { "str": "20x66mm flechette, handmade" }, - "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless flechette rounds. 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.", - "proportional": { - "price": 0.7, - "damage": { "damage_type": "bullet", "amount": 0.9 }, - "dispersion": 1.1 - }, - "extend": { "effects": [ "RECYCLED" ] }, - "delete": { "effects": [ "NEVER_MISFIRES" ] } - }, { "id": "20x66_inc_reloaded", "copy-from": "20x66_inc", "type": "AMMO", "name": { "str": "20x66mm incendiary, handmade" }, - "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless incendiary rounds. 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.", + "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless incendiary rounds. 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.", "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, @@ -60,7 +18,7 @@ "copy-from": "20x66_flare", "type": "AMMO", "name": { "str": "20x66mm flare, handmade" }, - "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless flare rounds. 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.", + "description": "Handcrafted bootleg duplicates of Rivtech 20x66mm caseless flare rounds. 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.", "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, -- cgit v1.2.1