From dfa6d1a9cc5c212a2f6900ff588cf62de0c8aff6 Mon Sep 17 00:00:00 2001
From: K'van <imkvan@gmail.com>
Date: Thu, 31 Dec 2020 22:52:42 +0100
Subject: [PATCH] Fix description of Harass Prey; damage malus does not scale
 with Willpower.

---
 game/modules/tome/data/talents/cursed/endless-hunt.lua | 1 -
 1 file changed, 1 deletion(-)

diff --git a/game/modules/tome/data/talents/cursed/endless-hunt.lua b/game/modules/tome/data/talents/cursed/endless-hunt.lua
index fa4e9e659c..5f9fa3d06b 100644
--- a/game/modules/tome/data/talents/cursed/endless-hunt.lua
+++ b/game/modules/tome/data/talents/cursed/endless-hunt.lua
@@ -162,7 +162,6 @@ newTalent{
 		local targetDamageChange = t.getTargetDamageChange(self, t)
 		local duration = t.getDuration(self, t)
 		return ([[Harass your stalked victim with two quick attacks for %d%% (at 0 Hate) to %d%% (at 100+ Hate) damage each. Each attack that scores a hit disrupts one talent, rune or infusion for %d turns. Your opponent will be unnerved by the attacks, reducing the damage they deal by %d%% for %d turns.
-		Damage reduction increases with the Willpower stat.
 
 		This talent will also attack with your shield, if you have one equipped.]]):tformat(t.getDamageMultiplier(self, t, 0) * 100, t.getDamageMultiplier(self, t, 100) * 100, cooldownDuration, -targetDamageChange, duration)
 	end,
-- 
GitLab