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 (in one hundreds of a second). 1.65 seconds must be entered as 165
| The time it takes for one action in seconds.
| False
| False
|-
|-
Line 40: Line 41:
|targetLvl=99
|targetLvl=99
|actionExp=81
|actionExp=81
|actionTime=245
|actionTime=2.45
}}
}}
</pre>
</pre>
Line 49: Line 50:
|targetLvl=99
|targetLvl=99
|actionExp=81
|actionExp=81
|actionTime=245
|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