Add "max level" button and overkill detection
* "max level" button to quickly fill in a card's max level * "overkill" detection detects when you are feeding way more EXP than is necessary to max level a card.
This commit is contained in:
parent
3ab33e8624
commit
0f07e6e475
2 changed files with 26 additions and 7 deletions
|
@ -192,6 +192,7 @@
|
|||
<div id="card-level-area">
|
||||
Desired level: <input type="text" readonly="true" size="5" id="card_desired_level" name="card_desired_level" placeholder="level"
|
||||
value="">
|
||||
<div id="button-card-max-level">Max</div>
|
||||
</div>
|
||||
<div id="card-exp-area">
|
||||
EXP: <input type="text" readonly="true" size="5" id="card_feed_exp" name="card_feed_exp" placeholder="exp" value="">
|
||||
|
@ -233,4 +234,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue