Widget:Calculator/Experience: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
Current XP: <input type="number" id="currentXp" value="0" min="0"><br> | Current XP: <input type="number" id="currentXp" value="0" min="0"><br> | ||
Desired Level: <input type="number" id="desiredLevel" value="1" min="1" max="100"><br> | Desired Level: <input type="number" id="desiredLevel" value="1" min="1" max="100"><br> | ||
Required XP: <b id="xpRemaining">—</b> | Required XP: <b id="xpRemaining">—</b> | ||
</form> | </form> | ||
<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> | <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 / Action: <input type="number" id="xpPerAction" value="1" min="1"><br> | XP / Action: <input type="number" id="xpPerAction" value="1" min="1"><br> | ||
Actions Remaining: <b id="actionsRemaining">—</b> | Actions Remaining: <b id="actionsRemaining">—</b> | ||
</form> | </form> | ||
<script> | <script> |
Latest revision as of 19:08, 26 June 2025
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)