mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
Implemented Remove Enchantments
This commit is contained in:
parent
9f24d4c7dc
commit
db90718ca9
1 changed files with 1 additions and 0 deletions
|
|
@ -219,6 +219,7 @@ public class Legends extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Red Mana Battery", 236, Rarity.UNCOMMON, mage.cards.r.RedManaBattery.class));
|
||||
cards.add(new SetCardInfo("Reincarnation", 115, Rarity.UNCOMMON, mage.cards.r.Reincarnation.class));
|
||||
cards.add(new SetCardInfo("Relic Barrier", 237, Rarity.UNCOMMON, mage.cards.r.RelicBarrier.class));
|
||||
cards.add(new SetCardInfo("Remove Enchantments", 202, Rarity.COMMON, mage.cards.r.RemoveEnchantments.class));
|
||||
cards.add(new SetCardInfo("Remove Soul", 72, Rarity.COMMON, mage.cards.r.RemoveSoul.class));
|
||||
cards.add(new SetCardInfo("Reset", 73, Rarity.UNCOMMON, mage.cards.r.Reset.class));
|
||||
cards.add(new SetCardInfo("Revelation", 116, Rarity.RARE, mage.cards.r.Revelation.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue