Organisation du rappel de blessures
This commit is contained in:
@ -70,22 +70,7 @@
|
||||
<span class="tooltip">Malus de fatigue : {{data.fatigue.malus}}
|
||||
<span class="tooltiptext">{{{data.fatigue.html}}}</span>
|
||||
</span>
|
||||
<span>
|
||||
{{#if data.nbLegeres}}
|
||||
Blessures: {{data.nbLegeres}} légères
|
||||
{{#if data.nbGraves}}, {{data.nbGraves}} graves{{/if}}
|
||||
{{#if data.nbCritiques}}, une CRITIQUE !{{/if}}
|
||||
{{else}}
|
||||
{{#if data.nbGraves}}
|
||||
Blessures:{{data.nbGraves}} graves
|
||||
{{#if data.nbCritiques}}et une CRITIQUE !{{data.nbCritiques}}{{/if}}
|
||||
{{else}}
|
||||
{{#if data.nbCritiques}}une CRITIQUE !{{data.nbCritiques}}
|
||||
{{else}}Aucune blessure
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</span>
|
||||
<span>{{data.blessures.resume}}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user