From f83788bd57bb5e03cbe8164e2be2519c35b35a4b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 29 Jul 2021 06:30:17 -0700 Subject: Initial commit --- json/items/ammo/44.json | 79 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 json/items/ammo/44.json (limited to 'json/items/ammo/44.json') diff --git a/json/items/ammo/44.json b/json/items/ammo/44.json new file mode 100644 index 0000000..657d443 --- /dev/null +++ b/json/items/ammo/44.json @@ -0,0 +1,79 @@ +[ + { + "id": "44magnum", + "type": "AMMO", + "name": { "str": ".44 Magnum" }, + "description": ".44 Magnum ammunition with 240gr JHP bullets. The .44 Magnum round is one of the most powerful handgun cartridges available. It has excellent stopping power but suffers from extremely high recoil for a handgun round.", + "weight": "13 g", + "volume": "87 ml", + "price": 175, + "price_postapoc": 600, + "flags": [ "IRREPLACEABLE_CONSUMABLE" ], + "material": [ "brass", "powder" ], + "symbol": "=", + "color": "light_gray", + "count": 20, + "stack_size": 20, + "ammo_type": "44", + "casing": "44_casing", + "range": 16, + "damage": { "damage_type": "stab", "amount": 40, "armor_penetration": 4 }, + "dispersion": 30, + "recoil": 1570, + "effects": [ "COOKOFF" ] + }, + { + "id": "44fmj", + "copy-from": "44magnum", + "type": "AMMO", + "name": { "str_sp": ".44 Magnum FMJ" }, + "description": "A brass-jacketed variant of the .44 Magnum round. This increases penetration slightly at the cost of reduced damage from expansion.", + "relative": { "damage": { "damage_type": "stab", "amount": -4, "armor_penetration": 8 } } + }, + { + "id": "reloaded_44fmj", + "copy-from": "44fmj", + "type": "AMMO", + "name": { "str_sp": ".44 Magnum 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_44magnum", + "copy-from": "44magnum", + "type": "AMMO", + "name": { "str_sp": ".44 Magnum, 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": "bp_44magnum", + "copy-from": "44magnum", + "type": "AMMO", + "name": { "str_sp": ".44 Magnum, 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_44fmj", + "copy-from": "44fmj", + "type": "AMMO", + "name": { "str_sp": ".44 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" ] } + } +] -- cgit v1.2.1