Difference between revisions of "Experience Table"

From Idlescape Wiki
Jump to navigation Jump to search
m (Added xp formula)
(Clarified the formula)
Line 133: Line 133:
 
| colspan="3" |
 
| colspan="3" |
 
|}
 
|}
Levels are calculated iteratively based on levels:
 
  
Level_i = Level_i-1 + (Level_i-1 - Level_i-2) * 1.1
+
==Formula==
 +
The formula for experience needed is:
 +
 
 +
<math>\text{Experience} = \left \lfloor{\frac{1}{4}\sum_{x=1}^{L-1}}\left\lfloor{x + 300\cdot2^{\frac{x}{7}}}\right\rfloor\right\rfloor</math>

Revision as of 12:33, 26 July 2020

Formula

The formula for experience needed is: