juste skill>0 dans rollDialog
This commit is contained in:
@@ -84,9 +84,9 @@
|
|||||||
<option>-- Choisissez une caractéristique
|
<option>-- Choisissez une caractéristique
|
||||||
--</option>
|
--</option>
|
||||||
{{#each config.skillCategories as |skillCategory catkey|}}
|
{{#each config.skillCategories as |skillCategory catkey|}}
|
||||||
|
|
||||||
<optgroup label="{{ smarttlk 'SKILLS_CATEGORIES' catkey 'name' }}">
|
<optgroup label="{{ smarttlk 'SKILLS_CATEGORIES' catkey 'name' }}">
|
||||||
{{#each @root.actor.system.skills as |skill key|}}
|
{{#each @root.actor.system.skills as |skill key|}}
|
||||||
|
{{#ifgt skill.value 0}}
|
||||||
{{#ife skill.category catkey}}
|
{{#ife skill.category catkey}}
|
||||||
<option value="{{skill.value}}" data-pool="{{skillLevel "dicePool"
|
<option value="{{skill.value}}" data-pool="{{skillLevel "dicePool"
|
||||||
skill.value}}"
|
skill.value}}"
|
||||||
@@ -102,6 +102,7 @@
|
|||||||
relances:{{skillLevel "reroll" skill.value}}</i>
|
relances:{{skillLevel "reroll" skill.value}}</i>
|
||||||
</option>
|
</option>
|
||||||
{{/ife}}
|
{{/ife}}
|
||||||
|
{{/ifgt}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</optgroup>
|
</optgroup>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|||||||
Reference in New Issue
Block a user