[FIN] Implement Cid, Timeless Artificer

This commit is contained in:
theelk801 2025-05-10 18:04:51 -04:00
parent 54d7401bd6
commit 6533e2b03c
4 changed files with 85 additions and 0 deletions

View file

@ -50,6 +50,7 @@ public abstract class DeckValidator implements Serializable {
maxCopiesMap.put("Templar Knight", Integer.MAX_VALUE);
maxCopiesMap.put("Hare Apparent", Integer.MAX_VALUE);
maxCopiesMap.put("Tempest Hawk", Integer.MAX_VALUE);
maxCopiesMap.put("Cid, Timeless Artificer", Integer.MAX_VALUE);
maxCopiesMap.put("Once More with Feeling", 1);
maxCopiesMap.put("Seven Dwarves", 7);
maxCopiesMap.put("Nazgul", 9);