Continue fight tests

This commit is contained in:
2020-06-10 08:23:58 +02:00
parent e848406ccb
commit 39ecd5231e
715 changed files with 107 additions and 42 deletions

View File

@ -169,6 +169,7 @@
<span class="arme-label" name="data.armes[{{key}}].name"><a>{{arme.name}}</a></span>
<span class="competence-label" name="data.armes[{{key}}].data.competence">{{arme.data.competence}}</span>
<span class="competence-label" name="data.armes[{{key}}].data.niveau">{{numberFormat arme.data.niveau decimals=0 sign=true}}</span>
<span class="competence-label" name="data.armes[{{key}}].data.dommages">{{numberFormat arme.data.dommages decimals=0 sign=true}}</span>
</li>
{{/each}}
</ol>