Player Better

This commit is contained in:
RochesterX
2025-11-28 19:25:31 -05:00
parent ec77c0b268
commit 43c7068724
5 changed files with 160 additions and 30 deletions

View File

@@ -20,14 +20,29 @@
</div>
<div class="info">
<p><b>Height:</b></p>
<p class="attribute-Height"></p>
<p class="attribute-Height format-height"></p>
</div>
<div class="info">
<p><b>Weight:</b></p>
<p class="attribute-Weight"></p>
<p class="attribute-Weight format-weight"></p>
</div>
</div>
<div class="info-container">
<div class="info">
<div class="cursor-question">
<p><b>PayDirt Score:</b></p>
<span class="tooltip-text">A player's <b>PayDirt score</b> is calculated by weighting their offense score by their APY. It is used to evaluate the worth of their contract.</span>
</div>
<p class="attribute-PaydirtScore format-integer"></p>
</div>
<div class="info">
<div class="cursor-question">
<p><b>Offense Score:</b></p>
<span class="tooltip-text">A player's <b>offense score</b> is calculated by combining several of their offense stats into a weighted score. It is indicative of their overall performance.</span>
</div>
<p class="attribute-OffenseScore format-integer"></p>
</div>
</div>
<table id="overview">
<thead></thead>
<tbody></tbody>