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).

Logs
  • 06:58, 20 November 2023 Kiokurashi talk contribs created page Module:ConsCalcs (Created page with "local calc = {} VariablesLua = mw.ext.VariablesLua function calc.salt(frame) -- "TowerSaltCost" = FLOOR.MATH(MAX(0.2, 1 - (MIN(0.1, 0.1 * FLOOR.MATH((CCL + 999) / 1000)) + MAX(0, CCL - 1) * CCB / 100)) * SB * (TL + 1)) VariablesLua.vardefine( saltNorm, 0 ) VariablesLua.vardefine( saltBonus, 0 ) VariablesLua.vardefine( saltTotal, 0 ) local frameArgs = frame.args local sb = frameArgs.sb -- Salt Base Value local cc = frameArgs.cc -- Cost Crun...")