Update index.php
This commit is contained in:
parent
58097084b8
commit
78b243ef15
@ -291,6 +291,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="DMG_max_card" class="card black">
|
<div id="DMG_max_card" class="card black">
|
||||||
<div class="card-content white-text">
|
<div class="card-content white-text">
|
||||||
|
<span class="card-title">Max Damage</span>
|
||||||
<span>What's the max ammount of damage the enemy can deal?</span>
|
<span>What's the max ammount of damage the enemy can deal?</span>
|
||||||
<div class="input-field s1">
|
<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" />
|
<input placeholder="x times the hit dieces' sides." id="mob_dmg_max" min="1" type="number" class="white-text validate" />
|
||||||
@ -944,6 +945,8 @@
|
|||||||
$(".collapsible").collapsible();
|
$(".collapsible").collapsible();
|
||||||
$("#HP_max_card").hide();
|
$("#HP_max_card").hide();
|
||||||
$("#HP_hitdice_card").hide();
|
$("#HP_hitdice_card").hide();
|
||||||
|
$("#DMG_max_card").hide();
|
||||||
|
$("#DMG_average_card").hide();
|
||||||
$("#dmg_hitdice").hide();
|
$("#dmg_hitdice").hide();
|
||||||
$("#mob_multiattack_card").hide("fast");
|
$("#mob_multiattack_card").hide("fast");
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user