forked from SteamWar/SteamWar
Add more Advancements in progression
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user