swap eureka and bozja spots

This commit is contained in:
ArcaneDisgea 2021-05-28 15:12:26 -04:00
parent c4768ddd52
commit 25f89d82a7

View file

@ -288,12 +288,13 @@ class CardCreator {
if (data.Character.FreeCompanyName != null) { if (data.Character.FreeCompanyName != null) {
ctx.fillText("Free Company", 480, infoTextSmallStartY + infoTextSpacing * 3); ctx.fillText("Free Company", 480, infoTextSmallStartY + infoTextSpacing * 3);
} }
if (data.Character.ClassJobsBozjan.Level != null) {
ctx.fillText("Resistance Rank & Mettle", 480, 425);
}
if (data.Character.ClassJobsElemental.Level != null) { if (data.Character.ClassJobsElemental.Level != null) {
ctx.fillText("Elemental Level", 480, 475); ctx.fillText("Elemental Level", 480, 425);
} }
if (data.Character.ClassJobsBozjan.Level != null) {
ctx.fillText("Resistance Rank", 480, 475);
}
ctx.fillStyle = grey; ctx.fillStyle = grey;
ctx.font = smed; ctx.font = smed;
@ -347,12 +348,12 @@ class CardCreator {
ctx.font = smed; ctx.font = smed;
ctx.fillStyle = white; ctx.fillStyle = white;
if (data.Character.ClassJobsBozjan.Level != null) { if (data.Character.ClassJobsElemental.Level != null) {
ctx.fillText(`Rank ${data.Character.ClassJobsBozjan.Level}`, 480, 450); ctx.fillText(`${data.Character.ClassJobsElemental.Level}`, 480, 450);
} }
if (data.Character.ClassJobsElemental.Level != null) { if (data.Character.ClassJobsBozjan.Level != null) {
ctx.fillText(`${data.Character.ClassJobsElemental.Level}`, 480, 500); ctx.fillText(`Rank ${data.Character.ClassJobsBozjan.Level}`, 480, 500);
} }
// Minion & Mount percentages // Minion & Mount percentages