Update index.php

This commit is contained in:
James 2022-09-27 09:29:33 +02:00
parent 1ce9d581e7
commit b4fbf56bad
1 changed files with 1 additions and 10 deletions

View File

@ -283,7 +283,6 @@
<div id="DMG_average_card" class="card black">
<div class="card-content white-text">
<span class="card-title">Hitdice Damage</span>
<span>How many Dice are used for the calculation
<span>What's the average damage of the enemy?</span>
<div class="input-field s1">
<input placeholder="The number before the damage dice." id="mob_dmg_avg" min="1" type="number" class="white-text validate" />
@ -292,15 +291,7 @@
</div>
<div id="DMG_max_card" class="card black">
<div class="card-content white-text">
<span>What's the average damage of the enemy?</span>
<div class="input-field s1">
<input placeholder="x times the hit dieces' sides." id="mob_dmg_max" min="1" type="number" class="white-text validate" />
</div>
</div>
</div>
<div id="DMG_max_card" class="card black">
<div class="card-content white-text">
<span>What's the max rolled damage of the enemy?</span>
<span>What's the max ammount of damage the enemy can deal?</span>
<div class="input-field s1">
<input placeholder="x times the hit dieces' sides." id="mob_dmg_max" min="1" type="number" class="white-text validate" />
</div>