mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-08 16:12:33 +00:00
96 lines
4.2 KiB
HTML
96 lines
4.2 KiB
HTML
<div class="attacks wrap-box mar-b-smd">
|
|
<div class="shaped-row">
|
|
<div class="col-35 wrap-box-label light-label pad-r-sm">{{'ATTACK' | translate}}</div>
|
|
<div class="col-10 wrap-box-label light-label center pad-r-sm">{{'ATK' | translate}}</div>
|
|
<div class="col-51 wrap-box-label light-label">{{'DAMAGE' | translate}}</div>
|
|
</div>
|
|
<fieldset class="repeating_attack">
|
|
<div class="attack compendium-drop-target relative mar-b-sm">
|
|
<input type="hidden" name="attr_modifiers" accept="Modifiers">
|
|
<input type="hidden" name="attr_properties" accept="Properties">
|
|
<input type="hidden" name="attr_weight" accept="Weight">
|
|
<button type="roll" name="roll_attack"
|
|
value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=@{name}}} {{action=1}} {{reach=@{reach}}} {{range=@{range}}} {{ammo=@{ammo}}} {{targetName=@{attacks_vs_target_name}}} @{roll_toggle} @{saving_throw_toggle} @{damage_toggle} @{second_damage_toggle} @{extras_toggle} @{attacher_attack}">
|
|
<div class="shaped-row vert-center">
|
|
<div class="col-35 pad-r-sm">
|
|
<input type="text" name="attr_name" readonly>
|
|
</div>
|
|
<div class="col-10 pad-r-sm">
|
|
<input type="text" name="attr_to_hit" class="center" readonly>
|
|
</div>
|
|
<div class="col-51">
|
|
<input type="text" name="attr_damage_string" readonly>
|
|
</div>
|
|
</div>
|
|
</button>
|
|
<input type="checkbox" name="attr_toggle_details" class="toggle-icon-settings" checked><span class="toggle-icon-settings pictos">y</span>
|
|
|
|
<div class="details">
|
|
<div class="shaped-row">
|
|
<div class="col-40 center">
|
|
<input type="text" name="attr_name" class="center" placeholder="name" accept="Name">
|
|
|
|
<div class="small-label">{{'NAME' | translate}}</div>
|
|
</div>
|
|
<div class="col-17 center pad-l-sm pad-r-sm">
|
|
<span class="en">
|
|
<select name="attr_type" accept="Item Type">
|
|
<option value="Melee Weapon">Melee</option>
|
|
<option value="Ranged Weapon">Ranged</option>
|
|
<option value="Other">Other</option>
|
|
</select>
|
|
</span>
|
|
<span class="de">
|
|
<select name="attr_type" accept="Item Type">
|
|
<option value="Melee Weapon">Melee</option>
|
|
<option value="Ranged Weapon">Ranged</option>
|
|
<option value="Other">Other</option>
|
|
</select>
|
|
</span>
|
|
<span class="fr">
|
|
<select name="attr_type" accept="Item Type">
|
|
<option value="Melee Weapon">Mêlée</option>
|
|
<option value="Ranged Weapon">Tir</option>
|
|
<option value="Other">Autre</option>
|
|
</select>
|
|
</span>
|
|
<span class="ru">
|
|
<select name="attr_type" accept="Item Type">
|
|
<option value="Melee Weapon">Melee</option>
|
|
<option value="Ranged Weapon">Ranged</option>
|
|
<option value="Other">Other</option>
|
|
</select>
|
|
</span>
|
|
|
|
<div class="small-label">{{'TYPE' | translate}}</div>
|
|
</div>
|
|
<div class="col-10 center pad-l-sm pad-r-sm">
|
|
<input type="text" name="attr_reach" class="center">
|
|
|
|
<div class="small-label">{{'REACH' | translate}}</div>
|
|
</div>
|
|
|
|
<div class="col-18 center pad-l-sm pad-r-sm">
|
|
<input type="text" name="attr_range" class="center" accept="Range">
|
|
|
|
<div class="small-label">{{'RANGE' | translate}}</div>
|
|
</div>
|
|
<div class="col-15 center pad-l-sm">
|
|
<input type="number" name="attr_ammo" class="center" min="0" step=".01">
|
|
|
|
<div class="small-label">{{'AMMO' | translate}}</div>
|
|
</div>
|
|
</div>
|
|
|
|
//= include components/attack.html
|
|
//= include components/savingThrow.html
|
|
//= include components/damage.html
|
|
//= include components/damageSecondary.html
|
|
//= include components/extras.html
|
|
</div>
|
|
</div>
|
|
</fieldset>
|
|
|
|
<div class="wrap-box-title center">{{'ATTACKS' | translate}}</div>
|
|
</div>
|