Achievement cleanup

This commit is contained in:
Anuken
2020-11-30 12:52:10 -05:00
parent 639702ae1a
commit 5c89fa2d2b
2 changed files with 3 additions and 16 deletions

View File

@@ -5,8 +5,8 @@ public enum SAchievement{
kill100kEnemies(SStat.unitsDestroyed, 100_000),
launch100kItems(SStat.itemsLaunched, 100_000),
produce1kMin(SStat.maxProduction, 1000),
produce20kMin(SStat.maxProduction, 20_000),
produce5kMin(SStat.maxProduction, 5000),
produce50kMin(SStat.maxProduction, 50_000),
win10Attack(SStat.attacksWon, 10),
win10PvP(SStat.pvpsWon, 10),
defeatAttack5Waves,
@@ -25,7 +25,7 @@ public enum SAchievement{
publishMap(SStat.mapsPublished, 1),
defeatBoss(SStat.bossesDefeated, 1),
captureAllSectors,
control10Sectors,
control10Sectors(SStat.sectorsControlled, 10),
drop10kitems,
powerupImpactReactor,
obtainThorium,