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/270win.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'json/items/ammo/270win.json') diff --git a/json/items/ammo/270win.json b/json/items/ammo/270win.json index bc2f5e8..d9812da 100644 --- a/json/items/ammo/270win.json +++ b/json/items/ammo/270win.json @@ -35,5 +35,14 @@ }, "extend": { "effects": [ "RECYCLED", "BLACKPOWDER", "MUZZLE_SMOKE" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } + }, + { + "id": "reloaded_270win_jsp", + "copy-from": "270win_jsp", + "type": "AMMO", + "name": { "str": ".270 Winchester JSP, 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" ] } } ] -- cgit v1.2.1