From c0c569c8c0b6b6189e845a8157254030d4845aa2 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 8 Nov 2023 19:37:06 -0800 Subject: Clean up numerous entries. --- json/items/ammo/flintlock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'json/items/ammo/flintlock.json') diff --git a/json/items/ammo/flintlock.json b/json/items/ammo/flintlock.json index 25cf0f6..8429027 100644 --- a/json/items/ammo/flintlock.json +++ b/json/items/ammo/flintlock.json @@ -5,7 +5,7 @@ "name": { "str": "paper cartridge" }, "description": "A paper cartridge containing black powder and a metallic projectile. Historically used to reload muzzleloaders in a more reasonable time.", "weight": "40 g", - "volume": "250 ml", + "volume": "10 ml", "price": 1100, "price_postapoc": 1200, "material": [ "lead", "powder" ], @@ -14,12 +14,12 @@ "count": 30, "stack_size": 10, "ammo_type": "flintlock", - "range": 12, - "damage": { "damage_type": "bullet", "amount": 50 }, + "range": 6, + "damage": { "damage_type": "bullet", "amount": 30 }, "dispersion": 90, "recoil": 1500, "loudness": 70, - "effects": [ "COOKOFF", "MUZZLE_SMOKE", "BLACKPOWDER" ] + "effects": [ "COOKOFF", "MUZZLE_SMOKE", "BLACKPOWDER", "RECYCLED" ] }, { "id": "flintlock_shot", @@ -27,7 +27,7 @@ "name": { "str": "paper shot cartridge" }, "description": "A paper cartridge containing black powder and metallic shot. Historically used to reload muzzleloaders in a more reasonable time.", "weight": "40 g", - "volume": "250 ml", + "volume": "10 ml", "price": 1100, "price_postapoc": 1200, "material": [ "lead", "powder" ], @@ -41,6 +41,6 @@ "dispersion": 20, "recoil": 1500, "loudness": 90, - "effects": [ "COOKOFF", "MUZZLE_SMOKE", "SHOT", "BLACKPOWDER" ] + "effects": [ "COOKOFF", "MUZZLE_SMOKE", "SHOT", "BLACKPOWDER", "RECYCLED" ] } ] -- cgit v1.2.1