summaryrefslogtreecommitdiff
path: root/json/items/ammo/357mag.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-08 19:37:06 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-08 19:37:06 -0800
commitc0c569c8c0b6b6189e845a8157254030d4845aa2 (patch)
treedddc8f8e89dfbc3b109f79ea265028e26b95bde4 /json/items/ammo/357mag.json
parentAdd 545x39, 700nx, 762, and 762R (diff)
downloadcataclysm-bn-mod_revert-handgun-damage-buff-c0c569c8c0b6b6189e845a8157254030d4845aa2.tar.xz
Clean up numerous entries.
Diffstat (limited to 'json/items/ammo/357mag.json')
-rw-r--r--json/items/ammo/357mag.json32
1 files changed, 16 insertions, 16 deletions
diff --git a/json/items/ammo/357mag.json b/json/items/ammo/357mag.json
index a06ca7e..65e57c1 100644
--- a/json/items/ammo/357mag.json
+++ b/json/items/ammo/357mag.json
@@ -31,22 +31,6 @@
"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" },
- "description": "Jacketed .357 Magnum ammunition. 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, "recoil": 0.9 }
- },
- {
- "id": "reloaded_357mag_jhp",
- "copy-from": "357mag_jhp",
- "type": "AMMO",
- "name": { "str_sp": ".357 Magnum JHP, reloaded" },
- "description": "Jacketed hollow point .357 Magnum ammunition. 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, "recoil": 0.9 }
- },
- {
"id": "bp_357mag_fmj",
"copy-from": "357mag_fmj",
"type": "AMMO",
@@ -75,5 +59,21 @@
},
"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" },
+ "description": "Jacketed .357 Magnum ammunition. 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, "recoil": 0.9 }
+ },
+ {
+ "id": "reloaded_357mag_jhp",
+ "copy-from": "357mag_jhp",
+ "type": "AMMO",
+ "name": { "str_sp": ".357 Magnum JHP, reloaded" },
+ "description": "Jacketed hollow point .357 Magnum ammunition. 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, "recoil": 0.9 }
}
]