2023-11-21 21:07:37 +01:00
|
|
|
<h3>
|
|
|
|
<div class="flexrow flex-center">
|
2023-12-04 01:21:05 +01:00
|
|
|
<img class="chat-icon" src="{{source.actor.img}}" data-tooltip="{{source.actor.name}}" />
|
2023-11-21 21:07:37 +01:00
|
|
|
<span class="flexcol tendre-moment">
|
|
|
|
<div>
|
2023-12-04 01:21:05 +01:00
|
|
|
<i class="{{#if (gte source.coeur 1)}}fa-solid{{else}}fa-regular{{/if}} fa-heart"></i>
|
2023-11-21 21:07:37 +01:00
|
|
|
<i class="{{#if (gte source.coeur 2)}}fa-solid{{else}}fa-regular{{/if}} fa-heart"></i>
|
|
|
|
<i class="{{#if (gte source.coeur 3)}}fa-solid{{else}}fa-regular{{/if}} fa-heart"></i>
|
|
|
|
<i class="{{#if (gte source.coeur 4)}}fa-solid{{else}}fa-regular{{/if}} fa-heart"></i>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<i class="{{#if (gte target.coeur 4)}}fa-solid{{else}}fa-regular{{/if}} fa-heart"></i>
|
|
|
|
<i class="{{#if (gte target.coeur 3)}}fa-solid{{else}}fa-regular{{/if}} fa-heart"></i>
|
|
|
|
<i class="{{#if (gte target.coeur 2)}}fa-solid{{else}}fa-regular{{/if}} fa-heart"></i>
|
|
|
|
<i class="{{#if (gte target.coeur 1)}}fa-solid{{else}}fa-regular{{/if}} fa-heart"></i>
|
|
|
|
</div>
|
|
|
|
</span>
|
2023-12-04 01:21:05 +01:00
|
|
|
<img class="chat-icon" src="{{target.actor.img}}" data-tooltip="{{target.actor.name}}" />
|
2023-11-21 21:07:37 +01:00
|
|
|
</div>
|
|
|
|
</h3>
|
|
|
|
<p>
|
|
|
|
{{target.actor.name}} et {{source.actor.name}} passent un tendre moment.
|
|
|
|
</p>
|
|
|
|
<br>
|
|
|
|
{{>'systems/foundryvtt-reve-de-dragon/templates/coeur/chat-effet-tendre-moment.hbs' source}}
|
|
|
|
{{>'systems/foundryvtt-reve-de-dragon/templates/coeur/chat-effet-tendre-moment.hbs' target}}
|