bol/templates/chat/rolls/attack-damage-card.hbs

8 lines
500 B
Handlebars
Raw Normal View History

2022-01-17 23:50:57 +01:00
2022-09-01 21:26:10 +02:00
<button class="chat-damage-roll bol-margin-tb-2" data-damage-mode="normal-damage" data-attack-id="{{id}}">{{localize "BOL.chat.rolldamage"}}</button>
2022-01-17 23:50:57 +01:00
{{#if isCritical}}
2022-09-01 21:26:10 +02:00
<button class="chat-damage-roll bol-margin-tb-2 " data-damage-mode="damage-plus-6" data-attack-id="{{id}}">{{localize "BOL.chat.rolldamage6"}}</button>
<button class="chat-damage-roll bol-margin-tb-2" data-damage-mode="damage-plus-12" data-attack-id="{{id}}">{{localize "BOL.chat.rolldamage12"}}</button>
2022-01-17 23:50:57 +01:00
{{/if}}