Changes

Jump to navigation Jump to search
151 bytes added ,  17:55, 8 September 2021
add code reference
Line 79: Line 79:     
====Complete Formula====
 
====Complete Formula====
The probability that a crop's quality increases is linear with respect to your farming level and the soil fertilizer quality (0 for normal soil, 1 for [[Basic Fertilizer]], 2 for [[Quality Fertilizer]], and 3 for [[Deluxe Fertilizer]]). That is, the probability increases the same amount with each level for the same fertilizer quality, and with each fertilizer quality for the same farming level. The formulas used in the game's code is as follows:
+
The probability that a crop's quality increases is linear with respect to your farming level and the soil fertilizer quality (0 for normal soil, 1 for [[Basic Fertilizer]], 2 for [[Quality Fertilizer]], and 3 for [[Deluxe Fertilizer]]). That is, the probability increases the same amount with each level for the same fertilizer quality, and with each fertilizer quality for the same farming level. The formulas used in the game's code is as follows <ref name="qualitycrops" />:
    
{| class="wikitable"
 
{| class="wikitable"
Line 339: Line 339:  
==Crops==
 
==Crops==
 
{{NavboxCrop}}
 
{{NavboxCrop}}
 +
 +
==References==
 +
<references>
 +
    <ref name="qualitycrops">See <tt>Crop::harvest</tt> in the game code.</ref>
 +
</references>
    
==History==
 
==History==
105,667

edits

Navigation menu