Changes

m
no edit summary
Line 127: Line 127:  
                 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)
+
                 self._elos = self._elos + math.sqrt(los) * 1.69
 
             else
 
             else
 
                 item = self._equip_class(self:process_item_key(item_key))
 
                 item = self._equip_class(self:process_item_key(item_key))
Line 135: Line 135:  
                 + 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)
+
                 + Searchlight LoS x (0.91) + √(base LoS of each ship) * (1.69)
 
                 + (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