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/357mag.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'json/items/ammo/357mag.json') diff --git a/json/items/ammo/357mag.json b/json/items/ammo/357mag.json index 6fde5db..f8a3380 100644 --- a/json/items/ammo/357mag.json +++ b/json/items/ammo/357mag.json @@ -30,6 +30,20 @@ "description": "Jacketed hollow point .357 Magnum ammunition. The .357 Magnum round is derived from the earlier .38 Special, with a marginally longer case and generating greater pressure.", "relative": { "damage": { "damage_type": "bullet", "amount": 4, "armor_penetration": -2 } } }, + { + "id": "reloaded_357mag_fmj", + "copy-from": "357mag_fmj", + "type": "AMMO", + "name": { "str_sp": ".357 Magnum FMJ, reloaded" }, + "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1, "recoil": 0.9 } + }, + { + "id": "reloaded_357mag_jhp", + "copy-from": "357mag_jhp", + "type": "AMMO", + "name": { "str_sp": ".357 Magnum JHP, reloaded" }, + "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1, "recoil": 0.9 } + }, { "id": "bp_357mag_fmj", "copy-from": "357mag_fmj", @@ -57,19 +71,5 @@ }, "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } - }, - { - "id": "reloaded_357mag_fmj", - "copy-from": "357mag_fmj", - "type": "AMMO", - "name": { "str_sp": ".357 Magnum FMJ, reloaded" }, - "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1, "recoil": 0.9 } - }, - { - "id": "reloaded_357mag_jhp", - "copy-from": "357mag_jhp", - "type": "AMMO", - "name": { "str_sp": ".357 Magnum JHP, reloaded" }, - "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1, "recoil": 0.9 } } ] -- cgit v1.2.1