gestion de l'age

This commit is contained in:
François-Xavier Guillois
2023-08-30 10:33:26 +02:00
parent 9182d12dba
commit f605cd14d6
17 changed files with 100 additions and 34 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
{{#if (eq skill.rarity 1)}}<sup>(I)</sup>{{/if}}{{#if (eq skill.rarity 2)}}<sup>(II)</sup>{{/if}}</label>
<span class="die d10 pool" title="pool">{{ skillLevel "dicePool" skill.value }}</span>
<span class="die d10 reroll" title="reroll">{{ skillLevel "reroll" skill.value }}</span>
<input type="number" name="system.skills.{{skey}}.value" value="{{skill.value}}" class="skill" data-dtype="Number" min="1" max="5" />
<input type="number" name="system.skills.{{skey}}.value" value="{{skill.value}}" class="skill" data-dtype="Number" min="0" max="5" />
</div>
{{/if}}
{{/each}}