Add more Advancements in progression

This commit is contained in:
2026-06-01 14:03:50 +02:00
parent 2ad9ae3c7f
commit 9e43d5cd1b
@@ -124,7 +124,7 @@ public class Advancements {
}
private static void fightsPerType(Advancement previous, float yCoord, String type, String item) {
int[] fightCounts = new int[]{1, 10, 25, 50, 75, 100, 250, 500, 750, 1000};
int[] fightCounts = new int[]{1, 10, 25, 50, 75, 100, 250, 500, 750, 1000, 2500, 5000, 7500, 10000};
for (int i = 0; i < fightCounts.length; i++) {
int fightCount = fightCounts[i];
previous = new Advancement(