fix difficulty path as Mandar do not report it :D
This commit is contained in:
@@ -55,27 +55,27 @@
|
|||||||
{{!-- summary symbols --}}
|
{{!-- summary symbols --}}
|
||||||
<div class="l5r5e dice-total dice-total-rnk">
|
<div class="l5r5e dice-total dice-total-rnk">
|
||||||
{{#if success}}
|
{{#if success}}
|
||||||
<i class="i_success" title="{{localize 'l5r5e.chatdices.successes'}}"></i>x{{success}}
|
<i class="i_success" title="{{localize 'l5r5e.chatdices.successes'}}"></i>x{{success}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#if explosive}}
|
{{#if explosive}}
|
||||||
<i class="i_explosive" title="{{localize 'l5r5e.chatdices.explosives'}}"></i>x{{explosive}}
|
<i class="i_explosive" title="{{localize 'l5r5e.chatdices.explosives'}}"></i>x{{explosive}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#if opportunity}}
|
{{#if opportunity}}
|
||||||
<i class="i_opportunity" title="{{localize 'l5r5e.chatdices.opportunities'}}"></i>x{{opportunity}}
|
<i class="i_opportunity" title="{{localize 'l5r5e.chatdices.opportunities'}}"></i>x{{opportunity}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{#if strife}}
|
{{#if strife}}
|
||||||
<i class="i_strife" title="{{localize 'l5r5e.chatdices.strife'}}"></i>x{{strife}}
|
<i class="i_strife" title="{{localize 'l5r5e.chatdices.strife'}}"></i>x{{strife}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{!-- Result text --}}
|
{{!-- Result text --}}
|
||||||
{{^if ../l5r5e.difficultyHidden}}
|
{{^if ../l5r5e.difficultyHidden}}
|
||||||
<div class="l5r5e dice-result-rnk {{#ifCond totalSuccess '>=' difficulty}}success{{else}}fail{{/ifCond}}">
|
<div class="l5r5e dice-result-rnk {{#ifCond totalSuccess '>=' ../l5r5e.difficulty}}success{{else}}fail{{/ifCond}}">
|
||||||
{{#ifCond totalSuccess '>=' ../l5r5e.difficulty}}
|
{{#ifCond totalSuccess '>=' ../l5r5e.difficulty}}
|
||||||
{{localize "l5r5e.chatdices.success_text"}} + <i title="{{totalBonus}} {{localize 'l5r5e.chatdices.successes'}}">({{totalBonus}} {{localize "l5r5e.chatdices.bonus_text"}})</i>
|
{{localize "l5r5e.chatdices.success_text"}} <i title="{{totalBonus}} {{localize 'l5r5e.chatdices.successes'}}">({{totalBonus}} {{localize "l5r5e.chatdices.bonus_text"}})</i>
|
||||||
{{else}}
|
{{else}}
|
||||||
{{localize "l5r5e.chatdices.fail_text"}}
|
{{localize "l5r5e.chatdices.fail_text"}}
|
||||||
{{/ifCond}}
|
{{/ifCond}}
|
||||||
|
|||||||
Reference in New Issue
Block a user