Widget:Calculator/Experience: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
Enter your current [[experience]], then the level you're aiming for to see the experience remaining.
<html>
<html>
<p>Enter your current Xp, then the level you're aiming for to see the Xp remaining.</p>
<form>
<form>
   Current Xp: <input type="number" id="currentXp" value="0" min="0"><br>
   Current Xp: <input type="number" id="currentXp" value="0" min="0"><br>
Line 6: Line 6:
   Required Xp: <span id="xpRemaining">—</span>
   Required Xp: <span id="xpRemaining">—</span>
</form>
</form>
<p>From here you can enter the Xp gained per action, to work out how many actions remain! (i.e. how many more fish until your goal)</p>
<p>From here you can enter the experience gained per action, to work out how many actions remain! (i.e. how many more fish until your goal)</p>
<form>
<form>
   Xp per action: <input type="number" id="xpPerAction" value="1" min="1"><br>
   Xp per action: <input type="number" id="xpPerAction" value="1" min="1"><br>