• 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 40: Line 40:  
     --Get bracket of 5
 
     --Get bracket of 5
 
     self._hq_lvl = self._hq_lvl - (self._hq_lvl % 5) + 5
 
     self._hq_lvl = self._hq_lvl - (self._hq_lvl % 5) + 5
     if self._hq_lvl % 5 == 0 then
+
     if tonumber(self._args["hq"]) % 5 == 0 then
 
         self._hq_lvl = self._hq_lvl + 5
 
         self._hq_lvl = self._hq_lvl + 5
 
     end
 
     end
Line 50: Line 50:  
     local los_max = ship:los_max() or los
 
     local los_max = ship:los_max() or los
 
     los = math.floor(los + ((los_max - los) * tonumber(entry[3]) / 99))
 
     los = math.floor(los + ((los_max - los) * tonumber(entry[3]) / 99))
     self._elos = los * 1.69
+
     self._elos = self._elos + math.sqrt(los) * 1.69
 
end
 
end
  
48

edits

Navigation menu