fixed ordering

This commit is contained in:
Frederik Palmø 2022-03-21 17:47:55 +01:00
parent e1c75eccf9
commit b295123b4a

View File

@ -114,7 +114,8 @@
<label>Mind</label>
<div>
<input name="class-stat" class="stat" type="text" id="class-mind" disabled>
<input name="desired-stat" class="stat" type="number" id="mind" min=0 max=99>
<input name="desired-stat" class="stat" type="number" id="mind" oninput="update()" min=0
max=99>
<input name="subtractive-stat" class="stat" type="text" id="subtractive-mind" disabled>
<input name="additive-stat" class="stat" type="text" id="additive-mind" disabled>
</div>
@ -241,20 +242,22 @@
</article>
</div>
<h3>Explanation & Usage</h3>
<h3>Explanation</h3>
<p>The columns in the second box represent, in order:</p>
<ol>
<li>
The total level and stats of the optimal class.
The total level and stats of the lowest-level class with your desired statistics.
</li>
<li>
Desired stats (input what you want here)
Desired statistics. This is where you input the stats that you definitely want your build to have.
</li>
<li>
Calculated stats as they should be in your level-up menu in-game.
Calculated statistics for your build (as they should be in your level-up menu in-game).
</li>
<li>
Calculated final statistics as shown on the "Stats" screen in-game.
Calculated final statistics as shown on the "Stats" screen in-game.<br>
The level indicator at the top of this column indicates your "virtual" level, and is not reflected
in-game! This statistic includes stats from your talismans and helmet.
</li>
</ol>
@ -275,6 +278,12 @@
<td>25 (800HP)<br>40 (1450HP)<br>60 (1900HP)</td>
<td>A +12 upgraded crimson flask heals for 810HP.</td>
</tr>
<tr>
<td>Mind</td>
<td>FP</td>
<td>40 (220FP)</td>
<td>A +12 upgraded cerulean flask gives 220FP.</td>
</tr>
<tr>
<td>Endurance</td>
<td>Stamina</td>
@ -287,12 +296,6 @@
<td>25 (72 wgt.)<br>60 (120 wgt.)</td>
<td></td>
</tr>
<tr>
<td>Mind</td>
<td>FP</td>
<td>40 (220FP)</td>
<td>A +12 upgraded cerulean flask gives 220FP.</td>
</tr>
<tr>
<td>Strength</td>
<td>AR</td>