Changes

Jump to navigation Jump to search
4 bytes added ,  18:48, 4 November 2021
m
Text replacement - "tt>" to "samp>"
Line 283: Line 283:  
==References==
 
==References==
 
<references>
 
<references>
<ref name="geologistexp">See <tt>GameLocation::breakStone</tt> in the game code.</ref>
+
<ref name="geologistexp">See <samp>GameLocation::breakStone</samp> in the game code.</ref>
 
<ref name="coalbonus">There are 2 different code sections to assign coal to a rock outside the mine. One is breakStone, a 5% * (1+(.005*MiningSkill)) chance of a rock giving coal which does give the +5 bonus. The other is onStoneDestroyed, a 3.5% chance for coal that doesn't give bonus XP. From a player's view, the game will randomly give 6 XP sometimes for coal dropping rocks, and sometimes just 1 randomly. Prospector causes breakStone to roll twice for the coal drop, while it doubles the chances for onStoneDestroyed to 7%.</ref>
 
<ref name="coalbonus">There are 2 different code sections to assign coal to a rock outside the mine. One is breakStone, a 5% * (1+(.005*MiningSkill)) chance of a rock giving coal which does give the +5 bonus. The other is onStoneDestroyed, a 3.5% chance for coal that doesn't give bonus XP. From a player's view, the game will randomly give 6 XP sometimes for coal dropping rocks, and sometimes just 1 randomly. Prospector causes breakStone to roll twice for the coal drop, while it doubles the chances for onStoneDestroyed to 7%.</ref>
 
</references>
 
</references>
105,667

edits

Navigation menu