if(prop("Percent") * 100 >= 100, "▓▓▓▓▓▓▓▓▓▓ 100%🏆", empty(prop("Percent")) ? "░░░░░░░░░░0%" : format(slice("▓▓▓▓▓▓▓▓▓▓", 0, floor(prop("Percent") * 10)) + format(slice("░░░░░░░░░░", 0, ceil(10 - prop("Percent") * 10)) + " " + format(round(prop("Percent") * 100)) + "%")))