summaryrefslogtreecommitdiff
path: root/json/items/ammo/357mag.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-29 06:30:17 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-29 06:30:17 -0700
commitf83788bd57bb5e03cbe8164e2be2519c35b35a4b (patch)
treedff932fb8291b747645399d73a9ff1a887f852eb /json/items/ammo/357mag.json
downloadcataclysm-bn-mod_revert-handgun-damage-buff-f83788bd57bb5e03cbe8164e2be2519c35b35a4b.tar.xz
Initial commit
Diffstat (limited to 'json/items/ammo/357mag.json')
-rw-r--r--json/items/ammo/357mag.json75
1 files changed, 75 insertions, 0 deletions
diff --git a/json/items/ammo/357mag.json b/json/items/ammo/357mag.json
new file mode 100644
index 0000000..fa9025f
--- /dev/null
+++ b/json/items/ammo/357mag.json
@@ -0,0 +1,75 @@
+[
+ {
+ "id": "357mag_fmj",
+ "type": "AMMO",
+ "name": { "str_sp": ".357 Magnum FMJ" },
+ "description": "Jacketed .357 Magnum ammunition. The .357 Magnum round is derived from the earlier .38 Special, with a marginally longer case and generating greater pressure.",
+ "weight": "8 g",
+ "volume": "145 ml",
+ "price": 140,
+ "price_postapoc": 1000,
+ "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
+ "material": [ "brass", "powder" ],
+ "symbol": "=",
+ "color": "light_gray",
+ "count": 50,
+ "stack_size": 50,
+ "ammo_type": "357mag",
+ "casing": "357mag_casing",
+ "range": 16,
+ "damage": { "damage_type": "stab", "amount": 28, "armor_penetration": 4 },
+ "dispersion": 30,
+ "recoil": 700,
+ "effects": [ "COOKOFF" ]
+ },
+ {
+ "id": "357mag_jhp",
+ "copy-from": "357mag_fmj",
+ "type": "AMMO",
+ "name": { "str_sp": ".357 Magnum JHP" },
+ "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": "stab", "amount": 4, "armor_penetration": -2 } }
+ },
+ {
+ "id": "bp_357mag_fmj",
+ "copy-from": "357mag_fmj",
+ "type": "AMMO",
+ "name": { "str_sp": ".357 Magnum FMJ, black powder" },
+ "proportional": {
+ "price": 0.3,
+ "damage": { "damage_type": "stab", "amount": 0.76, "armor_penetration": 0.5 },
+ "recoil": 0.76,
+ "dispersion": 1.2
+ },
+ "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ },
+ {
+ "id": "bp_357mag_jhp",
+ "copy-from": "357mag_jhp",
+ "type": "AMMO",
+ "name": { "str_sp": ".357 Magnum JHP, black powder" },
+ "proportional": {
+ "price": 0.3,
+ "damage": { "damage_type": "stab", "amount": 0.76, "armor_penetration": 0.5 },
+ "recoil": 0.76,
+ "dispersion": 1.2
+ },
+ "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": "stab", "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": "stab", "amount": 0.9 }, "dispersion": 1.1, "recoil": 0.9 }
+ }
+]