2021-01-02 14:10:43 +01:00
|
|
|
<div>
|
2021-04-21 22:01:07 +02:00
|
|
|
<span {{#if ajustements}}class="tooltip tooltip-dotted" {{/if}}>
|
2021-01-02 14:10:43 +01:00
|
|
|
{{rolled.caracValue}} à {{numberFormat rolled.finalLevel decimals=0 sign=true}}
|
|
|
|
{{#if ajustements}}
|
|
|
|
<div class="tooltiptext ttt-ajustements">
|
|
|
|
{{#each ajustements as |item key|}}
|
2021-01-05 18:43:13 +01:00
|
|
|
{{#if item.used}}
|
2021-01-02 14:10:43 +01:00
|
|
|
<div class="{{#if item.strong}}strong-text{{/if}}">
|
|
|
|
{{#if item.descr}}
|
|
|
|
{{{item.descr}}}
|
|
|
|
{{else}}
|
|
|
|
{{item.label}}: {{numberFormat item.value decimals=0 sign=true}}
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
2021-01-05 18:43:13 +01:00
|
|
|
{{/if}}
|
2021-01-02 14:10:43 +01:00
|
|
|
{{/each}}
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
2021-01-02 19:27:15 +01:00
|
|
|
{{#if rolled.factorHtml}}<span class="rdd-diviseur">×{{{rolled.factorHtml}}}</span>{{/if}}
|
2021-01-02 14:10:43 +01:00
|
|
|
</span>
|
|
|
|
<span>= {{rolled.score}}%</span>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<span>{{rolled.roll}} : </span><span class="rdd-roll-{{rolled.code}} strong-text">{{rolled.quality}}</span>
|
2021-05-28 09:12:18 +02:00
|
|
|
<span>(Min.:{{numberFormat rolled.niveauNecessaire decimals=0 sign=true}}/{{numberFormat rolled.ajustementNecessaire decimals=0 sign=true}}) </span>
|
2021-01-02 14:10:43 +01:00
|
|
|
</div>
|