All public logs
From IdleOn MMO Wiki
Combined display of all available logs of IdleOn MMO Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:45, 2 November 2024 BHY4A talk contribs created page Module:BubbleGraph (Created page with "local p = {} local function lavaFunc(func, level, x1, x2) local result = 0 if func == "add" then if x2 ~= 0 then result = (((x1 + x2) / x2 + 0.5 * (level - 1)) / (x1 / x2)) * level * x1 else result = level * x1 end elseif func == "decay" then result = (level * x1) / (level + x2) elseif func == "intervalAdd" then result = x1 + math.floor(level / x2) elseif func == "decayMulti" then...")