2021-03-05 03:42:45 +01:00
|
|
|
{{log "handlebar" this}}
|
2021-03-07 01:25:36 +01:00
|
|
|
<img class="chat-icon" src="{{competence.img}}" alt="{{oeuvre.data.competence}}" />
|
|
|
|
<h4>
|
|
|
|
{{actor.name}} tente d'interpréter {{oeuvre.name}} (niveau {{oeuvre.data.niveau}})
|
2021-02-06 01:34:01 +01:00
|
|
|
</h4>
|
|
|
|
<br>{{upperFirst oeuvre.data.default_carac}} / {{oeuvre.data.competence}}
|
|
|
|
{{> "systems/foundryvtt-reve-de-dragon/templates/chat-infojet.html"}}
|
|
|
|
<hr>
|
|
|
|
<div>
|
|
|
|
{{#if rolled.isSuccess}}
|
2021-03-07 01:25:36 +01:00
|
|
|
{{actor.name}} réussi son interprétation avec une qualité de {{qualiteFinale}} .
|
2021-02-06 01:34:01 +01:00
|
|
|
{{else}}
|
2021-03-07 01:25:36 +01:00
|
|
|
{{actor.name}} est peu inspiré(e) et son interprétation a une qualité de {{qualiteFinale}}.
|
2021-02-06 01:34:01 +01:00
|
|
|
{{/if}}
|
|
|
|
</div>
|
2021-02-26 20:46:29 +01:00
|
|
|
{{> "systems/foundryvtt-reve-de-dragon/templates/chat-poesie.html" oeuvre.data}}
|