HP RESOURCE {{currentItem.stats.max < 100 ? currentItem.stats.max + 'x' : currentItem.stats.max + ' HP'}}
USE TIME {{currentItem.stats.duration}} secs
STOPS LIGHT BLEEDS {{currentItem.stats.bleed_light > 1 ? currentItem.stats.bleed_light + ' HP' : ''}}
STOPS HEAVY BLEEDS {{currentItem.stats.bleed_heavy > 1 ? currentItem.stats.bleed_heavy + ' HP' : ''}}
REMOVES FRACTURE {{currentItem.stats.fracture === true ? '' : currentItem.stats.fracture + ' HP'}}