forked from External/mage
Implement [JUD] Lost in Thought (#10181)
* Implement [JUD] Lost in Thought * Add to JUD setlist * Hide text for cost * newline EOF
This commit is contained in:
parent
6bc79ac1c0
commit
c3ed884c4c
2 changed files with 188 additions and 0 deletions
|
|
@ -106,6 +106,7 @@ public final class Judgment extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Liberated Dwarf", 95, Rarity.COMMON, mage.cards.l.LiberatedDwarf.class));
|
||||
cards.add(new SetCardInfo("Lightning Surge", 96, Rarity.RARE, mage.cards.l.LightningSurge.class));
|
||||
cards.add(new SetCardInfo("Living Wish", 124, Rarity.RARE, mage.cards.l.LivingWish.class));
|
||||
cards.add(new SetCardInfo("Lost in Thought", 45, Rarity.COMMON, mage.cards.l.LostInThought.class));
|
||||
cards.add(new SetCardInfo("Masked Gorgon", 69, Rarity.RARE, mage.cards.m.MaskedGorgon.class));
|
||||
cards.add(new SetCardInfo("Mental Note", 46, Rarity.COMMON, mage.cards.m.MentalNote.class));
|
||||
cards.add(new SetCardInfo("Mirari's Wake", 139, Rarity.RARE, mage.cards.m.MirarisWake.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue