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 the it's rarity, using the following equation:
===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>


<nowiki> </nowiki>r ≠ 0:
<math>t=71^3+30(71)</math>  


<math>\frac{t}{r}=r^2+30</math>
<math>t=357,911+2,130</math>  


Where r=rarity and t=time taken to grow.''<br />''
<math>t=360,041</math>
''The time is expressed in seconds.''<br />

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

t=r3+30r

tr=r2+30

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?

t=r3+30r

t=713+30(71)

t=357,911+2,130

t=360,041