the code is as follow :
Without the usual 'Cooldown' tag between the 'mode' tag and the 'sustain_positive' tag:name = "Righteous Strength",
type = {"celestial/crusader",3},
require = divi_req_high3,
points = 5,
mode = "sustained",
sustain_positive = 20,
getArmor = function(self, t) return self:combatTalentScale(t, 5, 30) end,
getDamage = function(self, t) return self:combatTalentSpellDamage(t, 10, 120) end,
getCrit = function(self, t) return self:combatTalentScale(t, 3, 10, 0.75) end,
getPower = function(self, t) return self:combatTalentScale(t, 5, 15) end,
activate = function(self, t) ..Etc
name = "Weapon of Light",
type = {"celestial/combat", 1},
mode = "sustained",
require = divi_req1,
points = 5,
cooldown = 10,
sustain_positive = 10,