Changes

no edit summary
Line 9: Line 9:  
'''Parrot Egg''' is a [[Trinkets|trinket]] item dropped by slain [[monsters]].
 
'''Parrot Egg''' is a [[Trinkets|trinket]] item dropped by slain [[monsters]].
   −
Equipping the parrot egg in the trinket slot causes a parrot to spawn and follow the player around. While in combat it occasionally finds gold coins when slaying monsters. The egg can be reforged using an [[Anvil]], changing the level of parrot from 1 to 4, with a limit depending on your total earnings. Each possible level is equally likely.<ref name="parrotLevelChance"/>
+
Equipping the parrot egg in the trinket slot causes a parrot to spawn and follow the player around. While in combat it occasionally finds gold coins when slaying monsters. The egg can be reforged using an [[Anvil]], changing the level of parrot from 1 to 4, with a limit depending on total earnings. Each possible level is equally likely.<ref name="parrotLevelChance"/>
    
The chance of an enemy dropping a gold coin is 10% per level, for a maximum chance of 40% with a level 4 parrot, regardless of [[Luck]] or enemy type or location<ref name="coinDropChance"/> Each gold coin is worth {{price|250}}, and for each gold coin an enemy drops, it has another chance to drop a gold coin.
 
The chance of an enemy dropping a gold coin is 10% per level, for a maximum chance of 40% with a level 4 parrot, regardless of [[Luck]] or enemy type or location<ref name="coinDropChance"/> Each gold coin is worth {{price|250}}, and for each gold coin an enemy drops, it has another chance to drop a gold coin.
Line 42: Line 42:  
==References==
 
==References==
 
<references>
 
<references>
     <ref name="parrotLevelChance">See <samp>Objects/TinketEffect::GenerateRandomStats</samp> in the game code.</ref>
+
     <ref name="parrotLevelChance">See <samp>TrinketEffect::GenerateRandomStats</samp> in the game code.</ref>
     <ref name="coinDropChance">See <samp>Objects/TinketEffect::OnDamageMonster</samp> in the game code.</ref>
+
     <ref name="coinDropChance">See <samp>TrinketEffect::OnDamageMonster</samp> in the game code.</ref>
     <ref name="goldCoinMaths">The expected value is a geometric series, determined by the formula <samp>1/(1-p)-1</samp>, where p is the chance of a coin dropping.</ref>
+
     <ref name="goldCoinMaths">The expected value is a geometric series, determined by the formula <samp>1/(1-p)-1</samp>, where <samp>p</samp> is the chance of a coin dropping.</ref>
 
</references>
 
</references>
  
4,183

edits