mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Fix Life to Spare thresholds
This commit is contained in:
@@ -14,7 +14,7 @@ public class ConstructedAchievements extends AchievementCollection {
|
|||||||
add("TotalGameWins", new TotalGameWins(250, 500, 1000));
|
add("TotalGameWins", new TotalGameWins(250, 500, 1000));
|
||||||
add("TotalMatchWins", new TotalMatchWins(100, 250, 500));
|
add("TotalMatchWins", new TotalMatchWins(100, 250, 500));
|
||||||
add("Overkill", new Overkill(25, 50, 100));
|
add("Overkill", new Overkill(25, 50, 100));
|
||||||
add("LifeToSpare", new LifeToSpare(25, 50, 100));
|
add("LifeToSpare", new LifeToSpare(20, 40, 80));
|
||||||
add("Hellbent", new Hellbent());
|
add("Hellbent", new Hellbent());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ public class DraftAchievements extends AchievementCollection {
|
|||||||
add("TotalGameWins", new TotalGameWins(250, 500, 1000));
|
add("TotalGameWins", new TotalGameWins(250, 500, 1000));
|
||||||
add("TotalMatchWins", new TotalMatchWins(100, 250, 500));
|
add("TotalMatchWins", new TotalMatchWins(100, 250, 500));
|
||||||
add("Overkill", new Overkill(25, 50, 100));
|
add("Overkill", new Overkill(25, 50, 100));
|
||||||
add("LifeToSpare", new LifeToSpare(25, 50, 100));
|
add("LifeToSpare", new LifeToSpare(20, 40, 80));
|
||||||
add("Hellbent", new Hellbent());
|
add("Hellbent", new Hellbent());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ public class QuestAchievements extends AchievementCollection {
|
|||||||
add("TotalGameWins", new TotalGameWins(250, 500, 1000));
|
add("TotalGameWins", new TotalGameWins(250, 500, 1000));
|
||||||
add("TotalMatchWins", new TotalMatchWins(100, 250, 500));
|
add("TotalMatchWins", new TotalMatchWins(100, 250, 500));
|
||||||
add("Overkill", new Overkill(25, 50, 100));
|
add("Overkill", new Overkill(25, 50, 100));
|
||||||
add("LifeToSpare", new LifeToSpare(25, 50, 100));
|
add("LifeToSpare", new LifeToSpare(20, 40, 80));
|
||||||
add("Hellbent", new Hellbent());
|
add("Hellbent", new Hellbent());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ public class SealedAchievements extends AchievementCollection {
|
|||||||
add("TotalGameWins", new TotalGameWins(250, 500, 1000));
|
add("TotalGameWins", new TotalGameWins(250, 500, 1000));
|
||||||
add("TotalMatchWins", new TotalMatchWins(100, 250, 500));
|
add("TotalMatchWins", new TotalMatchWins(100, 250, 500));
|
||||||
add("Overkill", new Overkill(25, 50, 100));
|
add("Overkill", new Overkill(25, 50, 100));
|
||||||
add("LifeToSpare", new LifeToSpare(25, 50, 100));
|
add("LifeToSpare", new LifeToSpare(20, 40, 80));
|
||||||
add("Hellbent", new Hellbent());
|
add("Hellbent", new Hellbent());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user