View source for Module:Clue bottle chance 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 p = {}
local lang = mw.language.getContentLanguage()
local baseChanceArray = {
{fish = 'Anglerfish', chance = 78649},
{fish = 'Sharks', chance = 82243},
{fish = 'Sacred eels', chance = 99000},
{fish = 'Lobsters', chance = 116129},
{fish = 'Rainbow fish', chance = 137739},
{fish = 'Monkfish', chance = 138583},
{fish = 'Dark crabs', chance = 149434},
{fish = 'Infernal eels', chance = 160000},
{fish = 'Karambwan', chance = 170874},
{fish = 'Tuna/Swordfish', chance = 257770},
{fish = 'Cave eels', chance = 257770},
{fish = 'Ruins of Camdozaal', chance = 257770},
{fish = 'Pike', chance = 305792},
{fish = 'Big net fishing', chance = 382609},
{fish = 'Barbarian fishing', chance = 426954},
000
1:0
Template used on this page:
Return to Module:Clue bottle chance calculator.