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
  • 09:46, 18 May 2024 Nads talk contribs created page Module:Time (Created page with "require('strict') --- @alias TimeUnit 's'|'m'|'h'|'d'|'w' --- The number of minutes in an hour. local MINUTES_PER_HOUR = 60 --- The number of hours in a day. local HOURS_PER_DAY = 24 --- The number of days in a week. local DAYS_PER_WEEK = 7 --- The number of seconds in one second. local SECONDS_PER_SECOND = 1 --- The number of seconds in one minute. local SECONDS_PER_MINUTE = SECONDS_PER_SECOND * 60 --- The number of seconds in one hour. local SECONDS_PER_HOUR = S...")