select du roll dialog+ liste todo

This commit is contained in:
rwanoux
2024-05-15 11:56:05 +02:00
parent 06ef684216
commit 5a16f1c496
2 changed files with 13 additions and 8 deletions
+1 -4
View File
@@ -86,7 +86,6 @@
{{#each config.skillCategories as |skillCategory catkey|}}
<optgroup label="{{ smarttlk 'SKILLS_CATEGORIES' catkey 'name' }}">
{{#each @root.actor.system.skills as |skill key|}}
{{#ifgt skill.value 0}}
{{#ife skill.category catkey}}
<option value="{{skill.value}}" data-pool="{{skillLevel "dicePool"
skill.value}}"
@@ -98,11 +97,9 @@
{{/ife}}
{{/ife}}>
<b>{{ smarttlk 'SKILLS' key 'name' }},</b>
<i>dés:{{skillLevel "dicePool" skill.value}},
relances:{{skillLevel "reroll" skill.value}}</i>
<i>{{skillLevel "label" skill.value}}</i>
</option>
{{/ife}}
{{/ifgt}}
{{/each}}
</optgroup>
{{/each}}