User:LVL/Sandbox: Difference between revisionsGive feedback
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<div class="soul-calculator" data-base-value="{{NpcData|neutral_sinners_sacrifice|GoldReward}}" data-bonus-percent="{{NpcData|neutral_sinners_sacrifice|GoldRewardBonusPercentPerMinute}}"> | |||
== {{ | <h3>Sinner's Sacrifice Soul Calculator</h3> | ||
{{ | <p>Enter a time in minutes to see the total soul value:</p> | ||
= | <div> | ||
<label for="time-input">Time (minutes):</label> | |||
<input type="number" id="time-input" min="0" max="50" step="0.5" value="8"> | |||
== | <button id="calculate-btn">Calculate</button> | ||
</div> | |||
<div id="result" style="margin-top: 15px; font-weight: bold;"> | |||
<!-- Result will be displayed here --> | |||
</div> | |||
== | |||
< | <div id="payout-details" style="margin-top: 15px;"> | ||
<!-- Payout details will be displayed here --> | |||
</div> | |||
</div> | |||
</ | |||
</ | |||