aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-12 23:20:17 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-03-12 23:20:17 -0700
commit02ce7c84b3de40ad4fcee3716de07162bdb75e15 (patch)
tree5d571b8e01e09026f680061577587aa92ea39a71
parentFix several recipes not requiring thread. (diff)
downloadcataclysm-bn-mod_battle-maid-redone-02ce7c84b3de40ad4fcee3716de07162bdb75e15.tar.xz
Reduce the effectiveness of the assassin throwing knife in melee.
-rw-r--r--ammo.json4
1 files 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 } ]
},