All user data for FoundryVTT. Includes worlds, systems, modules, and any asset in the "foundryuserdata" directory. Does NOT include the FoundryVTT installation itself.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 lines
780 B

<section class="damage-taken">
<span class="statements">{{{statements}}}</span>
{{#if iwr.applications}}
<span class="iwr" data-visibility="{{iwr.visibility}}" data-applications="{{json iwr.applications}}"><i class="fas fa-info-circle small"></i></span>
{{/if}}
{{#if canUndoDamage}}
<button type="button" class="revert-damage" data-action="revert-damage" data-tooltip="PF2E.RevertDamage.ButtonTooltip" data-tooltip-direction="UP"><i class="fa-solid fa-rotate-left"></i></button>
{{/if}}
{{#if persistent}}
<section class="persistent">
<h4>Persistent Damage</h4>
<ul>
{{#each persistent as |formula|}}<li>{{formula}}</li>{{/each}}
</ul>
</section>
{{/if}}
</section>