Foundryv14 migration
All checks were successful
Release Creation / build (release) Successful in 46s
All checks were successful
Release Creation / build (release) Successful in 46s
This commit is contained in:
@@ -54,6 +54,13 @@
|
||||
: -20%</li>
|
||||
{{/if}}
|
||||
|
||||
{{#if isWorn}}
|
||||
<li class="orange-warning"><i
|
||||
class="fa-solid fa-triangle-exclamation"
|
||||
></i>
|
||||
{{localize "CTHULHUETERNAL.Label.wornWeaponWarning"}}</li>
|
||||
{{/if}}
|
||||
|
||||
{{#if (eq rollType "resource")}}
|
||||
<li>{{localize "CTHULHUETERNAL.Label.multiplier"}}
|
||||
:
|
||||
@@ -206,6 +213,18 @@
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
{{#if (eq rollType "weapon")}}
|
||||
{{#if isWorn}}
|
||||
<a
|
||||
class="worn-weapon-check chat-action-button"
|
||||
data-weapon-id="{{weapon.id}}"
|
||||
data-tooltip="{{localize 'CTHULHUETERNAL.Label.wornWeaponCheck'}}"
|
||||
>
|
||||
<i class="fa-solid fa-dice"></i>
|
||||
</a>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
{{#if isFailure}}
|
||||
{{#if isNudge}}
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user