Various spell stuff enhancements

This commit is contained in:
2022-12-20 17:47:46 +01:00
parent 28e8edc867
commit e0026adfcd
8 changed files with 103 additions and 18 deletions

View File

@ -23,6 +23,13 @@
</li>
{{/if}}
{{#if spell}}
<li>Spell : {{spell.name}} ({{spell.system.level}})
</li>
<li>Focus Points Spent : {{spellCost}}
</li>
{{/if}}
<li>Dice Formula {{diceFormula}} </li>
<li>Result {{roll.total}} </li>

View File

@ -0,0 +1,28 @@
<div class="chat-message-header">
{{#if actorImg}}
<img class="actor-icon" src="{{actorImg}}" alt="{{alias}}" />
{{/if}}
<h4 class=chat-actor-name>{{alias}}</h4>
</div>
<hr>
{{#if img}}
<div >
<img class="chat-icon" src="{{img}}" alt="{{name}}" />
</div>
{{/if}}
<div class="flexcol">
</div>
<div>
<ul>
<li>Utility Spell {{spell.name}} has been casted !
</li>
<li>Focus Points Spent : {{spellCost}}
</li>
</ul>
</div>
</div>