Module:Raids loot: Revision history

Jump to navigation Jump to search
Diff selection: mark the radio boxes of the versions to compare or click on a revision date to view it. (cur) = difference from current version, (prev) = difference from preceding version,  m = minor edit, → = section edit

17 October 2024

  • curprev 00:1200:12, 17 October 2024Alex talk contribs 2,265 bytes +2,265 Created page with "local p = {} function sf(num, prec) local n = math.floor(math.log10(num)) + 1 - prec return math.floor(10^(-n)*num)*10^n, -n end function p.main(frame) local args = frame:getParent().args return p._main(tonumber(args.points) or 0) end function p._main(points) local unique_rate = 0.8 * (points % 570000) / 570000 if points >= 570000 * 3 or points % 570000 == 0 then unique_rate = 0.8 end local tworolls = false function make_row(items, rate) local crate = un..."