Changes

no edit summary
Line 58: Line 58:  
|}]],
 
|}]],
 
_abyssal_class = "Abyssal",
 
_abyssal_class = "Abyssal",
_background_color = "darkgrey",
+
_background_color = "grey",
 
_link_color = "black",
 
_link_color = "black",
 
_text_shadow_template = "0 0 ${radius} ${color}",
 
_text_shadow_template = "0 0 ${radius} ${color}",
Line 70: Line 70:  
"darkturquoise",
 
"darkturquoise",
 
"dodgerblue",
 
"dodgerblue",
 +
},
 +
_late_model_glow_colors = {
 +
"lightgrey",
 +
"lightgrey",
 +
"lightgrey",
 +
},
 +
_boss_glow_colors = {
 +
"white",
 
},
 
},
 
_link_color_template = [[<span style="color: ${color};">${text}</span>]]
 
_link_color_template = [[<span style="color: ${color};">${text}</span>]]
Line 80: Line 88:  
for index, radius in ipairs(self._text_shadows) do
 
for index, radius in ipairs(self._text_shadows) do
 
local color = back_color
 
local color = back_color
if index <= #self._kai_glow_colors then
+
if back and back > -7 and back < -3 then
if back and back > -7 and back < -3 then
+
if index <= #self._kai_glow_colors then
 
color = self._kai_glow_colors[index]
 
color = self._kai_glow_colors[index]
 +
end
 +
elseif back and back > -7 and back < -3 then
 +
if index <= #self._late_model_glow_colors then
 +
color = self._late_model_glow_colors[index]
 +
end
 +
elseif back and back > -10 then
 +
if index <= #self._boss_glow_colors then
 +
color = self._boss_glow_colors[index]
 
end
 
end
 
end
 
end
Anonymous user