Berry: Difference between revisions

509 bytes added ,  23 November 2015
→‎Pokémon Omega Ruby and Alpha Sapphire: Exceptions... From the little I have atm, Lansat/Starf appear to increase every other watering, but that basically works out with the general formula.
mNo edit summary
(→‎Pokémon Omega Ruby and Alpha Sapphire: Exceptions... From the little I have atm, Lansat/Starf appear to increase every other watering, but that basically works out with the general formula.)
Line 541: Line 541:


=====Growth and care=====
=====Growth and care=====
A Berry's yield depends entirely on how many times it was watered. Soil dries out four hours after it is watered, meaning that a Berry's yield is equal to:
A Berry's yield depends entirely on how many times it was watered. A Berry's yield increases by a set amount every time it is watered, and soil dries out four hours after it is watered. Generally, a Berry's yield can be calculated by:
:<code>''yield'' = (''max'' - ''min'') / (''time'' / 4) * ''water'' + ''min''</code>
:<code>''yield'' = (''max'' - ''min'') / (''time'' / 4) * ''water'' + ''min''</code>
where ''max'' and ''min'' are the Berry's maximum and minimum yield, ''time'' is the Berry's total growth time in hours, and ''water'' is the number of times the plant was watered.
where ''max'' and ''min'' are the Berry's maximum and minimum yield, ''time'' is the Berry's total growth time in hours, and ''water'' is the number of times the plant was watered.
A few Berries are exceptions to the above formula, however. {{b|Liechi}}, {{b|Ganlon}}, {{b|Salac}}, {{b|Petaya}}, {{b|Apicot}}, {{b|Kee}}, and {{b|Maranga}} Berries have the same yield if they are watered 11 or 12 times, which throws off part of the formula's assumption; this can be fixed by using <code>''max'' + 1</code> instead of just <code>''max''</code> in the formula, though the yield will still be limited by ''max''.


======Stages======
======Stages======