diff --git a/game/modules/tome/data/talents/psionic/projection.lua b/game/modules/tome/data/talents/psionic/projection.lua
index 2977f2ebe2ab0f10a60e071c7258e23e8de8474e..f1e1ea505d7bfd4dde205cbbc0d03163400c532b 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