forked from public/foundryvtt-reve-de-dragon
Fix: Affichage ajustement encaissement
Pour les encaissements hors combat, rappel de l'ajustement d'encaissement choisi
This commit is contained in:
@ -19,6 +19,9 @@
|
||||
<div>Pénétration: -{{rollData.dmg.penetration}}</div>
|
||||
{{/if}}
|
||||
<hr>
|
||||
{{#if encaissement.dmg.total}}
|
||||
<div>+dom encaissement: {{numberFormat rollData.dmg.total decimals=0 sign=true}}</div>
|
||||
{{/if}}
|
||||
{{#if rollData.dmg.dmgArme}}
|
||||
<div>+dom arme: {{numberFormat rollData.dmg.dmgArme decimals=0 sign=true}}</div>
|
||||
{{/if}}
|
||||
|
Reference in New Issue
Block a user