Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:CosmeticMachine: Revision history

From MCC Island Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

30 August 2025

28 August 2025

22 August 2025

17 July 2025

16 July 2025

  • curprev 14:3214:32, 16 July 2025 MTOnline talk contribs 2,607 bytes −20 No edit summary
  • curprev 10:4810:48, 16 July 2025 MTOnline talk contribs 2,627 bytes +2,627 Created page with "local getArgs = require('Module:Arguments').getArgs local getRarity = function(name) return require('Module:CosmeticInfo').getRarity({name=name}) end local machineData = mw.loadData('Module:CosmeticMachine/Data') local typeData = mw.loadData("Module:CosmeticInfo/Type/Data") local function round(n) local frac = math.abs(n) % 1 if frac == 0 then return n end local zeros = tostring(frac):match("%.(0*)") or "" local places = #zeros + 2 local factor = 10 ^ places loc..."