Roll shields
This commit is contained in:
@ -135,7 +135,13 @@
|
||||
<div class="name" data-tooltip="{{{item.system.description}}}">
|
||||
{{item.name}}
|
||||
</div>
|
||||
<div class="item-detail" data-tooltip="Defense">{{item.system.defense}}</div>
|
||||
<div class="item-detail" data-tooltip="Defense">
|
||||
<a class="rollable" data-roll-type="shield-roll" data-roll-key="{{item.id}}" data-tooltip="Shield Defense">
|
||||
<i class="lf-roll-small fa-solid fa-shield" data-roll-type="shield-roll" data-roll-key="{{item.id}}"></i>
|
||||
{{item.system.defense}}
|
||||
</a>
|
||||
|
||||
</div>
|
||||
<div class="item-detail" data-tooltip="Movement reduction">{{item.system.movementreduction}}</div>
|
||||
<div class="item-detail" data-tooltip="Has cover">{{item.system.hascover}}</div>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
<div class="dialog-save">Attack roll !</div>
|
||||
{{/if}}
|
||||
{{#if (match rollType "defense")}}
|
||||
<div class="dialog-save">Attack roll !</div>
|
||||
<div class="dialog-save">Defense roll !</div>
|
||||
{{/if}}
|
||||
|
||||
{{#if hasModifier}}
|
||||
|
Reference in New Issue
Block a user