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
  • 16:17, 26 February 2024 Kiokurashi talk contribs created page Module:CropCalcs (Created page with "local crops = {} function crops.growtime(frame) local croptype = frame.args.Type local basechance = { basic = 0, earthy = 1, bulbo = 2, sushi = 3, mushie = 4, glassy = 5} end function crops.evochance(frame) local croptype = frame.args.Type local cropindex = frame.args.CropIndex local basechance = { basic = 0.3, earthy = 0.12, bulbo = 0.04, sushi = 0.01, mushie = 0.003, glassy = 0.0005 } local decay = { basic = 0.75, earthy = 0.63, bulbo = 0.3, sushi = 0.4, mus...")