feat: améliorer les fiches (tests PNJ/créature, message de jet, compétences, créatures)
Release Creation / build (release) Failing after 1m23s
Release Creation / build (release) Failing after 1m23s
This commit is contained in:
@@ -3,12 +3,19 @@
|
||||
|
||||
{{!-- Specialty specific content --}}
|
||||
<div class="grid grid-2col">
|
||||
{{#if item.system.skill}}
|
||||
<div class="resource flexrow">
|
||||
<span class="resource-label">{{ localize 'VERMINE.skill_title' }}:</span>
|
||||
<span>{{ smarttlk 'SKILLS' item.system.skill 'name' }}</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{#if item.system.skill}}
|
||||
<div class="resource flexrow">
|
||||
<span class="resource-label">{{ localize 'VERMINE.skill_title' }}:</span>
|
||||
<span>{{ smarttlk 'SKILLS' item.system.skill 'name' }}</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{#if item.system.level}}
|
||||
<div class="resource flexrow">
|
||||
<span class="resource-label">{{ localize 'VERMINE.level' }}:</span>
|
||||
<span>{{ item.system.level }}</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{#if item.system.description}}
|
||||
<div class="resource flexcol full-width">
|
||||
|
||||
Reference in New Issue
Block a user