• 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
m
no edit summary
Line 38: Line 38:  
     _night_battle_bg_color = "lightblue",
 
     _night_battle_bg_color = "lightblue",
 
     _aerial_battle_bg_color = "lightgreen",
 
     _aerial_battle_bg_color = "lightgreen",
 +
    _dogfight_battle_bg_color = "green",
 
     _boss_battle_color = "red",
 
     _boss_battle_color = "red",
 
     --_resource_node_bg_color = "lightgreen",
 
     --_resource_node_bg_color = "lightgreen",
Line 50: Line 51:  
         color = self._boss_battle_color
 
         color = self._boss_battle_color
 
     end
 
     end
     if row.tags.aerial or row.tags.dogfight then
+
     if row.tags.aerial then
 
         bg_color = self._aerial_battle_bg_color
 
         bg_color = self._aerial_battle_bg_color
 +
    end
 +
    if row.tags.dogfight then
 +
        bg_color = self._dogfight_battle_bg_color
 
     end
 
     end
 
     if row.tags.night then
 
     if row.tags.night then
48

edits

Navigation menu