foundryvtt-reve-de-dragon/templates/partial-description-sort.html

10 lines
720 B
HTML
Raw Normal View History

2021-04-24 00:50:20 +02:00
<div class="flex-group-left details-sort">
2022-05-01 23:37:52 +02:00
{{#if sort.system.cible}}<label><strong>Cible</strong>: {{sort.system.cible}}&nbsp;&nbsp;</label>{{/if}}
{{#if sort.system.JR}}<label><strong>JR</strong>: {{sort.system.JR}}&nbsp;&nbsp;</label>{{/if}}
{{#if sort.system.portee}}<label><strong>Portée</strong>: {{sort.system.portée}}&nbsp;&nbsp;</label>{{/if}}
{{#if sort.system.duree}}<label><strong>Durée</strong>: {{sort.system.duree}}&nbsp;&nbsp;</label>{{/if}}
{{#if sort.system.coutseuil}}<label><strong>Coût de seuil</strong>: {{sort.system.coutseuil}}</label>{{/if}}
2021-04-24 00:50:20 +02:00
</div>
<div class="details-sort">
2022-05-01 23:37:52 +02:00
{{> "systems/foundryvtt-reve-de-dragon/templates/partial-description-overflow.html" sort.system}}
2021-04-24 00:50:20 +02:00
</div>