From 96ce804ccb0bde9886480c4985e3319521574c84 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 26 Apr 2022 15:28:31 -0700 Subject: Fix handmade 8x40mm and 20x66mm damage. --- json/items/ammo/8x40mm.json | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) (limited to 'json/items/ammo/8x40mm.json') diff --git a/json/items/ammo/8x40mm.json b/json/items/ammo/8x40mm.json index 6edffa2..6361224 100644 --- a/json/items/ammo/8x40mm.json +++ b/json/items/ammo/8x40mm.json @@ -5,7 +5,11 @@ "type": "AMMO", "name": { "str": "8x40mm JHP, handmade" }, "description": "Handcrafted bootleg duplicates of Rivtech 8x40mm JHP caseless 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": 0.9, "dispersion": 1.1 }, + "proportional": { + "price": 0.7, + "damage": { "damage_type": "bullet", "amount": 0.9 }, + "dispersion": 1.1 + }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ] } }, @@ -15,7 +19,11 @@ "type": "AMMO", "name": { "str": "8x40mm caseless, handmade" }, "description": "Handcrafted bootleg duplicates of Rivtech 8x40mm standard caseless 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": 0.9, "dispersion": 1.1 }, + "proportional": { + "price": 0.7, + "damage": { "damage_type": "bullet", "amount": 0.9 }, + "dispersion": 1.1 + }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ] } }, @@ -25,7 +33,11 @@ "type": "AMMO", "name": { "str": "8x40mm FMJ, handmade" }, "description": "Handcrafted bootleg duplicates of Rivtech 8x40mm FMJ caseless 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": 0.9, "dispersion": 1.1 }, + "proportional": { + "price": 0.7, + "damage": { "damage_type": "bullet", "amount": 0.9 }, + "dispersion": 1.1 + }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ] } }, @@ -35,7 +47,11 @@ "type": "AMMO", "name": { "str": "8x40mm tracer, handmade" }, "description": "Handcrafted bootleg duplicates of Rivtech 8x40mm tracer caseless 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": 0.9, "dispersion": 1.1 }, + "proportional": { + "price": 0.7, + "damage": { "damage_type": "bullet", "amount": 0.9 }, + "dispersion": 1.1 + }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ] } } -- cgit v1.2.1