BULLET VELOCITY {{currentItem.stats.velocity}} m/s
WEIGHT {{currentItem.stats.weight}} kg
ACCURACY {{currentItem.stats.accuracy}}%
RECOIL {{currentItem.stats.recoil}}%
FRAGMENTATION {{(currentItem.stats.fragmentation * 100).toFixed(0)}}%
RICOCHET {{Math.round(currentItem.stats.ricochet * 100)}}%
LIGHT BLEED {{Math.round(currentItem.stats['light-bleed'] * 100)}}%
HEAVY BLEED {{Math.round(currentItem.stats['heavy-bleed'] * 100)}}%
DAMAGE {{currentItem.stats.damage}}
PENETRATION {{currentItem.stats.penetration}}
ARMOUR DAMAGE {{currentItem.stats.armour}}%
CALIBRE {{currentItem.meta.calibre}}