From 7b9fe6e4ea523a5e8ee37d12208b25e87cfb8b12 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 10 Sep 2022 12:42:21 -0700 Subject: Sort black powder variants to after reloaded variants. --- json/items/ammo/10mm.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'json/items/ammo/10mm.json') diff --git a/json/items/ammo/10mm.json b/json/items/ammo/10mm.json index 7585a25..26b4dd4 100644 --- a/json/items/ammo/10mm.json +++ b/json/items/ammo/10mm.json @@ -22,6 +22,15 @@ "recoil": 750, "effects": [ "COOKOFF" ] }, + { + "id": "reloaded_10mm_fmj", + "copy-from": "10mm_fmj", + "type": "AMMO", + "name": { "str_sp": "10mm Auto FMJ, reloaded" }, + "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, + "extend": { "effects": [ "RECYCLED" ] }, + "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } + }, { "id": "bp_10mm_fmj", "copy-from": "10mm_fmj", @@ -35,14 +44,5 @@ }, "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } - }, - { - "id": "reloaded_10mm_fmj", - "copy-from": "10mm_fmj", - "type": "AMMO", - "name": { "str_sp": "10mm Auto FMJ, reloaded" }, - "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, - "extend": { "effects": [ "RECYCLED" ] }, - "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } } ] -- cgit v1.2.1