• 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
Fixes → still appearing when ship has 0min/max asw. It displayed as "0→".
Line 455: Line 455:  
   data.aa = minMaxStats(ship:aa(), ship:aa_max())
 
   data.aa = minMaxStats(ship:aa(), ship:aa_max())
 
   data.luck = minMaxStats(ship:luck(), ship:luck_max())
 
   data.luck = minMaxStats(ship:luck(), ship:luck_max())
   data.evasion = {ship:evasion() or '', ship:evasion_max() or ''}
+
   data.evasion = minMaxStats(ship:evasion(), ship:evasion_max())
   data.asw = {ship:asw() or '', ship:asw_max() or ''}
+
   data.asw = minMaxStats(ship:asw(), ship:asw_max())
   data.los = {ship:los() or '', ship:los_max() or ''}
+
   data.los = minMaxStats(ship:los(), ship:los_max())
 
   data.aircraft = {}
 
   data.aircraft = {}
 
   data.equip = {}
 
   data.equip = {}
advmod, cssedit, janitor, Moderators, prechecked, Widget editors
6,943

edits

Navigation menu