Changes

Added table of probabilities for quality, dependent on number of trees
Line 22: Line 22:     
===Quality===
 
===Quality===
The quality of the mushrooms produced can vary, but is not affected by the [[Foraging#Foraging Skill|Botanist]] Perk. Instead, the quality is calculated based on the number of nearby trees, and how many of them have moss on them. Each nearby tree is counted, with mossy trees counted twice. This number is then divided by 40 and is used as the chance for the quality to upgrade. This chance occurs repeatedly until it fails or reaches iridium quality.<ref name="code" /> So for example if the count is 20 then the chance is 0.5, meaning there is a 50% chance of regular quality, a 25% chance of silver quality, a 12.5% chance of gold quality, and a 12.5% chance of iridium quality. If the count is 40, 5 mushrooms of iridium quality are guaranteed.
+
The quality of the mushrooms produced can vary, but is not affected by the [[Foraging#Foraging Skill|Botanist]] Perk. Instead, the quality is calculated based on the number of nearby trees, and how many of them have moss on them. Each nearby tree is counted, with mossy trees counted twice. This number is then divided by 40 and is used as the chance for the quality to upgrade. This chance occurs repeatedly until it fails or reaches iridium quality.<ref name="code" /> So for example if the count is 20 then the chance is 0.5, meaning there is a 50% chance of regular quality, a 25% chance of silver quality, a 12.5% chance of gold quality, and a 12.5% chance of iridium quality.
 +
 
 +
{|class="wikitable mw-collapsible mw-collapsed"
 +
!colspan="6" style="text-align: left;"|Probabilities for each Quality&nbsp; 
 +
|-
 +
! Tree & Moss Count
 +
! % Base quality
 +
! % Silver quality
 +
! % Gold quality
 +
! % Iridium quality
 +
! Average Price Multiplier
 +
|-
 +
| 1    || %  || %  || %  || % || %
 +
|-
 +
| 0    || 100.00%  || 0.00%  || 0.00%  || 0.00% || 100.00%
 +
|-
 +
| 1    || 97.50%  || 2.44%  || 0.06%  || 0.00% || 100.64%
 +
|-
 +
| 2    || 95.00%  || 4.75%  || 0.24%  || 0.01% || 101.32%
 +
|-
 +
| 3    || 92.50%  || 6.94%  || 0.52%  || 0.04% || 102.04%
 +
|-
 +
| 4    || 90.00%  || 9.00%  || 0.90%  || 0.10% || 102.80%
 +
|-
 +
| 5    || 87.50%  || 10.94%  || 1.37%  || 0.20% || 103.61%
 +
|-
 +
| 6    || 85.00%  || 12.75%  || 1.91%  || 0.34% || 104.48%
 +
|-
 +
| 7    || 82.50%  || 14.44%  || 2.53%  || 0.54% || 105.41%
 +
|-
 +
| 8    || 80.00%  || 16.00%  || 3.20%  || 0.80% || 106.40%
 +
|-
 +
| 9    || 77.50%  || 17.44%  || 3.92%  || 1.14% || 107.46%
 +
|-
 +
| 10    || 75.00%  || 18.75%  || 4.69%  || 1.56% || 108.59%
 +
|-
 +
| 11    || 72.50%  || 19.94%  || 5.48%  || 2.08% || 109.81%
 +
|-
 +
| 12    || 70.00%  || 21.00%  || 6.30%  || 2.70% || 111.10%
 +
|-
 +
| 13    || 67.50%  || 21.94%  || 7.13%  || 3.43% || 112.48%
 +
|-
 +
| 14    || 65.00%  || 22.75%  || 7.96%  || 4.29% || 113.96%
 +
|-
 +
| 15    || 62.50%  || 23.44%  || 8.79%  || 5.27% || 115.53%
 +
|-
 +
| 16    || 60.00%  || 24.00%  || 9.60%  || 6.40% || 117.20%
 +
|-
 +
| 17    || 57.50%  || 24.44%  || 10.39%  || 7.68% || 118.98%
 +
|-
 +
| 18    || 55.00%  || 24.75%  || 11.14%  || 9.11% || 120.87%
 +
|-
 +
| 19    || 52.50%  || 24.94%  || 11.85%  || 10.72% || 122.87%
 +
|-
 +
| 20    || 50.00%  || 25.00%  || 12.50%  || 12.50% || 125.00%
 +
|-
 +
| 21    || 47.50%  || 24.94%  || 13.09%  || 14.47% || 127.25%
 +
|-
 +
| 22    || 45.00%  || 24.75%  || 13.61%  || 16.64% || 129.63%
 +
|-
 +
| 23    || 42.50%  || 24.44%  || 14.05%  || 19.01% || 132.15%
 +
|-
 +
| 24    || 40.00%  || 24.00%  || 14.40%  || 21.60% || 134.80%
 +
|-
 +
| 25    || 37.50%  || 23.44%  || 14.65%  || 24.41% || 137.60%
 +
|-
 +
| 26    || 35.00%  || 22.75%  || 14.79%  || 27.46% || 140.54%
 +
|-
 +
| 27    || 32.50%  || 21.94%  || 14.81%  || 30.75% || 143.64%
 +
|-
 +
| 28    || 30.00%  || 21.00%  || 14.70%  || 34.30% || 146.90%
 +
|-
 +
| 29    || 27.50%  || 19.94%  || 14.45%  || 38.11% || 150.32%
 +
|-
 +
| 30    || 25.00%  || 18.75%  || 14.06%  || 42.19% || 153.91%
 +
|-
 +
| 31    || 22.50%  || 17.44%  || 13.51%  || 46.55% || 157.66%
 +
|-
 +
| 32    || 20.00%  || 16.00%  || 12.80%  || 51.20% || 161.60%
 +
|}
    
==Product==
 
==Product==
127

edits