mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-10 17:12:33 +00:00
73 lines
3.1 KiB
HTML
73 lines
3.1 KiB
HTML
<div class="wrap-box pc mar-b-smd">
|
|
<fieldset class="repeating_classfeature">
|
|
<div class="class-feature relative mar-b-sm">
|
|
<div class="shaped-row vert-center no-wrap">
|
|
<div class="col-67 pad-r-sm">
|
|
<button type="roll" name="roll_class_feature" class="wrapper-button"
|
|
value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=@{name}}} {{uses=@{uses}}} {{uses_max=@{uses|max}}} {{recharge=@{recharge}}} @{saving_throw_toggle} @{damage_toggle} @{second_damage_toggle} @{heal_toggle} @{extras_toggle}">
|
|
<div>
|
|
<input type="text" name="attr_name" readonly>
|
|
</div>
|
|
</button>
|
|
</div>
|
|
<div class="col-14 center">
|
|
<input type="number" name="attr_uses" class="no-spin">
|
|
</div>
|
|
<div class="pad-l-sm pad-r-sm">/</div>
|
|
<div class="col-14 center">
|
|
<input type="number" name="attr_uses_max" class="no-spin">
|
|
</div>
|
|
</div>
|
|
<input type="checkbox" name="attr_toggle_details" class="toggle-icon-settings edit"><span class="toggle-icon-settings pictos edit">y</span>
|
|
|
|
<div class="details edit">
|
|
<div class="shaped-row vert-center">
|
|
<div class="col-54 pad-r-sm">
|
|
<input type="text" name="attr_name">
|
|
</div>
|
|
<div class="col-46 center">
|
|
<span class="en">
|
|
<select name="attr_recharge">
|
|
<option></option>
|
|
<option value="Short Rest">Short Rest</option>
|
|
<option value="Long Rest">Long Rest</option>
|
|
<option value="Other">Other</option>
|
|
</select>
|
|
</span>
|
|
<span class="de">
|
|
<select name="attr_recharge">
|
|
<option></option>
|
|
<option value="Short Rest">Kurze Ruhe</option>
|
|
<option value="Long Rest">Lange Ruhe</option>
|
|
<option value="Other">Andere</option>
|
|
</select>
|
|
</span>
|
|
<span class="fr">
|
|
<select name="attr_recharge">
|
|
<option></option>
|
|
<option value="Short Rest">Repos Court</option>
|
|
<option value="Long Rest">Repos Long</option>
|
|
<option value="Other">Autre</option>
|
|
</select>
|
|
</span>
|
|
<span class="ru">
|
|
<select name="attr_recharge">
|
|
<option></option>
|
|
<option value="Short Rest">Short Rest</option>
|
|
<option value="Long Rest">Long Rest</option>
|
|
<option value="Other">Other</option>
|
|
</select>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
|
|
//= include ../actionComponents/damageClassFeatures.html
|
|
//= include ../actionComponents/damageSecondaryClassFeatures.html
|
|
//= include ../actionComponents/savingThrowClassFeatures.html
|
|
//= include ../actionComponents/healClassFeatures.html
|
|
//= include ../actionComponents/extrasClassFeatures.html
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
<div class="wrap-box-title center">{{'CLASS_FEATURES_TITLE' | translate}}</div>
|
|
</div> |