Changes

Jump to navigation Jump to search
Add references and details to coal and geode buffs
Line 1: Line 1:  
{{Spoiler}}
 
{{Spoiler}}
{{Stub|Add references to the game code for specific percentages and values.}}
      
{{Infobox
 
{{Infobox
Line 76: Line 75:     
===Greater chance to find geodes===
 
===Greater chance to find geodes===
When this power is active, [[Geode|geodes]] found inside and outside of the mines have a 25% higher chance of spawning when a rock is broken, either by hand or with [[Bomb|bombs]]. However, this does not affect the chance of finding geodes inside supply crates on the [[Farm_Maps#Map_Types|Beach Farm]].
+
When this power is active, [[Geode|geodes]] found inside and outside of the mines have a (multiplicative) 25% higher chance of spawning when a rock is broken, either by hand or with [[Bomb|bombs]].<ref name="geode" /> However, this does not affect the chance of finding geodes inside supply crates on the [[Farm_Maps#Map_Types|Beach Farm]].
    
===Greater chance to find coal===
 
===Greater chance to find coal===
When this power is active, coal will be 3% more likely to drop in any scenario where coal can be dropped. This will be on top of the higher chance to find coal that the player could have from the [[Skills#Mining|Prospector]] profession. This will not affect the number of coal created by the [[Charcoal Kiln]]
+
When this power is active rocks broken in the mines have a (multiplicative) 40% higher chance to drop coal, or 20% if the player has the [[Skills#Mining|Prospecter]] profession.<ref name="coalmine" />
 +
Outside, rocks not in the quarry are 3% more likely to drop coal. Rocks anywhere outside have a 2.5% chance to drop an additional coal. This will be on top of the higher chance to find coal that the player could have from the [[Skills#Mining|Prospector]] profession.<ref name="coaloutdoors" />
    
===Greater chance to find ladders and shafts===
 
===Greater chance to find ladders and shafts===
Line 92: Line 92:  
<ref name="ladder">See <samp>MineShaft::checkStoneForItems</samp> and <samp>MineShaft::monsterDrop</samp> in the game code</ref>
 
<ref name="ladder">See <samp>MineShaft::checkStoneForItems</samp> and <samp>MineShaft::monsterDrop</samp> in the game code</ref>
 
<ref name="bomb">See <samp>GameLocation::performDamagePlayers</samp> in the game code.</ref>
 
<ref name="bomb">See <samp>GameLocation::performDamagePlayers</samp> in the game code.</ref>
 +
<ref name="geode">See <samp>GameLocation::onStoneDestroyed</samp> and <samp>MineShaft::checkStoneForItems</samp> in the game code</ref>
 +
<ref name="coaloutdoors">See <samp>GameLocation::OnStoneDestroyed</samp> and <samp>GameLocation::BreakStone</samp> in the game code</ref>
 +
<ref name="coalmine">See <samp>MineShaft::checkStoneForItems</samp> in the game code</ref>
 
</references>
 
</references>
  
215

edits

Navigation menu