diff options
Diffstat (limited to 'json/items/ammo/357sig.json')
-rw-r--r-- | json/items/ammo/357sig.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json/items/ammo/357sig.json b/json/items/ammo/357sig.json index 21c4150..a5edbce 100644 --- a/json/items/ammo/357sig.json +++ b/json/items/ammo/357sig.json @@ -17,7 +17,7 @@ "ammo_type": "357sig", "casing": "357sig_casing", "range": 16, - "damage": { "damage_type": "bullet", "amount": 29, "armor_penetration": 4 }, + "damage": { "damage_type": "bullet", "amount": 29, "armor_penetration": 8 }, "dispersion": 30, "recoil": 600, "effects": [ "COOKOFF" ] @@ -28,7 +28,7 @@ "type": "AMMO", "name": { "str_sp": ".357 SIG JHP" }, "description": "Jacketed hollow point .357 SIG ammunition. The .357 SIG round is a high velocity pistol cartridge, giving it a flatter trajectory than many handgun rounds.", - "relative": { "damage": { "damage_type": "bullet", "amount": 4, "armor_penetration": -2 } } + "relative": { "damage": { "damage_type": "bullet", "amount": 4, "armor_penetration": -4 } } }, { "id": "reloaded_357sig_fmj", |