Changes

m
Line 11: Line 11:     
==Stages==
 
==Stages==
When harvested, each Cranberry plant gives 2 Cranberries every 5 days, with a 10% chance of one or more extra cranberries (0.11 more cranberries on average).<ref name="extra_cranberries">The game generates a random number between 0 and 1, and if it is less than 0.1, then another Cranberry will spawn. This repeats until the random number is greater than or equal to 0.1, at which point the chance for an extra Cranberry ends. This, on average, will give 0.11 extra Cranberries. Keep in mind that [[Luck]] can also double the amount of extra Cranberries spawned by the above formula.</ref>
+
When harvested, each Cranberry plant gives 2 Cranberries every 5 days, with a 11% chance of one or more extra cranberries (0.11 more cranberries on average).<ref name="extra_cranberries">The game generates a random number between 0 and 1, and if it is less than 0.1, then another Cranberry will spawn. This repeats until the random number is greater than or equal to 0.1, at which point the chance for an extra Cranberry ends. This, on average, will give 0.11 extra Cranberries. Keep in mind that [[Luck]] can also double the amount of extra Cranberries spawned by the above formula.</ref>
    
{|class="wikitable roundedborder" style="text-align:center;"
 
{|class="wikitable roundedborder" style="text-align:center;"
237

edits