User:LVL/Sandbox: Difference between revisions

LVL (talk | contribs)
No edit summary
LVL (talk | contribs)
No edit summary
Line 1: Line 1:
Below are tables comparing all currently playable [[Heroes]] by their stats.
See "Scaling" for a table of heroes with scaling at full level.
<tabber>
|-|Stats=
|-|Stats=
Note: All heroes with [[Spirit Power|Spirit Scaling]] and [[Level#Power Increases|Level Scaling]] on their stats are shown at their base values. For a comparison with scaled values, view the [[Hero Attributes Table#Scaling|Scaling Comparison]]
Note: All heroes with [[Spirit Power|Spirit Scaling]] and [[Level#Power Increases|Level Scaling]] on their stats are shown at their base values. For a comparison with scaled values, view the [[Hero Attributes Table#Scaling|Scaling Comparison]]
{{#invoke:LVL/Sandbox|write_hero_comparison_table}}  
{{#invoke:HeroData|write_hero_comparison_table}}  
|-|Scaling=
|-|Scaling=
<div id="hero-scaling-controls" style="display: flex; gap: 16px; align-items: center; margin-bottom: 12px; flex-wrap: wrap;">
  <div style="display: flex; align-items: center; gap: 6px;">
    <label for="input-power-increases" style="white-space: nowrap;">Power Increases:</label>
    <input type="number" id="input-power-increases"
          value="{{#var:powerincreases}}"
          min="0" max="99" step="1"
          style="width: 60px; padding: 3px 6px;" />
  </div>
  <div style="display: flex; align-items: center; gap: 6px;">
    <label for="input-spirit-power" style="white-space: nowrap;">Spirit Power:</label>
    <input type="number" id="input-spirit-power"
          value="100"
          min="0" max="99999" step="1"
          style="width: 70px; padding: 3px 6px;" />
  </div>
  <div style="display: flex; align-items: center; gap: 6px;">
    <label for="input-tech-power" style="white-space: nowrap;">Tech Power:</label>
    <input type="number" id="input-tech-power"
          value="0"
          min="0" max="99999" step="1"
          style="width: 70px; padding: 3px 6px;" />
  </div>
</div>
{{#vardefine:powerincreases|{{#invoke:SoulUnlock|get_max|PowerIncrease}}}}
{{#vardefine:powerincreases|{{#invoke:SoulUnlock|get_max|PowerIncrease}}}}
{{#vardefine:spiritpower|100}}
{{#vardefine:spiritpower|100}}
Notes:  
Notes:  
* All heroes are shown at Max "Level" (<span class="weapon-orange">{{#var:powerincreases}} [[Level#Power Increases|Power Increases]]</span>) and <span class="spirit-purple">{{#var:spiritpower}} [[Spirit Power]]</span>.<br>
* All heroes are shown at their base values. Adjust inputs above to scale.
* DPS accounts for Burst weapons (like {{HeroIcon|Paradox}} and {{HeroIcon|Lash}}), and if the weapon has a Spin Up mechanic (like {{HeroIcon|McGinnis}}), it is assumed to be fully spun. Bursts that occur right at the 1 second mark may have some inaccuracy due to averaging.
* DPS accounts for Burst weapons (like {{HeroIcon|Paradox}} and {{HeroIcon|Lash}}), and if the weapon has a Spin Up mechanic (like {{HeroIcon|McGinnis}}), it is assumed to be fully spun. Bursts that occur right at the 1 second mark may have some inaccuracy due to averaging.
* Sustained DPS also accounts for reload speed, clip size, and the time to empty the clip, and is an average over an infinite time period.
* Sustained DPS also accounts for reload speed, clip size, and the time to empty the clip, and is an average over an infinite time period.
* {{HeroIcon|Warden}} and {{HeroIcon|Vindicta}} show incorrect DPS and Sustained DPS. Correct DPS is 136.5 for Warden and 128.3 for Vindicta.
* {{HeroIcon|Warden}} and {{HeroIcon|Vindicta}} show incorrect DPS and Sustained DPS. Correct DPS is 136.5 for Warden and 128.3 for Vindicta.
{{#invoke:LVL/Sandbox|write_hero_comparison_table
{{#invoke:HeroData|write_hero_comparison_table
|{{#var:powerincreases}}
|0
|{{#var:spiritpower}}
|0
}}<br>
|true
TODO:
}}
* Allow spirit power and levels to be input with javascript<br>
</tabber>