mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
* Small random fixes * Added use of ItemLinkFields * Multiclass levelup fixes * Fixed our onCreate methods unintentionally being run on all clients * Remade apps handling * Added for all class items and subclass * Restored foreignDocumentUuidField * Improved * PR fxies * Fixed tooltip enrichment * . * Reverted silly change
18 lines
No EOL
698 B
Handlebars
18 lines
No EOL
698 B
Handlebars
<li class='feature-item' data-item-uuid='{{feature.uuid}}' data-type="{{type}}">
|
|
<div class='feature-line'>
|
|
<img class='image' src='{{feature.img}}' />
|
|
<h4>
|
|
{{feature.name}}
|
|
</h4>
|
|
{{#unless hideContrals}}
|
|
<div class='controls'>
|
|
<a class='effect-control' data-action='editDoc' data-tooltip="DAGGERHEART.UI.Tooltip.openItemWorld">
|
|
<i class="fa-solid fa-globe"></i>
|
|
</a>
|
|
<a class='effect-control' data-action='deleteFeature' data-tooltip="CONTROLS.CommonDelete">
|
|
<i class='fas fa-trash'></i>
|
|
</a>
|
|
</div>
|
|
{{/unless}}
|
|
</div>
|
|
</li> |