Changes

157 bytes added ,  02:39, 22 March 2021
context
Line 5: Line 5:  
==Overview==
 
==Overview==
 
[[File:shaft.jpg|thumb|right|A shaft for faster descending]]
 
[[File:shaft.jpg|thumb|right|A shaft for faster descending]]
There is no limit to the number of floors, or levels, in the Skull Cavern (at least until the integer limit of 2147483647 is reached). Similar to [[the Mines]], the player advances through floors in the Skull Cavern by finding a ladder on each floor, either by mining rocks or defeating enemies. The player can sometimes find a shaft, or hole, which makes it possible to skip 3-15 floors. Jumping down the shaft causes [[health]] damage equal to 3x the number of levels skipped (although jumping down a shaft will never reduce health to less than 1).
+
There is no limit to the number of floors, or levels, in the Skull Cavern.<ref name="integerlimit" /> Similar to [[the Mines]], the player advances through floors in the Skull Cavern by finding a ladder on each floor, either by mining rocks or defeating enemies. The player can sometimes find a shaft, or hole, which makes it possible to skip 3-15 floors. Jumping down the shaft causes [[health]] damage equal to 3x the number of levels skipped (although jumping down a shaft will never reduce health to less than 1).
    
Unlike the Mines, there is no elevator to save progress, but on every floor there is a ladder at the starting point where you can leave the Skull Cavern. Each visit must start again from the first floor. If [[The Player|the player]] runs out of health while exploring Skull Cavern, they will wake up sometime later on the same day, in [[Harvey's Clinic]]. A fee of {{price|1000}} will be deducted for emergency surgery. Some items may also be lost. Passing out at 2:00 am will cause the player to lose {{price|1000}} or 10% of funds, whichever is less.
 
Unlike the Mines, there is no elevator to save progress, but on every floor there is a ladder at the starting point where you can leave the Skull Cavern. Each visit must start again from the first floor. If [[The Player|the player]] runs out of health while exploring Skull Cavern, they will wake up sometime later on the same day, in [[Harvey's Clinic]]. A fee of {{price|1000}} will be deducted for emergency surgery. Some items may also be lost. Passing out at 2:00 am will cause the player to lose {{price|1000}} or 10% of funds, whichever is less.
Line 506: Line 506:  
==References==
 
==References==
 
<references>
 
<references>
 +
<ref name="integerlimit">The integer limit is 2147483647. In order to reach that limit in one Stardew Valley day, you would have to descend over 2 million levels per real-time second.</ref>
 
<ref name="time">See <tt>MineShaft::getExtraMillisecondsPerInGameMinuteForThisLocation</tt> and <tt>Game1::UpdateGameClock</tt> in the game code.</ref>
 
<ref name="time">See <tt>MineShaft::getExtraMillisecondsPerInGameMinuteForThisLocation</tt> and <tt>Game1::UpdateGameClock</tt> in the game code.</ref>
 
<ref name="treasureroomchance">See <tt>MineShaft::getTreasureRoomItem</tt> in the game code.</ref>
 
<ref name="treasureroomchance">See <tt>MineShaft::getTreasureRoomItem</tt> in the game code.</ref>
260

edits