diff --git a/data/json/items/melee/bludgeons.json b/data/json/items/melee/bludgeons.json index 99c008fb66b7d..50a2255c5efb7 100644 --- a/data/json/items/melee/bludgeons.json +++ b/data/json/items/melee/bludgeons.json @@ -125,7 +125,7 @@ "color": "dark_gray", "symbol": "/", "material": [ "aluminum" ], - "techniques": [ "WBLOCK_1", "RAPID" ], + "techniques": [ "WBLOCK_1", "RAPID", "PRECISE" ], "flags": [ "DURABLE_MELEE", "BELT_CLIP" ], "weapon_category": [ "BATONS", "FENCING_WEAPONRY" ], "use_action": { "menu_text": "Collapse", "type": "transform", "target": "baton", "msg": "You collapse your baton." }, @@ -1119,7 +1119,7 @@ "color": "dark_gray", "symbol": "/", "material": [ "aluminum", "plastic" ], - "techniques": [ "WBLOCK_2", "RAPID" ], + "techniques": [ "WBLOCK_2", "RAPID", "PRECISE" ], "flags": [ "DURABLE_MELEE", "BELT_CLIP" ], "weapon_category": [ "BATONS", "FENCING_WEAPONRY" ], "use_action": { "menu_text": "Retract", "type": "transform", "target": "PR24-retracted", "msg": "You collapse your PR-24 baton." }, @@ -1338,7 +1338,7 @@ "color": "dark_gray", "ammo": [ "battery" ], "charges_per_use": 1, - "techniques": [ "WBLOCK_2", "RAPID" ], + "techniques": [ "WBLOCK_2", "RAPID", "PRECISE" ], "use_action": [ "SHOCKTONFA_OFF" ], "flags": [ "DURABLE_MELEE", "NONCONDUCTIVE", "BELT_CLIP" ], "weapon_category": [ "BATONS" ], @@ -1374,7 +1374,7 @@ "color": "dark_gray", "symbol": "/", "material": [ "plastic" ], - "techniques": [ "WBLOCK_2", "RAPID" ], + "techniques": [ "WBLOCK_2", "RAPID", "PRECISE" ], "flags": [ "DURABLE_MELEE", "BELT_CLIP" ], "weapon_category": [ "BATONS" ], "volume": "2 L", @@ -1393,7 +1393,7 @@ "color": "brown", "symbol": "/", "material": [ "wood" ], - "techniques": [ "WBLOCK_2", "RAPID" ], + "techniques": [ "WBLOCK_2", "RAPID", "PRECISE" ], "flags": [ "DURABLE_MELEE", "BELT_CLIP" ], "weapon_category": [ "BATONS" ], "volume": "2 L", diff --git a/data/json/items/melee/spears_and_polearms.json b/data/json/items/melee/spears_and_polearms.json index b502de7fd15ee..5cb0d54367535 100644 --- a/data/json/items/melee/spears_and_polearms.json +++ b/data/json/items/melee/spears_and_polearms.json @@ -414,7 +414,7 @@ "color": "light_gray", "symbol": "/", "material": [ "steel", "wood" ], - "techniques": [ "WBLOCK_1", "PRECISE", "IMPALE" ], + "techniques": [ "WBLOCK_1", "IMPALE" ], "volume": "2500 ml", "longest_side": "180 cm", "bashing": 5, diff --git a/data/json/techniques.json b/data/json/techniques.json index 4aae50b024b0d..beb10d6b85dcb 100644 --- a/data/json/techniques.json +++ b/data/json/techniques.json @@ -177,7 +177,7 @@ "crit_tec": true, "messages": [ "You precisely hit %s", " precisely hits %s" ], "stun_dur": 2, - "description": "Stun 2 turns, crit only", + "description": "Stun 2 turns, crit only, min 3 melee", "attack_vectors": [ "WEAPON" ] }, {