return([[Each turn, all enemies in your gloom take %0.2f mind damage and %0.2f darkness damage.
The damage scales with your Mindpower and mind speed.
return([[Every time you act, all enemies in your gloom take %0.2f mind damage and %0.2f darkness damage.
The damage scales with your Mindpower.
Each point in Gloom talents increases your Mindpower (current total: %d).]]):format(damDesc(self,DamageType.MIND,t.getDamage(self,t)*0.5),damDesc(self,DamageType.DARKNESS,t.getDamage(self,t)*0.5),gloomTalentsMindpower(self))