From 787e28beb65959cfb341fa9e696305f6e11eefbe Mon Sep 17 00:00:00 2001 From: Eric Wykoff <ericwykoff@yahoo.com> Date: Thu, 22 Jan 2015 10:34:17 -0600 Subject: [PATCH] less gravity well cheese, sorry --- game/modules/tome/data/talents/chronomancy/gravity.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/modules/tome/data/talents/chronomancy/gravity.lua b/game/modules/tome/data/talents/chronomancy/gravity.lua index ba30d898cf..4694469cfe 100644 --- a/game/modules/tome/data/talents/chronomancy/gravity.lua +++ b/game/modules/tome/data/talents/chronomancy/gravity.lua @@ -232,8 +232,8 @@ newTalent{ paradox = function (self, t) return getParadoxCost(self, t, 20) end, cooldown = 12, tactical = { ATTACKAREA = {PHYSICAL = 2}, DISABLE = 2 }, - range = 10, - radius = function(self, t) return math.floor(self:combatTalentScale(t, 2.5, 4.5)) end, + range = 6, + radius = function(self, t) return 4 end, direct_hit = true, requires_target = true, target = function(self, t) -- GitLab