Changes

Jump to navigation Jump to search
m
no edit summary
Line 13: Line 13:  
The type of mushroom produced depends on what tree types are nearby it. The game code creates a possible list of mushrooms based on nearby trees then selects one at random from that list. First the game finds how many trees are in a 7X7 square around it. That number is multiplied by 3/4 and that many mushrooms are added to the list with a distribution of 5% [[Purple Mushroom|purple]], 15% [[Red Mushroom|red]] and 80% [[Common Mushroom|common]]. Then, for each fully grown tree another mushroom will be added. If the tree type is Oak then the mushroom added will always be a morel. The same goes for Pine with chanterelle, and for mystic trees [[Purple Mushroom|purple mushrooms]]. If it is none of those types it will use the same distribution as before. Then a random mushroom is chosen from that list to generate.
 
The type of mushroom produced depends on what tree types are nearby it. The game code creates a possible list of mushrooms based on nearby trees then selects one at random from that list. First the game finds how many trees are in a 7X7 square around it. That number is multiplied by 3/4 and that many mushrooms are added to the list with a distribution of 5% [[Purple Mushroom|purple]], 15% [[Red Mushroom|red]] and 80% [[Common Mushroom|common]]. Then, for each fully grown tree another mushroom will be added. If the tree type is Oak then the mushroom added will always be a morel. The same goes for Pine with chanterelle, and for mystic trees [[Purple Mushroom|purple mushrooms]]. If it is none of those types it will use the same distribution as before. Then a random mushroom is chosen from that list to generate.
   −
The produced mushrooms can have different qualities but are unaffected by the [[Foraging#Foraging Skill|Botanist]] Perk. The quality is instead calculated based on the number of nearby trees, and how many of them have moss on them. Every nearby tree is counted, with mossy counting as double. 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. 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, 12.5% chance of gold quality, and a 6.25% chance of iridium quality.  
+
The produced mushrooms can have different qualities but are unaffected by the [[Foraging#Foraging Skill|Botanist]] Perk. The quality is instead calculated based on the number of nearby trees, and how many of them have moss on them. Every nearby tree is counted, with mossy counting as double. 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. 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, 12.5% chance of gold quality, and a 12.5% chance of iridium quality.  
    
==History==
 
==History==

Navigation menu