Calculator:Template/ETA/doc: Difference between revisions
From Melvor Idle
(First version) |
mNo edit summary |
||
Line 10: | Line 10: | ||
| Number | | Number | ||
| The current experience of the player. | | The current experience of the player. | ||
| Either currentExp or currentLvl has to be entered. | | Either currentExp or currentLvl has to be entered.</br> | ||
Can be entered with k, m, b etc. suffix. | |||
|- | |- | ||
| <code>currentLvl</code> | | <code>currentLvl</code> | ||
Line 29: | Line 30: | ||
| <code>actionTime</code> | | <code>actionTime</code> | ||
| Number | | Number | ||
| The time it takes for one action | | The time it takes for one action in seconds. | ||
| False | | False | ||
|- | |- | ||
Line 40: | Line 41: | ||
|targetLvl=99 | |targetLvl=99 | ||
|actionExp=81 | |actionExp=81 | ||
|actionTime= | |actionTime=2.45 | ||
}} | }} | ||
</pre> | </pre> | ||
Line 49: | Line 50: | ||
|targetLvl=99 | |targetLvl=99 | ||
|actionExp=81 | |actionExp=81 | ||
|actionTime= | |actionTime=2.45 | ||
}} | }} |
Latest revision as of 14:56, 13 March 2024
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 |