Module:Tempoross experience 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

17 October 2024

  • curprev 00:1300:13, 17 October 2024Alex talk contribs 1,543 bytes +1,543 Created page with "local p = {} local paramTest = require('Module:Paramtest') local scp = require('Module:SCP')._main function p._main(args) local fishingLevel = paramTest.default_to(tonumber(args.fishingLevel), 35) local base_xp = 450 local base_level = 35 if (fishingLevel > 69) then base_xp = 890 base_level = 70 end local modifier, _ = math.modf(base_xp + (1000 - base_xp) * (fishingLevel - base_level) / (99 - base_level)) local fishingExperience, fishingExperienceDec =..."