Skip to content

Commit

Permalink
attempt 2 of adding different xp buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Syrilai committed Apr 1, 2023
1 parent 67b2a9a commit dc34cc4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ <h1>FF14 PvP Series Calculator</h1>
value="0"
/>
</div>
<button onclick="main.addExp(900)">Add Victory (+900 EXP)</button>
<button onclick="main.addExp(700)">Add Defeat (+700 EXP)</button>
<button onclick="main.reset()" id="resetButton">Reset (0/3)</button>
</div>
<hr />
Expand All @@ -59,6 +57,8 @@ <h2>Crystalline Conflict</h2>
<p><b>Series EXP (Victory/Defeat):</b> 900 / 700</p>
<p><b>Match Time:</b> 5 minutes</p>
<p><b>Queue Time:</b> 3 minutes</p>
<button onclick="main.addExp(900)">Add Victory (+900 EXP)</button>
<button onclick="main.addExp(700)">Add Defeat (+700 EXP)</button>
<p class="aria-label" aria-labelledby="tbl-crystalline-conflict">
Crystalline Conflict Data Table
</p>
Expand Down Expand Up @@ -88,6 +88,8 @@ <h2>Rival Wings</h2>
<p><b>Series EXP (Victory/Defeat):</b> 1250 / 750</p>
<p><b>Match Time:</b> 15 minutes</p>
<p><b>Queue Time:</b> 7 minutes</p>
<button onclick="main.addExp(1250)">Add Victory (+1250 EXP)</button>
<button onclick="main.addExp(750)">Add Defeat (+750 EXP)</button>
<p class="aria-label" aria-labelledby="tbl-rivalwings">
Rival Wings Data Table
</p>
Expand Down Expand Up @@ -117,6 +119,9 @@ <h2>Frontline</h2>
<p><b>Series EXP (1st/2nd/3rd):</b> 1500 / 1250 / 1000</p>
<p><b>Match Time:</b> 20 minutes</p>
<p><b>Queue Time:</b> 7 minutes</p>
<button onclick="main.addExp(1500)">Add 1st Place (+1500 EXP)</button>
<button onclick="main.addExp(1250)">Add 2nd Place (+1250 EXP)</button>
<button onclick="main.addExp(1000)">Add 3rd Place (+1000 EXP)</button>
<p>Not supported yet</p>
</div>
</div>
Expand Down

0 comments on commit dc34cc4

Please # to comment.