Module:Calculator/ETA: Difference between revisions

m
Change user input of actionTime to seconds instead of hundreds
mNo edit summary
m (Change user input of actionTime to seconds instead of hundreds)
Line 57: Line 57:
local targetLvl = number.toNumberOrError(args.targetLvl)
local targetLvl = number.toNumberOrError(args.targetLvl)
local actionExp = number.toNumberOrError(args.actionExp)
local actionExp = number.toNumberOrError(args.actionExp)
local actionTime = number.toNumberOrError(args.actionTime)
local actionTime = number.toNumberOrError(args.actionTime) * 100


-- Check Exp param for validity first, then Lvl
-- Check Exp param for validity first, then Lvl
1,029

edits