modfi damage items

This commit is contained in:
rwanoux
2024-05-14 11:48:21 +02:00
parent 72f31c2eb1
commit 645337d6e7
+3 -6
View File
@@ -18,16 +18,13 @@
{{/repeat}}
</div>
<div class="damage-pannes">
<h4>pannes :</h4>
{{getDamagesData system.damages "pannes"}}
<h4>pannes : <small>{{getDamagesData system.damages "pannes"}}</small></h4>
</div>
<div class="damage-state">
<h4>état :</h4>
{{getDamagesData system.damages "state"}}
<h4>état : <small>{{getDamagesData system.damages "state"}}</small> </h4>
</div>
<div class="damage-effect">
<h4> effets : </h4>
{{getDamagesData system.damages "effect"}}
<h4> effets : <small>{{getDamagesData system.damages "effect"}}</small> </h4>
</div>
</div>