Files
roll20-character-sheets/5eShaped/precompiled/components/npc/details.html
T
2016-06-05 13:01:23 +02:00

43 lines
2.4 KiB
HTML

//= include savingThrows.html
//= include skills.html
//= include resistancesVulnerabilities.html
<div class="shaped-row vert-center">
<input type="hidden" name="attr_senses_exist" class="item-toggle">
<button type="roll" name="roll_shaped_senses" class="item-to-toggle" value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=<span data-i18n=SENSES>Senses</span>}} {{text_top=@{senses}}}">
<span class="heading" data-i18n="SENSES"></span>
<span name="attr_senses" class="presentation"></span>
</button>
<div class="col-80 pad-l-sm edit">
<input type="text" name="attr_senses" class="no-border" accept="Senses">
</div>
</div>
<div class="shaped-row vert-center">
<input type="hidden" name="attr_languages_exist" class="item-toggle">
<button type="roll" name="roll_shaped_languages" class="item-to-toggle" value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=<span data-i18n=LANGUAGES>Languages</span>}} {{text_top=@{languages}}}">
<span class="heading" data-i18n="LANGUAGES"></span>
<span name="attr_languages" class="presentation"></span>
</button>
<div class="col-80 pad-l-sm edit">
<input type="text" name="attr_languages" class="no-border" accept="Languages">
</div>
</div>
<div class="shaped-row vert-center">
<button type="roll" name="roll_shaped_challenge" value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=<span data-i18n=CHALLENGE>Challenge</span>}} {{text_top=@{challenge}}} {{text_center=@{xp_readable} XP}}" tabindex="-1">
<span class="heading" data-i18n="CHALLENGE"></span>
<span class="presentation">
<span name="attr_challenge"></span>
(<span name="attr_xp_readable"></span> XP)
</span>
</button>
<input type="hidden" name="attr_xp">
<input type="hidden" name="attr_xp_readable">
<div class="col-05 edit pad-l-sm">
<input type="text" name="attr_challenge" class="no-border no-spin" accept="Challenge Rating">
</div>
</div>
<div>
<button type="roll" name="roll_shaped_pb" value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=<span data-i18n=PROFICIENCY_BONUS>Proficiency Bonus</span>}} {{text_top=[[@{pb}]]}}" tabindex="-1">
<span class="heading" data-i18n="PROFICIENCY_BONUS"></span>
<span name="attr_PB"></span>
</button>
</div>