Module:Chart data/brimstone key drop rate: 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:0000:00, 17 October 2024Alex talk contribs 1,560 bytes +1,560 Created page with "local helper = require('Module:Chart data') local rate = {} for i = 1, 99 do local floorPart = math.pow(100 - i, 2) / 5 local floored = math.floor(floorPart) rate[i] = 1 / (100 + floored) end for i = 100, 350 do local floored = math.floor(i / 5) rate[i] = 1 / (120 - floored) end for i = 351, 500 do rate[i] = rate[350] end local withReq = {} for i = 1, 500 do withReq[i] = rate[i] / 0.8 end local data = { type = 'scatter', data = { datasets = { {..."