Files
roll20-character-sheets/5eShaped/precompiled/components/npc/lairActionContents.html
T
2016-04-19 20:35:46 +02:00

20 lines
1.1 KiB
HTML

<div class="relative mar-b-sm">
<button type="roll" name="roll_action" class="presentation" value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{action=1}} {{reach=@{reach}}} {{range=@{range}}} {{recharge=@{recharge}}} @{roll_toggle} @{saving_throw_toggle} @{damage_toggle} @{second_damage_toggle} @{attacher_attack} @{hide_gm_info} @{extras_toggle}">
<span name="attr_freetext" class="pre-line"></span>
</button>
<div class="shaped-row edit">
//= include ../actionComponents/type.html
//= include ../actionComponents/reach.html
//= include ../actionComponents/range.html
//= include ../actionComponents/recharge.html
</div>
<input type="checkbox" name="attr_toggle_details" class="toggle-icon-settings edit" checked><span class="toggle-icon-settings pictos edit">y</span>
<div class="details edit">
//= include ../actionComponents/attack.html
//= include ../actionComponents/savingThrow.html
//= include ../actionComponents/damage.html
//= include ../actionComponents/damageSecondary.html
//= include ../actionComponents/extras.html
</div>
</div>