Grow Time Formula: Difference between revisions

From Growtopia
Jump to navigationJump to search
>Reciful
No edit summary
>Atvelonis
mNo edit summary
 
(15 intermediate revisions by 12 users not shown)
Line 1: Line 1:
===Formula===
The '''Grow Time Formula''' is a formula used to find the grow time of any tree based off its [[Rarity]], or vice versa.
The growing time of an item on a tree can be found by using its rarity, using the following equation:


==Time Formula==
In this case,
In this case,


''r = rarity''<br />
''r = rarity''<br />
''t = time taken to grow in seconds''
''t = time taken (seconds)''
 
The formula to figure out the time, based on rarity is:


<math>t=r^3+30r</math>
<math>t=r^3+30r</math>
==Rarity Formula==
In this case,


<math>\frac{t}{r}=r^2+30</math>
''r = rarity''<br />
''t = time taken (seconds)''


===Example===
<math>r=\sqrt[3]{\frac{t}{2} + \sqrt[]{\frac{t^2}{4} + 1000}} + \sqrt[3]{\frac{t}{2} - \sqrt[]{\frac{t^2}{4} + 1000}}</math>
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?
==Example==
The rarity of a [[Roshambo Block]] is 71. Using the time formula, this is the answer which is obtained:


<math>t=r^3+30r</math>
<math>t=r^3+30r</math>
<math>t=71^3+30(71)</math>
<math>t=71^3+30(71)</math>
<math>t=357,911+2,130</math>
<math>t=360,041</math>


<math>t=357,911+2,130</math>
In days, this is:


<math>t=360,041</math>
<math> 360,041 / 60 / 60/ 24 = 4.16 days </math>
[[Category:Growtopia]]
[[Category:Growtopia]]

Latest revision as of 17:38, 10 July 2020

The Grow Time Formula is a formula used to find the grow time of any tree based off its Rarity, or vice versa.

Time Formula

In this case,

r = rarity
t = time taken (seconds)

The formula to figure out the time, based on rarity is:

t=r3+30r

Rarity Formula

In this case,

r = rarity
t = time taken (seconds)

r=t2+t24+10003+t2t24+10003

Example

The rarity of a Roshambo Block is 71. Using the time formula, this is the answer which is obtained:

t=r3+30r t=713+30(71) t=357,911+2,130 t=360,041

In days, this is:

360,041/60/60/24=4.16days