26 lines
1002 B
HTML
26 lines
1002 B
HTML
<div>
|
|
<span {{#if ajustements}}class="tooltip tooltip-dotted" {{/if}}>
|
|
{{rolled.caracValue}} à {{numberFormat rolled.finalLevel decimals=0 sign=true}}
|
|
{{#if ajustements}}
|
|
<div class="tooltiptext ttt-ajustements">
|
|
{{#each ajustements as |item key|}}
|
|
{{#if item.used}}
|
|
<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>
|
|
{{/if}}
|
|
{{/each}}
|
|
</div>
|
|
{{/if}}
|
|
{{#if rolled.factorHtml}}<span class="rdd-diviseur">×{{{rolled.factorHtml}}}</span>{{/if}}
|
|
</span>
|
|
<span>= {{rolled.score}}%</span>
|
|
</div>
|
|
<div>
|
|
<span>{{rolled.roll}} : </span><span class="rdd-roll-{{rolled.code}} strong-text">{{rolled.quality}}</span>
|
|
<span>(Min.:{{numberFormat rolled.niveauNecessaire decimals=0 sign=true}}/{{numberFormat rolled.ajustementNecessaire decimals=0 sign=true}}) </span>
|
|
</div> |