From 7eef3da225f27f471211db84656f05ebcbb95494 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 12 Jan 2023 12:39:03 -0800 Subject: Update ammo descriptions to more recent dda. Fix incorrect damage on 357mag and 357sig. Fix 36 paper not being marked as reloaded. Fix 38 super not being a 38 super round. --- json/items/ammo/357sig.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'json/items/ammo/357sig.json') diff --git a/json/items/ammo/357sig.json b/json/items/ammo/357sig.json index 1057af6..21c4150 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": 28, "armor_penetration": 4 }, + "damage": { "damage_type": "bullet", "amount": 29, "armor_penetration": 4 }, "dispersion": 30, "recoil": 600, "effects": [ "COOKOFF" ] @@ -35,6 +35,7 @@ "copy-from": "357sig_fmj", "type": "AMMO", "name": { "str_sp": ".357 SIG FMJ, reloaded" }, + "description": "Jacketed .357 SIG ammunition. The .357 SIG round is a high velocity pistol cartridge, giving it a flatter trajectory than many handgun rounds. This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.", "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } @@ -44,6 +45,7 @@ "copy-from": "357sig_jhp", "type": "AMMO", "name": { "str_sp": ".357 SIG JHP, reloaded" }, + "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. This one has been hand-reloaded by a survivor or perhaps a pre-Cataclysm hobbyist, leading to slightly inferior performance compared to factory-produced ammo.", "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } @@ -53,6 +55,7 @@ "copy-from": "357sig_fmj", "type": "AMMO", "name": { "str_sp": ".357 SIG FMJ, black powder" }, + "description": "Jacketed .357 SIG ammunition. The .357 SIG round is a high velocity pistol cartridge, giving it a flatter trajectory than many handgun rounds. Someone was down on their luck when they hand-reloaded this one - it's filled with black powder instead of smokeless powder.", "proportional": { "price": 0.3, "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 }, @@ -67,6 +70,7 @@ "copy-from": "357sig_jhp", "type": "AMMO", "name": { "str_sp": ".357 SIG JHP, black powder" }, + "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. Someone was down on their luck when they hand-reloaded this one - it's filled with black powder instead of smokeless powder.", "proportional": { "price": 0.3, "damage": { "damage_type": "bullet", "amount": 0.76, "armor_penetration": 0.5 }, -- cgit v1.2.1