Module:Training manual calculator: 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

16 October 2024

  • curprev 01:2101:21, 16 October 2024Alex talk contribs 2,468 bytes +2,468 Created page with "local p = {} local commas = require('Module:Addcommas')._add local paramTest = require('Module:Paramtest') local scp = require('Module:SCP')._main local xpAtLevel = require('Module:Experience').xp_at_level_unr local levelAtXp = require('Module:Experience').level_at_xp_unr function trainingManualFormula(levelInput) if(levelInput >= 72) then return math.floor((5/4) * levelInput * 25) end return math.floor((5/4) * ((math.pow(levelInput, 2) * (1/4)) + (7 * levelInput..."