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}}
|
2021-01-02 20:56:31 +01:00
|
|
|
<h4>
|
2021-03-07 01:25:36 +01:00
|
|
|
{{actor.name}} s'accorde: {{entite}}
|
2021-01-02 20:56:31 +01:00
|
|
|
</h4>
|
|
|
|
{{> "systems/foundryvtt-reve-de-dragon/templates/chat-infojet.html"}}
|
|
|
|
<hr>
|
|
|
|
<div>{{#if rolled.isSuccess}}
|
2021-03-07 01:25:36 +01:00
|
|
|
{{actor.name}} s'est accordé à {{entite}}
|
|
|
|
{{else}}ne s'est pas accordé à {{entite}}, et pourra réessayer à sa prochaine attaque.
|
2021-01-02 20:56:31 +01:00
|
|
|
{{/if}}
|
|
|
|
</div>
|