*Эпичный голос*
Отбросьте веру в ложного бога Гугла! Его сила ничто в сравнении с мощью Темной Стороны!
ElvUI\core\cooldowns.lua строка 32
if (cd.fontScale * cd:GetEffectiveScale() / UIParent:GetScale()) < MIN_SCALE then
cd.text:SetText('')
cd.nextUpdate = 500
else
local timervalue, formatid
timervalue, formatid, cd.nextUpdate = E:GetTimeInfo(remain, threshold)
cd.text:SetFormattedText(("%s%s|r"):format(TimeColors[formatid], E.TimeFormats[formatid][2]), timervalue)
end
Между else и end все заменяем на
local timervalue, formatid
timervalue, formatid, cd.nextUpdate = E:GetTimeInfo(remain, threshold)
local newformat
if formatid == 4 then newformat = 3 else newformat = formatid end
cd.text:SetFormattedText(("%s%s|r"):format(TimeColors[formatid], E.TimeFormats[newformat][2]), timervalue)
или вносим различия вручную.
а) Меняет вообще все кулдауны: панели, сумки, ауры...
б) покраснение будет наблюдаться с секунды на 1 ниже порогового значения.