diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-11-08 18:22:13 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-11-08 18:22:13 -0800 |
commit | c622808913f6bbcbbb96e32005631b6b07430909 (patch) | |
tree | 5cd0750fbab2950f068128ca4ca25b15e3474e95 /json/items/ammo/3006.json | |
parent | Add 300 ammo. (diff) | |
download | cataclysm-bn-mod_revert-handgun-damage-buff-c622808913f6bbcbbb96e32005631b6b07430909.tar.xz |
Add 30-06 ammo.
Also add missing reloaded ammo for 270win and 300.
Diffstat (limited to 'json/items/ammo/3006.json')
-rw-r--r-- | json/items/ammo/3006.json | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/json/items/ammo/3006.json b/json/items/ammo/3006.json new file mode 100644 index 0000000..d8abccb --- /dev/null +++ b/json/items/ammo/3006.json @@ -0,0 +1,110 @@ +[ + { + "id": "3006", + "type": "AMMO", + "name": { "str": ".30-06 Springfield" }, + "description": ".30-06 Springfield rounds with 165gr soft point bullets. The .30-06 cartridge has excellent accuracy, range, and stopping power making it popular with hunters and snipers for well over a century.", + "weight": "20 g", + "volume": "250 ml", + "price": 160, + "price_postapoc": 800, + "flags": [ "IRREPLACEABLE_CONSUMABLE" ], + "material": [ "brass", "powder" ], + "symbol": "=", + "color": "yellow", + "count": 20, + "stack_size": 20, + "ammo_type": "3006", + "casing": "3006_casing", + "range": 61, + "damage": { "damage_type": "bullet", "amount": 62, "armor_penetration": 10 }, + "dispersion": 20, + "recoil": 3800, + "effects": [ "COOKOFF" ] + }, + { + "id": "3006_incendiary", + "copy-from": "3006", + "type": "AMMO", + "name": { "str": ".30-06 M14A1 tracer" }, + "description": "Armor piercing incendiary .30-06 M14A1 ammunition containing tracer rounds to help keep the weapon they are fired from on target. It penetrates all but the strongest body armor with ease.", + "extend": { "effects": [ "INCENDIARY" ] } + }, + { + "id": "3006fmj", + "copy-from": "3006", + "type": "AMMO", + "name": { "str": ".30-06 M2 AP" }, + "description": "Armor piercing .30-06 M2 ammunition with 168gr FMJ bullets. It is an extremely powerful and accurate cartridge but pays for its armor penetration abilities with lowered damage.", + "relative": { "damage": { "damage_type": "bullet", "amount": -4, "armor_penetration": 8 } } + }, + { + "id": "bp_3006", + "copy-from": "3006", + "type": "AMMO", + "name": { "str": ".30-06 Springfield, black powder" }, + "proportional": { + "price": 0.3, + "damage": { "damage_type": "bullet", "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_3006_incendiary", + "copy-from": "3006_incendiary", + "type": "AMMO", + "name": { "str": ".30-06 Springfield tracer, black powder" }, + "proportional": { + "price": 0.3, + "damage": { "damage_type": "bullet", "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_3006fmj", + "copy-from": "3006fmj", + "type": "AMMO", + "name": { "str": ".30-06 M2 AP, black powder" }, + "proportional": { + "price": 0.3, + "damage": { "damage_type": "bullet", "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_3006", + "copy-from": "3006", + "type": "AMMO", + "name": { "str": ".30-06 Springfield, reloaded" }, + "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, + "extend": { "effects": [ "RECYCLED" ] }, + "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } + }, + { + "id": "reloaded_3006_incendiary", + "copy-from": "3006_incendiary", + "type": "AMMO", + "name": { "str": ".30-06 incendiary, reloaded" }, + "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, + "extend": { "effects": [ "RECYCLED" ] }, + "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } + }, + { + "id": "reloaded_3006fmj", + "copy-from": "3006fmj", + "type": "AMMO", + "name": { "str": ".30-06 M2 AP, reloaded" }, + "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, + "extend": { "effects": [ "RECYCLED" ] }, + "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } + } +] |