Calculator:Template/ETA/doc
Calculator used to check how many actions and time it requires to reach a specific level goal.
Arg name | Arg type | Description | Optional |
---|---|---|---|
currentExp
|
Number | The current experience of the player. | Either currentExp or currentLvl has to be entered. Can be entered with k, m, b etc. suffix. |
currentLvl
|
Number | The current level of the player. | Either currentExp or currentLvl has to be entered. |
targetLvl
|
Number | The level the player wishes to reach | False |
actionExp
|
Number | The amount of exp per action. | False |
actionTime
|
Number | The time it takes for one action in seconds. | False |
Example
{{:Calculator:Template/ETA |currentLvl=79 |targetLvl=99 |actionExp=81 |actionTime=2.45 }}
Turns into
Current Experience | 1,798,808 |
---|---|
Target Level | 99 |
Target Experience | 13,034,431 |
Experience Remaining | 11,235,623 |
Experience Per Hour | 119,020 |
Actions Left | 138,712 |
Time Left | 3 days, 22 hours, 24 minutes, 4.00 seconds |