From 02ce7c84b3de40ad4fcee3716de07162bdb75e15 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 12 Mar 2024 23:20:17 -0700 Subject: Reduce the effectiveness of the assassin throwing knife in melee. --- ammo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ammo.json b/ammo.json index 450be67..1c1b19a 100644 --- a/ammo.json +++ b/ammo.json @@ -31,8 +31,8 @@ "description": "A nimble blade meant for ranged assassination, but makes an improvised cutlery tool in a pinch. It's very lightweight and silent and can be used on both zombies and games involving apples.", "material": [ "steel", "leather" ], "weight": "350 g", - "cutting": 21, - "to_hit": 2, + "to_hit": -2, + "cutting": 18, "qualities": [ [ "CUT", 1 ], [ "BUTCHER", 10 ] ], "thrown_damage": [ { "damage_type": "stab", "amount": 25 } ] }, -- cgit v1.2.1