[FIC] Implement Ardbert, Warrior of Darkness

This commit is contained in:
theelk801 2025-05-13 12:56:53 -04:00
parent d5e8b43d9e
commit 6c3783d40c
2 changed files with 76 additions and 0 deletions

View file

@ -34,6 +34,7 @@ public final class FinalFantasyCommander extends ExpansionSet {
cards.add(new SetCardInfo("Archaeomancer's Map", 230, Rarity.RARE, mage.cards.a.ArchaeomancersMap.class));
cards.add(new SetCardInfo("Archfiend of Depravity", 273, Rarity.RARE, mage.cards.a.ArchfiendOfDepravity.class));
cards.add(new SetCardInfo("Archmage Emeritus", 261, Rarity.RARE, mage.cards.a.ArchmageEmeritus.class));
cards.add(new SetCardInfo("Ardbert, Warrior of Darkness", 77, Rarity.RARE, mage.cards.a.ArdbertWarriorOfDarkness.class));
cards.add(new SetCardInfo("Armory Automaton", 336, Rarity.RARE, mage.cards.a.ArmoryAutomaton.class));
cards.add(new SetCardInfo("Ash Barrens", 374, Rarity.COMMON, mage.cards.a.AshBarrens.class));
cards.add(new SetCardInfo("Auron, Venerated Guardian", 10, Rarity.RARE, mage.cards.a.AuronVeneratedGuardian.class));