From c622808913f6bbcbbb96e32005631b6b07430909 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 8 Nov 2023 18:22:13 -0800 Subject: Add 30-06 ammo. Also add missing reloaded ammo for 270win and 300. --- json/items/ammo/300.json | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'json/items/ammo/300.json') 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" ] } } ] -- cgit v1.2.1