From fc25c59ed382cb0acef29cef777c1c5313d81e2f Mon Sep 17 00:00:00 2001 From: RoyalFox <112293514+RoyalFox2140@users.noreply.github.com> Date: Fri, 8 Nov 2024 14:41:56 -0500 Subject: [PATCH] feat(balance): Remove precise strike from cudgel (#5686) Update bludgeons.json --- data/json/items/melee/bludgeons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/melee/bludgeons.json b/data/json/items/melee/bludgeons.json index 97dfb66f1de1..18e5d3eec2c1 100644 --- a/data/json/items/melee/bludgeons.json +++ b/data/json/items/melee/bludgeons.json @@ -281,7 +281,7 @@ "color": "brown", "symbol": "/", "material": [ "wood" ], - "techniques": [ "WBLOCK_2", "RAPID", "PRECISE" ], + "techniques": [ "WBLOCK_2", "RAPID" ], "flags": [ "BELT_CLIP" ], "weight": "400 g", "volume": "600 ml",