2021-03-05 03:42:45 +01:00
|
|
|
{{log "handlebar" this}}
|
2021-03-07 01:25:36 +01:00
|
|
|
{{#if actor.img}}
|
|
|
|
<img class="chat-icon" src="{{actor.img}}" alt="{{actor.name}}" />
|
|
|
|
{{/if}}
|
|
|
|
<h4>{{actor.name}} fait appel à la chance</h4>
|
2021-01-02 14:10:43 +01:00
|
|
|
{{> "systems/foundryvtt-reve-de-dragon/templates/chat-infojet.html"}}
|
2021-01-01 03:25:48 +01:00
|
|
|
{{~#if rolled.isSuccess}}
|
|
|
|
<hr>
|
2021-01-02 04:28:43 +01:00
|
|
|
<span>Un point de chance est dépensé, l'action peut être retentée!</span>
|
2021-01-01 03:25:48 +01:00
|
|
|
{{/if}}
|