MediaWiki:Gadget-hero-comparison.js: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Brought back dps calculations for warden while also accounting for heroes with spinup. |
Changed Spirit Power to Bonus Spirit Power |
||
| Line 226: | Line 226: | ||
</label> | </label> | ||
<label style="color: #fff; display: flex; align-items: center; gap: 5px;"> | <label style="color: #fff; display: flex; align-items: center; gap: 5px;"> | ||
<span style="color: #cc88ff; font-weight: bold;">Spirit Power:</span> | <span style="color: #cc88ff; font-weight: bold;">Bonus Spirit Power:</span> | ||
<input type="number" id="hero-input-spirit" min="0" max="${maxSpirit}" value="0" step="10" | <input type="number" id="hero-input-spirit" min="0" max="${maxSpirit}" value="0" step="10" | ||
style="width: 70px; background: #2a2a2a; color: #fff; border: 1px solid #555; padding: 4px;"> | style="width: 70px; background: #2a2a2a; color: #fff; border: 1px solid #555; padding: 4px;"> | ||