Add option to account for 1.2x bonus when feeding cards of same attribute
This commit is contained in:
parent
21d184d671
commit
90a77b20e8
2 changed files with 19 additions and 6 deletions
|
@ -197,6 +197,7 @@
|
|||
<div id="card-exp-area">
|
||||
EXP: <input type="text" readonly="true" size="5" id="card_feed_exp" name="card_feed_exp" placeholder="exp" value="">
|
||||
</div><br>
|
||||
<input type="checkbox" name="card_same_attribute" id="card_same_attribute" value="YES">Assume cards are same attribute<br>
|
||||
<br>
|
||||
<div id="button-calculate-card">
|
||||
Calculate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue