This commit is contained in:
Kalle (Sendou) 2021-08-05 20:26:38 +03:00
parent 1c29af0ef5
commit e9561e95e4

View File

@ -141,6 +141,7 @@ const usersBadges = ({
src: "xp29.gif",
description: "Peak X Power of 2900 or better",
count: 1,
hueRotateAngle: -120,
});
} else if (peakXP >= 2800) {
result.push({
@ -153,12 +154,14 @@ const usersBadges = ({
src: "xp27.gif",
description: "Peak X Power of 2700 or better",
count: 1,
hueRotateAngle: 160,
});
} else if (peakXP >= 2600) {
result.push({
src: "xp26.gif",
description: "Peak X Power of 2600 or better",
count: 1,
hueRotateAngle: 100,
});
}