Changes

Jump to navigation Jump to search
m
Text replacement - "luck buff" to "luck buff"
Line 72: Line 72:  
<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|special charm]] (0.025, contribution to AverageDailyLuck) is equivalent to an additional 192.3 floors (2500/13), making [[Radioactive Ore|radioactive ore]] more likely on floor 1 with a special charm than floor 100 without it. A single point of [[luck]] (such as from a food buff) is worth ~15 floors. With the best possible luck 1.2% of stones will be radioactive ore. With the worst possible luck no radioactive ore will appear in [[The Mines|the mines]] at all, and the worst possible daily [[luck]] would require a [[Luck#Luck Buffs|luck buff]] of 24 along with the special charm to be able to have any chance to find radioactive ore. Also note that radioactive ore will not appear on any floor divisible by 5.
+
For this, the luck boost from the [[Special Charm|special charm]] (0.025, contribution to AverageDailyLuck) is equivalent to an additional 192.3 floors (2500/13), making [[Radioactive Ore|radioactive ore]] more likely on floor 1 with a special charm than floor 100 without it. A single point of [[luck]] (such as from a food buff) is worth ~15 floors. With the best possible luck 1.2% of stones will be radioactive ore. With the worst possible luck no radioactive ore will appear in [[The Mines|the mines]] at all, and the worst possible daily [[luck]] would require a luck buff of 24 along with the special charm to be able to have any chance to find radioactive ore. Also note that radioactive ore will not appear on any floor divisible by 5.
    
If the mines are doubly difficult ([[Quests#List of Mr. Qi's Special Orders|Qi quest]] "Danger in the Deep" while the [[The Mines#Shrine of Challenge|Shrine of Challenge]] is active), it will contribute an extra 0.1%. This is not used in the below calculations.
 
If the mines are doubly difficult ([[Quests#List of Mr. Qi's Special Orders|Qi quest]] "Danger in the Deep" while the [[The Mines#Shrine of Challenge|Shrine of Challenge]] is active), it will contribute an extra 0.1%. This is not used in the below calculations.
106,342

edits

Navigation menu