Files
roll20-character-sheets/D&D_5e_Shaped/precompiled/components/spells/warlockSlots.html
T
2016-02-14 12:30:38 +01:00

25 lines
842 B
HTML

<div class="wrap-box relative">
<div class="col tooltip-position-wrapper">
<div class="tooltip">
<div class="tooltip-toggle-text center">?</div>
<div class="tooltip-content-left small-label">{{'WARLOCK_SLOTS_RECHARGE_TOOLTIP' | translate}}</div>
</div>
</div>
<div class="shaped-row relative">
<div class="col-100 center">
<div class="shaped-row vert-center">
<div class="col-47 pad-r-sm">
<input type="number" name="attr_warlock_spell_slots" value="0" min="0" step="1">
</div>
<div class="col-06 center">/</div>
<div class="col-47 pad-l-sm">
<input type="number" name="attr_warlock_spell_slots_max" readonly>
</div>
</div>
</div>
</div>
<div class="wrap-box-title center">
{{'WARLOCK_SPELL_SLOTS' | translate}}
</div>
</div>