Grow Time Formula: Difference between revisions
From Growtopia
Jump to navigationJump to search
>Aka synicalico No edit summary |
>Aka synicalico No edit summary |
||
| Line 1: | Line 1: | ||
The growing time of an item on a tree can be found by using | ===Formula=== | ||
The growing time of an item on a tree can be found by using its rarity, using the following equation: | |||
In this case, | |||
''r = rarity''<br> | |||
''t = time taken to grow in seconds'' | |||
<math>t=r^3+30r</math> | |||
<math>\frac{t}{r}=r^2+30</math> | |||
===Example=== | |||
Let's say we're growing a Roshambo Block Tree with a rarity of 71. How many seconds does it take to fully grow the tree? | |||
<math>t=r^3+30r</math> | <math>t=r^3+30r</math> | ||
< | <math>t=71^3+30(71)</math> | ||
<math> | <math>t=357,911+2,130</math> | ||
<math>t=360,041</math> | |||
Revision as of 15:06, 22 May 2015
Formula
The growing time of an item on a tree can be found by using its rarity, using the following equation:
In this case,
r = rarity
t = time taken to grow in seconds
Example
Let's say we're growing a Roshambo Block Tree with a rarity of 71. How many seconds does it take to fully grow the tree?