View source for Module:Clue geode 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 = {
{rock = 'Runite rocks', chance = 42377},
{rock = 'Amethyst crystals', chance = 46350},
{rock = 'Adamantite rocks', chance = 59328},
{rock = 'Volcanic Mine', chance = 60000},
{rock = 'Crashed Star (size 9)', chance = 87840},
{rock = 'Crashed Star (size 8)', chance = 118035},
{rock = 'Blast mine', chance = 123600},
{rock = 'Crashed Star (size 7)', chance = 148230},
{rock = 'Mithril rocks', chance = 148320},
{rock = 'Gem rocks', chance = 211886},
{rock = 'Crashed Star (size 6)', chance = 244305},
{rock = 'Lovakite rocks', chance = 245562},
{rock = 'Coal rocks', chance = 290640},
{rock = 'Gold rocks', chance = 296640},
{rock = 'Crashed Star (size 5)', chance = 373320},
000
1:0
Template used on this page:
Return to Module:Clue geode chance calculator.