- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
Line 58:
Line 58:
− +
Line 70:
Line 70:
+
+
+
+
+
+
+
+
Line 80:
Line 88:
− if index <= #self._kai_glow_colors then +
− if back and back > -7 and back < -3 then+
+
+
+
+
+
+
+
+
no edit summary
|}]],
|}]],
_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}",
"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>]]
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 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