From c1a56244ac3edca1fb487334609cfbbe7c6ecef2 Mon Sep 17 00:00:00 2001
From: DarkGod <darkgod@net-core.org>
Date: Sun, 25 May 2014 15:38:59 +0200
Subject: [PATCH] increase aura CD

---
 game/modules/tome/data/talents/psionic/projection.lua | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/game/modules/tome/data/talents/psionic/projection.lua b/game/modules/tome/data/talents/psionic/projection.lua
index 2977f2ebe2..f1e1ea505d 100644
--- a/game/modules/tome/data/talents/psionic/projection.lua
+++ b/game/modules/tome/data/talents/psionic/projection.lua
@@ -72,7 +72,7 @@ newTalent{
 	mode = "sustained",
 	sustain_psi = 10,
 	remove_on_zero = true,
-	cooldown = 5,
+	cooldown = 10,
 	tactical = { ATTACKAREA = { PHYSICAL = 2 } },
 	on_pre_use = function(self, t, silent)
 		if self:isTalentActive(self.T_THERMAL_AURA) and self:isTalentActive(self.T_CHARGED_AURA) then
@@ -191,7 +191,7 @@ newTalent{
 	mode = "sustained",
 	sustain_psi = 10,
 	remove_on_zero = true,
-	cooldown = 5,
+	cooldown = 10,
 	tactical = { ATTACKAREA = { FIRE = 2 } },
 	on_pre_use = function(self, t, silent)
 		if self:isTalentActive(self.T_KINETIC_AURA) and self:isTalentActive(self.T_CHARGED_AURA) then
@@ -308,7 +308,7 @@ newTalent{
 	mode = "sustained",
 	sustain_psi = 10,
 	remove_on_zero = true,
-	cooldown = 5,
+	cooldown = 10,
 	tactical = { ATTACKAREA = { LIGHTNING = 2 } },
 	on_pre_use = function(self, t, silent)
 		if self:isTalentActive(self.T_KINETIC_AURA) and self:isTalentActive(self.T_THERMAL_AURA) then
-- 
GitLab