2022-12-15 21:44:23 +01:00
|
|
|
<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>
|
2023-02-01 12:16:04 +01:00
|
|
|
<li>Target Roll : {{target}}-
|
2022-12-15 21:44:23 +01:00
|
|
|
</li>
|
|
|
|
|
2023-02-01 12:16:04 +01:00
|
|
|
{{#if charac}}
|
2023-02-14 15:34:37 +01:00
|
|
|
<li>CHAR : {{charac.label}}</li>
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
{{#if item}}
|
|
|
|
<li>{{item.name}} ({{upperFirst item.type}})</li>
|
2022-12-15 21:44:23 +01:00
|
|
|
{{/if}}
|
2023-02-14 15:34:37 +01:00
|
|
|
|
2023-02-21 20:22:08 +01:00
|
|
|
<li>Bonus/Penalty : {{bonusMalus}}
|
2022-12-15 21:44:23 +01:00
|
|
|
</li>
|
|
|
|
|
2023-02-01 12:16:04 +01:00
|
|
|
<li><strong>Result : {{result}}</strong> ({{#if isSuccess}}Success!!{{else}}Failure!{{/if}})</li>
|
2023-02-14 15:34:37 +01:00
|
|
|
<li><strong>Margin : {{margin}}</strong>
|
2022-12-15 21:44:23 +01:00
|
|
|
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|