Changes

Jump to navigation Jump to search
→‎Radioactive Ore: Corrected maximum luck information.
Line 40: Line 40:  
<syntaxhighlight lang="C#">
 
<syntaxhighlight lang="C#">
 
if (this.GetAdditionalDifficulty() > 0 && this.mineLevel % 5 != 0 && this.mineRandom.NextDouble() < (double)this.GetAdditionalDifficulty() * 0.001 + (double)((float)this.mineLevel / 100000f) + Game1.player.team.AverageDailyLuck() / 13.0 + Game1.player.team.AverageLuckLevel() * 0.0001500000071246177)</syntaxhighlight>
 
if (this.GetAdditionalDifficulty() > 0 && this.mineLevel % 5 != 0 && this.mineRandom.NextDouble() < (double)this.GetAdditionalDifficulty() * 0.001 + (double)((float)this.mineLevel / 100000f) + Game1.player.team.AverageDailyLuck() / 13.0 + Game1.player.team.AverageLuckLevel() * 0.0001500000071246177)</syntaxhighlight>
For this, the luck boost from the special charm (0.025, contribution to AverageDailyLuck) is equivalent to an additional 192.3 floors (2500/13), and a single point of luck (such as from a food buff) is worth ~15 floors. With the best possible luck 1.35% of stones will be radioactive ore. With the worst possible luck no radioactive ore will appear until floor 550. Also note that radioactive ore will not appear on any floor divisible by 5.
+
For this, the luck boost from the special charm (0.025, contribution to AverageDailyLuck) is equivalent to an additional 192.3 floors (2500/13), and a single point of luck (such as from a food buff) is worth ~15 floors. With the best possible luck (0.125 daily luck with special charm, +9 luck from [[Magic Rock Candy]], a [[Ginger Ale]] made with [[Qi Seasoning]], and 2 [[Lucky Ring|Lucky Rings]]) 1.32% of stones will be radioactive ore on floor 1, increasing to 1.42% on floor 99. With the worst possible luck no radioactive ore will appear until floor 550. Also note that radioactive ore will not appear on any floor divisible by 5.
   −
This means that hypothetically with the best possible luck, from floor 98654 onwards, except on floors divisible by 5, the only ore found from random stones would be radioactive ore. With the worst possible luck, this increases to floor 100550. Reaching these floors would require bypassing the [[Quarry Mine]] floor, which can be found on floor 77257 of Skull Cavern.
+
This means that hypothetically with the best possible luck, from floor 98684 onwards, except on floors divisible by 5, the only ore found from random stones would be radioactive ore. With the worst possible luck, this increases to floor 100550. Reaching these floors would require bypassing the [[Quarry Mine]] floor, which can be found on floor 77257 of Skull Cavern.
    
====Metal Ores====
 
====Metal Ores====
73

edits

Navigation menu