Weapon attacke management, step1

This commit is contained in:
2021-12-25 23:26:27 +01:00
parent 498b5bc4a6
commit a8d4d40106
8 changed files with 277 additions and 6 deletions

View File

@ -0,0 +1,7 @@
<img class="chat-icon" src="{{weapon.img}}" alt="{{weapon.name}}"/>
<h3><strong>Dommages de l'arme : {{damage}}</strong>
{{!#if hasDescription}}
<!--<h4>-->
<!-- <pre class="rollDescr-line">{{!description}}</pre>-->
<!--</h4>-->
{{!/if}}