• 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 124: Line 124:  
                 local los = mw.ustring.sub(item_key, mw.ustring.find(item_key, '/') + 1)
 
                 local los = mw.ustring.sub(item_key, mw.ustring.find(item_key, '/') + 1)
 
                 los = tonumber(mw.ustring.sub(los, mw.ustring.find(los, '/') + 1))
 
                 los = tonumber(mw.ustring.sub(los, mw.ustring.find(los, '/') + 1))
                 self._elos = self._elos + math.sqrt(los) * 1.69
+
                 self._elos = self._elos + math.sqrt(los)
 
             else
 
             else
 
                 item = self._equip_class(self:process_item_key(item_key))
 
                 item = self._equip_class(self:process_item_key(item_key))
Line 132: Line 132:  
                 + Carrier-based Recon Plane LoS x (1.66) + Recon Seaplane LoS x (2.00)
 
                 + Carrier-based Recon Plane LoS x (1.66) + Recon Seaplane LoS x (2.00)
 
                 + Seaplane Bomber LoS x (1.78) + Small Radar LoS x (1.00) + Large Radar LoS x (0.99)
 
                 + Seaplane Bomber LoS x (1.78) + Small Radar LoS x (1.00) + Large Radar LoS x (0.99)
                 + Searchlight LoS x (0.91) + √(base LoS of each ship) x (1.69)
+
                 + Searchlight LoS x (0.91) + √(base LoS of each ship)
 
                 + (HQ Lv. rounded up to the next multiple of 5) x (-0.61)--]]
 
                 + (HQ Lv. rounded up to the next multiple of 5) x (-0.61)--]]
 
                 --HQ level portion done just before insertion into table
 
                 --HQ level portion done just before insertion into table
48

edits

Navigation menu