View source for Module:Sandbox/User:Microbrews/Wilderness agility calculator
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
local gePrice = require('Module:Exchange')._price
local yesNo = require('module:Yesno')
local coins = require('module:Coins')._amount
local addCommas = require('module:Addcommas')._add
local p = {}
local lapRanges = {{1, 15}, {16, 30}, {31, 60}, {61, 65536}}
local angler = gePrice('Blighted anglerfish')
angler = angler - math.floor(0.01 * angler)
local manta = gePrice('Blighted manta ray')
manta = manta - math.floor(0.01 * angler)
local kbwan = gePrice('Blighted karambwan')
kbwan = kbwan - math.floor(0.01 * kbwan)
local restore = gePrice('Blighted super restore(4)')
restore = restore - math.floor(0.01 * restore)
local steelBody = gePrice('Steel platebody')
steelBody = steelBody - math.floor(0.01 * steelBody)
000
1:0
Templates used on this page:
- Template:Documentation (view source)
- Template:Extension DPL (view source)
- Template:Module sandbox (view source)
- Module:Array (view source)
- Module:DPLlua (view source)
- Module:DependencyList (view source)
- Module:Documentation (view source)
- Module:Paramtest (view source)
- Module:Sandbox/User:Microbrews/Wilderness agility calculator (view source)
- Module:Sandbox/User:Microbrews/Wilderness agility calculator/doc (view source)
- Module:Tooltip (view source)
- Module:Yesno (view source)
Return to Module:Sandbox/User:Microbrews/Wilderness agility calculator.