diff options
Diffstat (limited to 'json/items/ammo/357sig.json')
-rw-r--r-- | json/items/ammo/357sig.json | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/json/items/ammo/357sig.json b/json/items/ammo/357sig.json new file mode 100644 index 0000000..40e508e --- /dev/null +++ b/json/items/ammo/357sig.json @@ -0,0 +1,79 @@ +[ + { + "id": "357sig_fmj", + "type": "AMMO", + "name": { "str_sp": ".357 SIG FMJ" }, + "description": "Jacketed .357 SIG ammunition. The .357 SIG round is a high velocity pistol cartridge, giving it a flatter trajectory than many handgun rounds.", + "weight": "8 g", + "volume": "132 ml", + "price": 370, + "price_postapoc": 1000, + "flags": [ "IRREPLACEABLE_CONSUMABLE" ], + "material": [ "brass", "powder" ], + "symbol": "=", + "color": "light_gray", + "count": 50, + "stack_size": 50, + "ammo_type": "357sig", + "casing": "357sig_casing", + "range": 16, + "damage": { "damage_type": "stab", "amount": 28, "armor_penetration": 4 }, + "dispersion": 30, + "recoil": 600, + "effects": [ "COOKOFF" ] + }, + { + "id": "357sig_jhp", + "copy-from": "357sig_fmj", + "type": "AMMO", + "name": { "str_sp": ".357 SIG JHP" }, + "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.", + "relative": { "damage": { "damage_type": "stab", "amount": 4, "armor_penetration": -2 } } + }, + { + "id": "reloaded_357sig_fmj", + "copy-from": "357sig_fmj", + "type": "AMMO", + "name": { "str_sp": ".357 SIG 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_357sig_jhp", + "copy-from": "357sig_jhp", + "type": "AMMO", + "name": { "str_sp": ".357 SIG 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": "bp_357sig_fmj", + "copy-from": "357sig_fmj", + "type": "AMMO", + "name": { "str_sp": ".357 SIG 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_357sig_jhp", + "copy-from": "357sig_jhp", + "type": "AMMO", + "name": { "str_sp": ".357 SIG 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" ] } + } +] |