{{!-- Blessures --}}
{{localize "CELESTOPOL.Track.blessures"}} ? {{localize "CELESTOPOL.Track.currentMalus"}} : {{lookup @root.woundLevels system.blessures.lvl 'malus'}}
{{#each (range 8) as |lvl|}}
{{lookup @root.woundLevels lvl 'malus'}}
{{/each}}
{{system.blessures.lvl}}
{{!-- Destin --}}
{{localize "CELESTOPOL.Track.destin"}} ?
{{#each (range 8) as |lvl|}}
{{/each}}
{{system.destin.lvl}}
{{!-- Spleen --}}
{{localize "CELESTOPOL.Track.spleen"}} ?
{{#each (range 8) as |lvl|}}
{{/each}}
{{system.spleen.lvl}}