Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:NanaminFleetKai
(view source)
Revision as of 09:05, 20 April 2015
26 bytes added
,
9 years ago
m
no edit summary
Line 48:
Line 48:
local ship = Ship(entry[1], entry[2])
local ship = Ship(entry[1], entry[2])
if ship:los() and ship:los_max() then
if ship:los() and ship:los_max() then
−
local los = math.floor(ship:los() + ((ship:los_max() - ship:los())))
+
local los = math.floor(ship:los() + ((ship:los_max() - ship:los())
* tonumber(entry[3]) / 99
))
self._elos = los * 1.69
self._elos = los * 1.69
end
end
Nanamin
48
edits