Changes

Jump to navigation Jump to search
164 bytes added ,  20:45, 15 November 2021
Add Treasure Room spawn formula + Special Charm increases Daily Luck, hence it's a redundancy
Line 167: Line 167:     
==Treasure Rooms==
 
==Treasure Rooms==
Small rooms containing treasure chests, similar to those in [[The Mines]], can randomly appear at level 10+. [[Luck|Daily luck]] and Luck [[Buffs]] affect the chance to find Treasure Rooms. Obtaining the [[Special Charm]] also increases the chance to find Treasure Rooms.
+
Small rooms containing treasure chests, similar to those in [[The Mines]], can randomly appear at level 10+. [[Luck#Daily Luck|Daily luck]] and [[Luck#Luck Buffs|Luck Buffs]] affect the chance to find Treasure Rooms, the probability at each level being <code>0.01 + (Daily Luck / 10) + (Player Luck / 100)</code><ref name="treasureroomspawn" />.
    
Below is a collapsible table of all possible treasures that can be randomly found inside Treasure Chests in the Skull Cavern.
 
Below is a collapsible table of all possible treasures that can be randomly found inside Treasure Chests in the Skull Cavern.
Line 524: Line 524:  
<ref name="time">See <samp>MineShaft::getExtraMillisecondsPerInGameMinuteForThisLocation</samp> and <samp>Game1::UpdateGameClock</samp> in the game code.</ref>
 
<ref name="time">See <samp>MineShaft::getExtraMillisecondsPerInGameMinuteForThisLocation</samp> and <samp>Game1::UpdateGameClock</samp> in the game code.</ref>
 
<ref name="dinofloor">See <samp>MineShaft::loadLevel</samp> in the game code.</ref>
 
<ref name="dinofloor">See <samp>MineShaft::loadLevel</samp> in the game code.</ref>
 +
<ref name="treasureroomspawn">See <samp>MineShaft::loadLevel</samp> in the game code.</ref>
 
<ref name="treasureroomchance">See <samp>MineShaft::getTreasureRoomItem</samp> in the game code.</ref>
 
<ref name="treasureroomchance">See <samp>MineShaft::getTreasureRoomItem</samp> in the game code.</ref>
 
<ref name="quarryMineShaft">See <samp>Locations.MineShaft::quarryMineShaft</samp> in the game code.</ref>
 
<ref name="quarryMineShaft">See <samp>Locations.MineShaft::quarryMineShaft</samp> in the game code.</ref>
255

edits

Navigation menu