From dafcadfb836d17b64c036104e663de2c18e753b0 Mon Sep 17 00:00:00 2001 From: Shibari <ShibariTOME@Gmail.com> Date: Mon, 13 Feb 2017 18:09:40 -0500 Subject: [PATCH] - Trained Reactions cooldown to 0 --- game/modules/tome/data/talents/techniques/mobility.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/modules/tome/data/talents/techniques/mobility.lua b/game/modules/tome/data/talents/techniques/mobility.lua index b44393f096..64843dc13d 100644 --- a/game/modules/tome/data/talents/techniques/mobility.lua +++ b/game/modules/tome/data/talents/techniques/mobility.lua @@ -288,7 +288,7 @@ newTalent { points = 5, require = techs_dex_req4, sustain_stamina = 10, - cooldown = 10, + cooldown = 0, no_energy = true, tactical = { DEFEND = 2 }, -- pinImmune = function(self, t) return self:combatTalentLimit(t, 1, .17, .5) end, -- limit < 100% -- GitLab