Changes

106 bytes added ,  18:08, 23 September 2023
→‎References: Cleared up information on sc max level being exactly integer limit
Line 550: Line 550:  
==References==
 
==References==
 
<references>
 
<references>
<ref name="integerlimit">The integer limit is 2147483647. To reach that limit in one Stardew Valley day, the player would have to descend over 2 million floors per real-time second.</ref>
+
<ref name="integerlimit">The integer limit is 2147483647. The deepest level of Skull Cavern is 2147483527 (Because Skull Cavern is coded as floor 121 of the mines) To reach that limit in one Stardew Valley day, the player would have to descend over 2 million floors per real-time second.</ref>
 
<ref name="shaftlevels">See <samp>MineShaft::enterMineShaft</samp> in the game code.</ref>
 
<ref name="shaftlevels">See <samp>MineShaft::enterMineShaft</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="time">See <samp>MineShaft::getExtraMillisecondsPerInGameMinuteForThisLocation</samp> and <samp>Game1::UpdateGameClock</samp> in the game code.</ref>