From 9236f8e2b441240f965bea759ebf19773aa20e67 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 11 May 2021 13:33:14 -0700 Subject: Rebalance throwing knives --- ammo.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ammo.json b/ammo.json index 1ba016a..1711425 100644 --- a/ammo.json +++ b/ammo.json @@ -9,14 +9,12 @@ "color": "light_gray", "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" ], - "volume": "1 L", - "weight": "750 g", + "volume": "250 ml", + "weight": "350 g", "cutting": 21, "to_hit": 2, "flags": [ "SHEATH_KNIFE" ], "qualities": [ [ "CUT", 1 ], [ "BUTCHER", 10 ] ], - "count": 4, - "stack_size": 4, "thrown_damage": [ { "damage_type": "stab", "amount": 25 } ] }, { @@ -38,11 +36,10 @@ "description": "A crude and simple throwing knife made from a sharpened piece of salvaged steel with cloth wrapped around it. It's better than throwing rocks, at least.", "material": [ "steel" ], "volume": "250 ml", - "weight": "600 g", + "weight": "150 g", "bashing": 0, "cutting": 7, "flags": [ "SHEATH_KNIFE" ], - "count": 5, "thrown_damage": [ { "damage_type": "stab", "amount": 10 } ] } ] -- cgit v1.2.1