• 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
Background color of battle cards of enemies with rarity 7 (some flagship variants, such as CA Ri-Class flagship) is yellow.
Line 97: Line 97:  
_background_color = "grey",
 
_background_color = "grey",
 
_background_image = "background-image: radial-gradient(circle farthest-corner at center center , rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 0) 60%, rgb(102, 102, 102) 100%);",
 
_background_image = "background-image: radial-gradient(circle farthest-corner at center center , rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 0) 60%, rgb(102, 102, 102) 100%);",
_plain_rare_background_image = "background-image: radial-gradient(circle farthest-corner at center center , rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 0.4) 60%, rgba(77, 77, 77, 0.7) 100%);",
+
_plain_rare_background_color = "yellow",
 +
_plain_rare_background_image = "background-image: radial-gradient(circle farthest-corner at center center , rgba(192, 192, 0, 0) 0%, rgba(192, 192, 0, 0.4) 60%, rgba(144, 144, 0, 0.7) 100%);",
 
_elite_glow_background_color = "#c95050",
 
_elite_glow_background_color = "#c95050",
 
_mid_boss_background_color = "#A67474",
 
_mid_boss_background_color = "#A67474",
Line 150: Line 151:  
bg_color = self._mid_boss_background_color
 
bg_color = self._mid_boss_background_color
 
extra_style = self._mid_boss_background_image
 
extra_style = self._mid_boss_background_image
 +
elseif rarity == 7 then
 +
    bg_color = self._plain_rare_background_color
 +
extra_style = self._plain_rare_background_image
 
else
 
else
 
bg_color = self._background_color
 
bg_color = self._background_color
if rarity == 7 then
+
extra_style = self._background_image
extra_style = self._plain_rare_background_image
  −
elseif rarity == 6 then
  −
extra_style = self._background_image
  −
end
   
end
 
end
 
elseif rarity < 4 then
 
elseif rarity < 4 then
Anonymous user

Navigation menu