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/300.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/300.json')
-rw-r--r-- | json/items/ammo/300.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/json/items/ammo/300.json b/json/items/ammo/300.json index 95fcb84..90c23f9 100644 --- a/json/items/ammo/300.json +++ b/json/items/ammo/300.json @@ -35,5 +35,15 @@ }, "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } + }, + { + "id": "reloaded_300_winmag", + "copy-from": "300_winmag", + "type": "AMMO", + "name": { "str": ".300 Winchester Magnum, reloaded" }, + "description": "The .300 Winchester Magnum is extremely versatile and has been adopted by many shooting disciplines. The cartridge has found use by hunters, military units, and law enforcement departments.", + "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, + "extend": { "effects": [ "RECYCLED" ] }, + "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } } ] |