summaryrefslogtreecommitdiff
path: root/json/items/ammo/380.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/380.json
downloadcataclysm-bn-mod_revert-handgun-damage-buff-f83788bd57bb5e03cbe8164e2be2519c35b35a4b.tar.xz
Initial commit
Diffstat (limited to 'json/items/ammo/380.json')
-rw-r--r--json/items/ammo/380.json101
1 files changed, 101 insertions, 0 deletions
diff --git a/json/items/ammo/380.json b/json/items/ammo/380.json
new file mode 100644
index 0000000..d774d08
--- /dev/null
+++ b/json/items/ammo/380.json
@@ -0,0 +1,101 @@
+[
+ {
+ "id": "380_FMJ",
+ "type": "AMMO",
+ "name": { "str_sp": ".380 ACP FMJ" },
+ "description": ".380 ACP ammunition with a brass jacketed 95gr bullet. Popular in pocket pistols for over a century, it is often considered the weakest caliber to consider carrying. One should be careful not to chamber it in 9x18mm Makarov or 9x19mm firearms.",
+ "weight": "6 g",
+ "volume": "89 ml",
+ "price": 140,
+ "price_postapoc": 1000,
+ "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
+ "material": [ "brass", "powder" ],
+ "symbol": "=",
+ "color": "yellow",
+ "count": 50,
+ "stack_size": 50,
+ "ammo_type": "380",
+ "casing": "380_casing",
+ "range": 13,
+ "damage": { "damage_type": "stab", "amount": 16, "armor_penetration": 2 },
+ "dispersion": 60,
+ "recoil": 300,
+ "effects": [ "COOKOFF" ]
+ },
+ {
+ "id": "380_JHP",
+ "copy-from": "380_FMJ",
+ "type": "AMMO",
+ "name": { "str_sp": ".380 ACP JHP" },
+ "description": ".380 ACP ammunition with a 95gr jacketed hollow point bullet. It is a popular round for small concealable backup pistols, and often the weakest recommended defensive caliber. One should be careful not to chamber it in 9x18mm Makarov or 9x19mm firearms.",
+ "relative": { "damage": { "damage_type": "stab", "amount": 2, "armor_penetration": -2 } }
+ },
+ {
+ "id": "380_p",
+ "copy-from": "380_FMJ",
+ "type": "AMMO",
+ "name": { "str_sp": ".380 ACP +P" },
+ "description": "Overpressure .380 ACP ammunition with a 90gr jacketed hollow point bullet. These defensive loadings are designed to maximize performance and tend to be more accurate than practice ammo. One should be careful not to chamber it in 9x18mm Makarov or 9x19mm firearms.",
+ "price": 190,
+ "price_postapoc": 1500,
+ "flags": [ "IRREPLACEABLE_CONSUMABLE" ],
+ "count": 25,
+ "relative": { "damage": { "damage_type": "stab", "amount": 4, "armor_penetration": 2 }, "dispersion": -15 },
+ "proportional": { "recoil": 1.1 }
+ },
+ {
+ "id": "bp_380_FMJ",
+ "copy-from": "380_FMJ",
+ "type": "AMMO",
+ "name": { "str_sp": ".380 ACP 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_380_JHP",
+ "copy-from": "380_JHP",
+ "type": "AMMO",
+ "name": { "str_sp": ".380 ACP 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_380_FMJ",
+ "copy-from": "380_FMJ",
+ "type": "AMMO",
+ "name": { "str_sp": ".380 ACP FMJ, reloaded" },
+ "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ },
+ {
+ "id": "reloaded_380_JHP",
+ "copy-from": "380_JHP",
+ "type": "AMMO",
+ "name": { "str_sp": ".380 ACP JHP, reloaded" },
+ "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ },
+ {
+ "id": "reloaded_380_p",
+ "copy-from": "380_p",
+ "type": "AMMO",
+ "name": { "str_sp": ".380 ACP +P, reloaded" },
+ "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9 }, "dispersion": 1.1 },
+ "extend": { "effects": [ "RECYCLED" ] },
+ "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] }
+ }
+]