mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 12:12:30 +00:00
10 lines
603 B
HTML
10 lines
603 B
HTML
<div class="inspiration wrap-box relative pc mar-b-md">
|
|
<div class="shaped-row vert-center">
|
|
<label class="checkbox-label">
|
|
<input type="checkbox" name="attr_inspiration" value="1"><span></span>
|
|
</label>
|
|
<button type="roll" name="roll_shaped_inspiration" class="wrapper-button" value="@{output_option} &{template:5e-shaped} {{character_name=@{character_name}}} @{show_character_name} {{title=<span data-i18n=INSPIRATION>Inspiration</span>}} {{text_big=[[@{inspiration}]]}}" tabindex="-1">
|
|
<div class="wrap-box-title" data-i18n="INSPIRATION"></div>
|
|
</button>
|
|
</div>
|
|
</div> |