diff options
Diffstat (limited to 'json/items/ammo/357mag.json')
-rw-r--r-- | json/items/ammo/357mag.json | 28 |
1 files changed, 14 insertions, 14 deletions
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 @@ -31,6 +31,20 @@ "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", "type": "AMMO", @@ -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 } } ] |